Searched refs:flash_op_desc (Results 1 – 4 of 4) sorted by relevance
57 struct flash_op_desc { struct137 int nrf_flash_sync_exe(struct flash_op_desc *op_desc);
338 struct flash_op_desc flash_op_desc = { in erase_synchronously() local344 return nrf_flash_sync_exe(&flash_op_desc); in erase_synchronously()356 struct flash_op_desc flash_op_desc = { in write_synchronously() local362 return nrf_flash_sync_exe(&flash_op_desc); in write_synchronously()
234 struct flash_op_desc flash_op_desc = {.handler = write_op, .context = &context}; in write_synchronously() local237 return nrf_flash_sync_exe(&flash_op_desc); in write_synchronously()
77 struct flash_op_desc *op_desc; in time_slot_callback_work()193 int nrf_flash_sync_exe(struct flash_op_desc *op_desc) in nrf_flash_sync_exe()