Searched defs:flash_op_desc (Results 1 – 3 of 3) sorted by relevance
57 struct flash_op_desc { struct58 flash_op_handler_t handler;59 struct flash_context *context; /* [in,out] */
338 struct flash_op_desc flash_op_desc = { in erase_synchronously() local356 struct flash_op_desc flash_op_desc = { in write_synchronously() local
234 struct flash_op_desc flash_op_desc = {.handler = write_op, .context = &context}; in write_synchronously() local