Home
last modified time | relevance | path

Searched refs:pcap_ts (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/input/touchscreen/
Dpcap_ts.c24 struct pcap_ts { struct
44 struct pcap_ts *pcap_ts = data; in pcap_ts_read_xy() argument
46 switch (pcap_ts->read_state) { in pcap_ts_read_xy()
50 pcap_ts->pressure = res[0]; in pcap_ts_read_xy()
51 pcap_ts->read_state = PCAP_ADC_TS_M_XY; in pcap_ts_read_xy()
52 schedule_delayed_work(&pcap_ts->work, 0); in pcap_ts_read_xy()
55 pcap_ts->y = res[0]; in pcap_ts_read_xy()
56 pcap_ts->x = res[1]; in pcap_ts_read_xy()
57 if (pcap_ts->x <= X_AXIS_MIN || pcap_ts->x >= X_AXIS_MAX || in pcap_ts_read_xy()
58 pcap_ts->y <= Y_AXIS_MIN || pcap_ts->y >= Y_AXIS_MAX) { in pcap_ts_read_xy()
[all …]
DMakefile59 obj-$(CONFIG_TOUCHSCREEN_PCAP) += pcap_ts.o
DKconfig999 module will be called pcap_ts.