Home
last modified time | relevance | path

Searched refs:in_copy (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/flash/
Dflash_stm32_ex_op.c39 struct flash_stm32_ex_op_sector_wp_in in_copy; in flash_stm32_ex_op_sector_wp() local
42 K_OOPS(k_usermode_from_copy(&in_copy, request, in flash_stm32_ex_op_sector_wp()
43 sizeof(in_copy))); in flash_stm32_ex_op_sector_wp()
44 request = &in_copy; in flash_stm32_ex_op_sector_wp()
Dflash_npcx_fiu_nor.c452 struct npcx_ex_ops_uma_in in_copy; in flash_npcx_nor_ex_op() local
456 K_OOPS(k_usermode_from_copy(&in_copy, op_in, sizeof(in_copy))); in flash_npcx_nor_ex_op()
457 op_in = &in_copy; in flash_npcx_nor_ex_op()
474 struct npcx_ex_ops_qspi_oper_in in_copy; in flash_npcx_nor_ex_op() local
477 K_OOPS(k_usermode_from_copy(&in_copy, op_in, sizeof(in_copy))); in flash_npcx_nor_ex_op()
478 op_in = &in_copy; in flash_npcx_nor_ex_op()