Home
last modified time | relevance | path

Searched refs:write_state (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A Defuse.c736 int *continual, u8 *write_state, in efuse_write_data_case1() argument
756 *write_state = PG_STATE_HEADER; in efuse_write_data_case1()
768 *write_state = PG_STATE_HEADER; in efuse_write_data_case1()
827 *write_state = PG_STATE_HEADER; in efuse_write_data_case1()
837 *write_state = PG_STATE_HEADER; in efuse_write_data_case1()
845 int *continual, u8 *write_state, in efuse_write_data_case2() argument
862 *write_state = PG_STATE_DATA; in efuse_write_data_case2()
864 *write_state = PG_STATE_HEADER; in efuse_write_data_case2()
900 *write_state = PG_STATE_HEADER; in efuse_write_data_case2()
917 u8 write_state = PG_STATE_HEADER; in efuse_pg_packet_write() local
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Ddma.c212 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 Ddma_local.h201 dma_rw_states_t write_state; member
/OK3568_Linux_fs/kernel/tools/lib/traceevent/plugins/
H A Dplugin_sched_switch.c12 static void write_state(struct trace_seq *s, int val) in write_state() function
103 write_state(s, val); in sched_switch_handler()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c422 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()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Di8254.c481 s->write_state = access; in pit_ioport_write()
491 switch (s->write_state) { in pit_ioport_write()
501 s->write_state = RW_STATE_WORD1; in pit_ioport_write()
505 s->write_state = RW_STATE_WORD0; in pit_ioport_write()
H A Di8254.h16 u8 write_state; member
/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Dstate.h65 bool write_state; /* Write sandbox state on exit */ member
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dstart.c217 state->write_state = true; in sandbox_cmdline_cb_write()
H A Dstate.c396 if (state->write_state) { in state_uninit()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgengtype.h414 void write_state (const char* path);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dgengtype.h414 void write_state (const char* path);
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dkvm.h262 __u8 write_state; member
/OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/
H A Dkvm.h262 __u8 write_state; member
/OK3568_Linux_fs/kernel/drivers/block/
H A Drbd.c291 enum rbd_obj_write_state write_state; /* for writes */ member
2302 obj_req->write_state = RBD_OBJ_WRITE_START; in rbd_obj_init_write()
2366 obj_req->write_state = RBD_OBJ_WRITE_START; in rbd_obj_init_discard()
2415 obj_req->write_state = RBD_OBJ_WRITE_START; in rbd_obj_init_zeroout()
3350 switch (obj_req->write_state) { in rbd_obj_advance_write()
3362 obj_req->write_state = RBD_OBJ_WRITE_PRE_OBJECT_MAP; in rbd_obj_advance_write()
3377 obj_req->write_state = RBD_OBJ_WRITE_OBJECT; in rbd_obj_advance_write()
3384 obj_req->write_state = __RBD_OBJ_WRITE_COPYUP; in rbd_obj_advance_write()
3397 obj_req->write_state = RBD_OBJ_WRITE_COPYUP; in rbd_obj_advance_write()
3413 obj_req->write_state = RBD_OBJ_WRITE_POST_OBJECT_MAP; in rbd_obj_advance_write()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c1075 if (state.write_state == DMA_RW_STATE_IDLE) in ia_css_debug_dump_dma_state()
1077 if (state.write_state == DMA_RW_STATE_REQ) in ia_css_debug_dump_dma_state()
1079 if (state.write_state == DMA_RW_STATE_NEXT_LINE) in ia_css_debug_dump_dma_state()
1081 if (state.write_state == DMA_RW_STATE_UNLOCK_CHANNEL) in ia_css_debug_dump_dma_state()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0022-do-not-disable-buffer-in-writing-files.patch332 @@ -112,7 +112,7 @@ static int write_state(FILE **f, char **
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0022-do-not-disable-buffer-in-writing-files.patch434 @@ -112,7 +112,7 @@ static int write_state(FILE **f, char **states) {