Searched refs:ts_port (Results 1 – 2 of 2) sorted by relevance
469 struct smi_port *port0 = &dev->ts_port[0]; in smi_irq_handler()470 struct smi_port *port1 = &dev->ts_port[1]; in smi_irq_handler()984 ret = smi_port_attach(dev, &dev->ts_port[0], 0); in smi_probe()990 ret = smi_port_attach(dev, &dev->ts_port[1], 1); in smi_probe()1011 smi_port_detach(&dev->ts_port[1]); in smi_probe()1014 smi_port_detach(&dev->ts_port[0]); in smi_probe()1037 smi_port_detach(&dev->ts_port[1]); in smi_remove()1039 smi_port_detach(&dev->ts_port[0]); in smi_remove()
282 struct smi_port ts_port[2]; member