Searched refs:read_state (Results 1 – 6 of 6) sorted by relevance
30 u8 read_state; member46 switch (pcap_ts->read_state) { in pcap_ts_read_xy()51 pcap_ts->read_state = PCAP_ADC_TS_M_XY; in pcap_ts_read_xy()63 pcap_ts->read_state = PCAP_ADC_TS_M_STANDBY; in pcap_ts_read_xy()74 pcap_ts->read_state = PCAP_ADC_TS_M_PRESSURE; in pcap_ts_read_xy()83 pcap_ts->read_state); in pcap_ts_read_xy()95 pcap_ts->read_state << PCAP_ADC_TS_M_SHIFT); in pcap_ts_work()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()112 pcap_ts->read_state = PCAP_ADC_TS_M_PRESSURE; in pcap_ts_event_touch()[all …]
320 bool read_state; in process_chn_event() local343 read_state = channel->batched_reading; in process_chn_event()357 if (read_state) in process_chn_event()360 if (read_state) in process_chn_event()364 } while (read_state && (bytes_to_read != 0)); in process_chn_event()
47 static short read_state(struct kp_data *lp) in read_state() function68 unsigned char nextstate = read_state(lp); in pcf8574_kp_irq_handler()132 lp->laststate = read_state(lp); in pcf8574_kp_probe()
14 u8 read_state; member
494 s->read_state = access; in pit_ioport_write()568 switch (s->read_state) { in pit_ioport_read()581 s->read_state = RW_STATE_WORD1; in pit_ioport_read()586 s->read_state = RW_STATE_WORD0; in pit_ioport_read()
237 __u8 read_state; member