| /Linux-v5.15/drivers/input/touchscreen/ |
| D | pcap_ts.c | 26 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-v5.15/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
| D | dma.c | 190 state->read_state = DMA_RW_STATE_IDLE; in dma_get_state() 192 state->read_state = DMA_RW_STATE_REQ; in dma_get_state() 194 state->read_state = DMA_RW_STATE_NEXT_LINE; in dma_get_state() 196 state->read_state = DMA_RW_STATE_UNLOCK_CHANNEL; in dma_get_state()
|
| D | dma_local.h | 198 dma_rw_states_t read_state; member
|
| /Linux-v5.15/drivers/input/misc/ |
| D | pcf8574_keypad.c | 46 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-v5.15/arch/x86/kvm/ |
| D | i8254.h | 15 u8 read_state; member
|
| D | i8254.c | 481 s->read_state = access; in pit_ioport_write() 554 switch (s->read_state) { in pit_ioport_read() 567 s->read_state = RW_STATE_WORD1; in pit_ioport_read() 572 s->read_state = RW_STATE_WORD0; in pit_ioport_read()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| D | link_encoder.h | 137 void (*read_state)( member
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn301/ |
| D | dcn301_dio_link_encoder.c | 52 .read_state = link_enc2_read_state,
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/ |
| D | dcn30_dio_link_encoder.c | 62 .read_state = link_enc2_read_state,
|
| /Linux-v5.15/arch/x86/include/uapi/asm/ |
| D | kvm.h | 276 __u8 read_state; member
|
| /Linux-v5.15/tools/arch/x86/include/uapi/asm/ |
| D | kvm.h | 276 __u8 read_state; member
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn21/ |
| D | dcn21_link_encoder.c | 303 .read_state = link_enc2_read_state,
|
| /Linux-v5.15/tools/testing/selftests/powerpc/nx-gzip/ |
| D | gunz_test.c | 415 read_state: in decompress_file() 973 goto read_state; in decompress_file()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn31/ |
| D | dcn31_dio_link_encoder.c | 197 .read_state = link_enc2_read_state,
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/ |
| D | dcn20_link_encoder.c | 360 .read_state = link_enc2_read_state,
|
| /Linux-v5.15/drivers/staging/media/atomisp/pci/runtime/debug/src/ |
| D | ia_css_debug.c | 1058 if (state.read_state == DMA_RW_STATE_IDLE) in ia_css_debug_dump_dma_state() 1060 if (state.read_state == DMA_RW_STATE_REQ) in ia_css_debug_dump_dma_state() 1062 if (state.read_state == DMA_RW_STATE_NEXT_LINE) in ia_css_debug_dump_dma_state() 1064 if (state.read_state == DMA_RW_STATE_UNLOCK_CHANNEL) in ia_css_debug_dump_dma_state()
|
| /Linux-v5.15/drivers/infiniband/hw/hfi1/ |
| D | chip.c | 13006 u32 read_state = read_physical_state(ppd->dd); in log_physical_state() local 13008 if (read_state == state) { in log_physical_state() 13013 state, read_state); in log_physical_state() 13029 u32 read_state; in wait_physical_linkstate() local 13034 read_state = read_physical_state(ppd->dd); in wait_physical_linkstate() 13035 if (read_state == state) in wait_physical_linkstate() 13062 u32 read_state; in wait_phys_link_offline_substates() local 13067 read_state = read_physical_state(ppd->dd); in wait_phys_link_offline_substates() 13068 if ((read_state & 0xF0) == PLS_OFFLINE) in wait_phys_link_offline_substates() 13073 read_state, msecs); in wait_phys_link_offline_substates() [all …]
|
| /Linux-v5.15/drivers/block/ |
| D | rbd.c | 290 enum rbd_obj_read_state read_state; /* for reads */ member 2199 obj_req->read_state = RBD_OBJ_READ_START; in rbd_obj_init_read() 2838 switch (obj_req->read_state) { in rbd_obj_advance_read() 2844 obj_req->read_state = RBD_OBJ_READ_OBJECT; in rbd_obj_advance_read() 2853 obj_req->read_state = RBD_OBJ_READ_OBJECT; in rbd_obj_advance_read() 2869 obj_req->read_state = RBD_OBJ_READ_PARENT; in rbd_obj_advance_read()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/ |
| D | dcn10_hw_sequencer.c | 444 if (lenc->funcs->read_state) { in dcn10_log_hw_state() 445 lenc->funcs->read_state(lenc, &s); in dcn10_log_hw_state()
|