Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/touchscreen/
Dpcap_ts.c64 pcap_ts->read_state = PCAP_ADC_TS_M_STANDBY; in pcap_ts_read_xy()
98 if (pcap_ts->read_state == PCAP_ADC_TS_M_STANDBY) in pcap_ts_work()
112 if (pcap_ts->read_state == PCAP_ADC_TS_M_STANDBY) { in pcap_ts_event_touch()
123 pcap_ts->read_state = PCAP_ADC_TS_M_STANDBY; in pcap_ts_open()
/linux-3.4.99/include/linux/mfd/
Dezx-pcap.h199 #define PCAP_ADC_TS_M_STANDBY 5 macro