/openbmc/linux/drivers/input/touchscreen/ |
H A 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 …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
H A 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()
|
H A D | dma_local.h | 198 dma_rw_states_t read_state; member
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | i8254.c | 114 sc->read_state = kchan->read_state; in kvm_pit_get() 151 kchan->read_state = sc->read_state; in kvm_pit_put()
|
/openbmc/linux/drivers/input/misc/ |
H A 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()
|
/openbmc/qemu/hw/timer/ |
H A D | i8254.c | 164 s->read_state = access; in pit_ioport_write() 229 switch(s->read_state) { in pit_ioport_read() 242 s->read_state = RW_STATE_WORD1; in pit_ioport_read() 247 s->read_state = RW_STATE_WORD0; in pit_ioport_read()
|
H A D | i8254_common.c | 189 VMSTATE_UINT8(read_state, PITChannelState),
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | link_encoder.h | 108 void (*read_state)( member 269 void (*read_state)( member
|
H A D | stream_encoder.h | 351 void (*read_state)( member
|
/openbmc/linux/arch/x86/kvm/ |
H A D | i8254.c | 479 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()
|
H A D | i8254.h | 15 u8 read_state; member
|
/openbmc/qemu/include/hw/timer/ |
H A D | i8254_internal.h | 38 uint8_t read_state; member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_hpo_dp_link_encoder.c | 68 .read_state = dcn31_hpo_dp_link_enc_read_state,
|
H A D | dcn32_dio_link_encoder.c | 153 .read_state = link_enc2_read_state,
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | state.h | 82 bool read_state; /* Read sandbox state on startup */ member
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | state.c | 148 if (state->read_state && fname) { in sandbox_read_state() 166 if (state->read_state && fname) { in sandbox_read_state()
|
H A D | start.c | 210 state->read_state = true; in sandbox_cmdline_cb_read()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_link_encoder.c | 80 .read_state = link_enc2_read_state,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/ |
H A D | dcn301_dio_link_encoder.c | 51 .read_state = link_enc2_read_state,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn321/ |
H A D | dcn321_dio_link_encoder.c | 64 .read_state = link_enc2_read_state,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_dio_link_encoder.c | 61 .read_state = link_enc2_read_state,
|
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | gunz_test.c | 415 read_state: in decompress_file() 973 goto read_state; in decompress_file()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
H A D | dcn21_link_encoder.c | 301 .read_state = link_enc2_read_state,
|
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 274 __u8 read_state; member
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 274 __u8 read_state; member
|