/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
H A D | dma.c | 212 state->write_state = DMA_RW_STATE_IDLE; in dma_get_state() 214 state->write_state = DMA_RW_STATE_REQ; in dma_get_state() 216 state->write_state = DMA_RW_STATE_NEXT_LINE; in dma_get_state() 218 state->write_state = DMA_RW_STATE_UNLOCK_CHANNEL; in dma_get_state()
|
H A D | dma_local.h | 201 dma_rw_states_t write_state; member
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | i8254.c | 115 sc->write_state = kchan->write_state; in kvm_pit_get() 152 kchan->write_state = sc->write_state; in kvm_pit_put()
|
/openbmc/qemu/hw/timer/ |
H A D | i8254.c | 165 s->write_state = access; in pit_ioport_write() 174 switch(s->write_state) { in pit_ioport_write() 184 s->write_state = RW_STATE_WORD1; in pit_ioport_write() 188 s->write_state = RW_STATE_WORD0; in pit_ioport_write()
|
H A D | i8254_common.c | 190 VMSTATE_UINT8(write_state, PITChannelState),
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | efuse.c | 745 int *continual, u8 *write_state, in efuse_write_data_case1() argument 765 *write_state = PG_STATE_HEADER; in efuse_write_data_case1() 777 *write_state = PG_STATE_HEADER; in efuse_write_data_case1() 836 *write_state = PG_STATE_HEADER; in efuse_write_data_case1() 846 *write_state = PG_STATE_HEADER; in efuse_write_data_case1() 854 int *continual, u8 *write_state, in efuse_write_data_case2() argument 871 *write_state = PG_STATE_DATA; in efuse_write_data_case2() 873 *write_state = PG_STATE_HEADER; in efuse_write_data_case2() 909 *write_state = PG_STATE_HEADER; in efuse_write_data_case2() 926 u8 write_state = PG_STATE_HEADER; in efuse_pg_packet_write() local [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | gunz_test.c | 422 goto write_state; in decompress_file() 456 goto write_state; in decompress_file() 473 goto write_state; in decompress_file() 482 write_state: in decompress_file() 938 goto write_state; /* More data to write out */ in decompress_file()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | i8254.c | 480 s->write_state = access; in pit_ioport_write() 490 switch (s->write_state) { in pit_ioport_write() 500 s->write_state = RW_STATE_WORD1; in pit_ioport_write() 504 s->write_state = RW_STATE_WORD0; in pit_ioport_write()
|
H A D | i8254.h | 16 u8 write_state; member
|
/openbmc/qemu/include/hw/timer/ |
H A D | i8254_internal.h | 39 uint8_t write_state; member
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | state.h | 83 bool write_state; /* Write sandbox state on exit */ member
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | start.c | 218 state->write_state = true; in sandbox_cmdline_cb_write()
|
H A D | state.c | 404 if (state->write_state) { in state_uninit()
|
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 275 __u8 write_state; member
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 275 __u8 write_state; member
|
/openbmc/linux/drivers/block/ |
H A D | rbd.c | 291 enum rbd_obj_write_state write_state; /* for writes */ member 2259 obj_req->write_state = RBD_OBJ_WRITE_START; in rbd_obj_init_write() 2323 obj_req->write_state = RBD_OBJ_WRITE_START; in rbd_obj_init_discard() 2370 obj_req->write_state = RBD_OBJ_WRITE_START; in rbd_obj_init_zeroout() 3303 switch (obj_req->write_state) { in rbd_obj_advance_write() 3316 obj_req->write_state = RBD_OBJ_WRITE_PRE_OBJECT_MAP; in rbd_obj_advance_write() 3331 obj_req->write_state = RBD_OBJ_WRITE_OBJECT; in rbd_obj_advance_write() 3338 obj_req->write_state = __RBD_OBJ_WRITE_COPYUP; in rbd_obj_advance_write() 3351 obj_req->write_state = RBD_OBJ_WRITE_COPYUP; in rbd_obj_advance_write() 3367 obj_req->write_state = RBD_OBJ_WRITE_POST_OBJECT_MAP; in rbd_obj_advance_write()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/ |
H A D | ia_css_debug.c | 1074 if (state.write_state == DMA_RW_STATE_IDLE) in ia_css_debug_dump_dma_state() 1076 if (state.write_state == DMA_RW_STATE_REQ) in ia_css_debug_dump_dma_state() 1078 if (state.write_state == DMA_RW_STATE_NEXT_LINE) in ia_css_debug_dump_dma_state() 1080 if (state.write_state == DMA_RW_STATE_UNLOCK_CHANNEL) in ia_css_debug_dump_dma_state()
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | kvm.h | 274 __u8 write_state; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 383 @@ -137,7 +137,7 @@ static int write_state(int fd, char * co
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0014-do-not-disable-buffer-in-writing-files.patch | 431 @@ -139,7 +139,7 @@ static int write_state(int fd, char * const *states) {
|