Searched refs:pcap_ts (Results 1 – 3 of 3) sorted by relevance
20 struct pcap_ts { struct40 struct pcap_ts *pcap_ts = data; in pcap_ts_read_xy() argument42 switch (pcap_ts->read_state) { in pcap_ts_read_xy()46 pcap_ts->pressure = res[0]; in pcap_ts_read_xy()47 pcap_ts->read_state = PCAP_ADC_TS_M_XY; in pcap_ts_read_xy()48 schedule_delayed_work(&pcap_ts->work, 0); in pcap_ts_read_xy()51 pcap_ts->y = res[0]; in pcap_ts_read_xy()52 pcap_ts->x = res[1]; in pcap_ts_read_xy()53 if (pcap_ts->x <= X_AXIS_MIN || pcap_ts->x >= X_AXIS_MAX || in pcap_ts_read_xy()54 pcap_ts->y <= Y_AXIS_MIN || pcap_ts->y >= Y_AXIS_MAX) { in pcap_ts_read_xy()[all …]
76 obj-$(CONFIG_TOUCHSCREEN_PCAP) += pcap_ts.o
1176 module will be called pcap_ts.