Searched refs:pcap_ts (Results 1 – 3 of 3) sorted by relevance
25 struct pcap_ts { struct45 struct pcap_ts *pcap_ts = data; in pcap_ts_read_xy() argument47 switch (pcap_ts->read_state) { in pcap_ts_read_xy()51 pcap_ts->pressure = res[0]; in pcap_ts_read_xy()52 pcap_ts->read_state = PCAP_ADC_TS_M_XY; in pcap_ts_read_xy()53 schedule_delayed_work(&pcap_ts->work, 0); in pcap_ts_read_xy()56 pcap_ts->y = res[0]; in pcap_ts_read_xy()57 pcap_ts->x = res[1]; in pcap_ts_read_xy()58 if (pcap_ts->x <= X_AXIS_MIN || pcap_ts->x >= X_AXIS_MAX || in pcap_ts_read_xy()59 pcap_ts->y <= Y_AXIS_MIN || pcap_ts->y >= Y_AXIS_MAX) { in pcap_ts_read_xy()[all …]
46 obj-$(CONFIG_TOUCHSCREEN_PCAP) += pcap_ts.o
818 module will be called pcap_ts.