Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/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-v4.19/arch/x86/kvm/
Di8254.h15 u8 read_state; member
Di8254.c469 s->read_state = access; in pit_ioport_write()
542 switch (s->read_state) { in pit_ioport_read()
555 s->read_state = RW_STATE_WORD1; in pit_ioport_read()
560 s->read_state = RW_STATE_WORD0; in pit_ioport_read()
/Linux-v4.19/arch/x86/include/uapi/asm/
Dkvm.h241 __u8 read_state; member
/Linux-v4.19/tools/arch/x86/include/uapi/asm/
Dkvm.h241 __u8 read_state; member
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dchip.c12838 u32 read_state = read_physical_state(ppd->dd); in log_physical_state() local
12840 if (read_state == state) { in log_physical_state()
12845 state, read_state); in log_physical_state()
12861 u32 read_state; in wait_physical_linkstate() local
12866 read_state = read_physical_state(ppd->dd); in wait_physical_linkstate()
12867 if (read_state == state) in wait_physical_linkstate()
12894 u32 read_state; in wait_phys_link_offline_substates() local
12899 read_state = read_physical_state(ppd->dd); in wait_phys_link_offline_substates()
12900 if ((read_state & 0xF0) == PLS_OFFLINE) in wait_phys_link_offline_substates()
12905 read_state, msecs); in wait_phys_link_offline_substates()
[all …]