Home
last modified time | relevance | path

Searched refs:read_state (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/input/touchscreen/
Dpcap_ts.c30 u8 read_state; member
46 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 …]
/linux-4.4.14/drivers/hv/
Dconnection.c320 bool read_state; in process_chn_event() local
343 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()
/linux-4.4.14/drivers/input/misc/
Dpcf8574_keypad.c47 static short read_state(struct kp_data *lp) in read_state() function
68 unsigned char nextstate = read_state(lp); in pcf8574_kp_irq_handler()
132 lp->laststate = read_state(lp); in pcf8574_kp_probe()
/linux-4.4.14/arch/x86/kvm/
Di8254.h14 u8 read_state; member
Di8254.c494 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()
/linux-4.4.14/arch/x86/include/uapi/asm/
Dkvm.h237 __u8 read_state; member