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()989 ret = smi_port_attach(dev, &dev->ts_port[0], 0); in smi_probe()995 ret = smi_port_attach(dev, &dev->ts_port[1], 1); in smi_probe()1023 smi_port_detach(&dev->ts_port[1]); in smi_probe()1026 smi_port_detach(&dev->ts_port[0]); in smi_probe()1049 smi_port_detach(&dev->ts_port[1]); in smi_remove()1051 smi_port_detach(&dev->ts_port[0]); in smi_remove()
293 struct smi_port ts_port[2]; member