Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dpcap_ts.c63 pcap_ts->read_state = PCAP_ADC_TS_M_STANDBY; in pcap_ts_read_xy()
97 if (pcap_ts->read_state == PCAP_ADC_TS_M_STANDBY) in pcap_ts_work()
111 if (pcap_ts->read_state == PCAP_ADC_TS_M_STANDBY) { in pcap_ts_event_touch()
122 pcap_ts->read_state = PCAP_ADC_TS_M_STANDBY; in pcap_ts_open()
/linux-4.4.14/include/linux/mfd/
Dezx-pcap.h199 #define PCAP_ADC_TS_M_STANDBY 5 macro