Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dpcap_ts.c26 u8 read_state; member
42 switch (pcap_ts->read_state) { in pcap_ts_read_xy()
47 pcap_ts->read_state = PCAP_ADC_TS_M_XY; in pcap_ts_read_xy()
59 pcap_ts->read_state = PCAP_ADC_TS_M_STANDBY; in pcap_ts_read_xy()
70 pcap_ts->read_state = PCAP_ADC_TS_M_PRESSURE; in pcap_ts_read_xy()
79 pcap_ts->read_state); in pcap_ts_read_xy()
91 pcap_ts->read_state << PCAP_ADC_TS_M_SHIFT); in pcap_ts_work()
93 if (pcap_ts->read_state == PCAP_ADC_TS_M_STANDBY) in pcap_ts_work()
107 if (pcap_ts->read_state == PCAP_ADC_TS_M_STANDBY) { in pcap_ts_event_touch()
108 pcap_ts->read_state = PCAP_ADC_TS_M_PRESSURE; in pcap_ts_event_touch()
[all …]
/linux/drivers/input/misc/
H A Dpcf8574_keypad.c46 static short read_state(struct kp_data *lp) in read_state() function
67 unsigned char nextstate = read_state(lp); in pcf8574_kp_irq_handler()
131 lp->laststate = read_state(lp); in pcf8574_kp_probe()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dlink_encoder.h114 void (*read_state)( member
286 void (*read_state)( member
/linux/arch/x86/kvm/
H A Di8254.h20 u8 read_state; member
H A Di8254.c479 s->read_state = access; in pit_ioport_write()
552 switch (s->read_state) { in pit_ioport_read()
565 s->read_state = RW_STATE_WORD1; in pit_ioport_read()
570 s->read_state = RW_STATE_WORD0; in pit_ioport_read()
/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c415 read_state: in decompress_file()
973 goto read_state; in decompress_file()
/linux/drivers/infiniband/hw/hfi1/
H A Dchip.c12994 u32 read_state = read_physical_state(ppd->dd); in log_physical_state() local
12996 if (read_state == state) { in log_physical_state()
13001 state, read_state); in log_physical_state()
13017 u32 read_state; in wait_physical_linkstate() local
13022 read_state = read_physical_state(ppd->dd); in wait_physical_linkstate()
13023 if (read_state == state) in wait_physical_linkstate()
13050 u32 read_state; in wait_phys_link_offline_substates() local
13055 read_state = read_physical_state(ppd->dd); in wait_phys_link_offline_substates()
13056 if ((read_state & 0xF0) == PLS_OFFLINE) in wait_phys_link_offline_substates()
13061 read_state, msecs); in wait_phys_link_offline_substates()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c727 if (lenc && lenc->funcs->read_state) { in dcn10_log_hw_state()
728 lenc->funcs->read_state(lenc, &s); in dcn10_log_hw_state()
759 if (hpo_dp_stream_enc && hpo_dp_stream_enc->funcs->read_state) { in dcn10_log_hw_state()
760 hpo_dp_stream_enc->funcs->read_state(hpo_dp_stream_enc, &hpo_dp_se_state); in dcn10_log_hw_state()
790 if (hpo_dp_link_enc->funcs->read_state) { in dcn10_log_hw_state()
791 hpo_dp_link_enc->funcs->read_state(hpo_dp_link_enc, &hpo_dp_le_state); in dcn10_log_hw_state()
/linux/arch/x86/include/uapi/asm/
H A Dkvm.h280 __u8 read_state; member
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h280 __u8 read_state; member
/linux/drivers/block/
H A Drbd.c290 enum rbd_obj_read_state read_state; /* for reads */ member
2221 obj_req->read_state = RBD_OBJ_READ_START; in rbd_obj_init_read()
2855 switch (obj_req->read_state) { in rbd_obj_advance_read()
2861 obj_req->read_state = RBD_OBJ_READ_OBJECT; in rbd_obj_advance_read()
2870 obj_req->read_state = RBD_OBJ_READ_OBJECT; in rbd_obj_advance_read()
2886 obj_req->read_state = RBD_OBJ_READ_PARENT; in rbd_obj_advance_read()