Home
last modified time | relevance | path

Searched refs:PCAP_IRQ_TS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/input/touchscreen/
H A Dpcap_ts.c182 err = request_irq(pcap_to_irq(pcap_ts->pcap, PCAP_IRQ_TS), in pcap_ts_probe()
204 free_irq(pcap_to_irq(pcap_ts->pcap, PCAP_IRQ_TS), pcap_ts); in pcap_ts_remove()
/openbmc/linux/include/linux/mfd/
H A Dezx-pcap.h89 #define PCAP_IRQ_TS 1 /* Touch Screen */ macro