Searched refs:ux_host_class_storage_op_state (Results 1 – 5 of 5) sorted by relevance
97 (storage -> ux_host_class_storage_op_state != UX_STATE_WAIT && in _ux_host_class_storage_check_run()107 storage -> ux_host_class_storage_op_state = UX_STATE_RESET; in _ux_host_class_storage_check_run()116 switch(storage -> ux_host_class_storage_op_state) in _ux_host_class_storage_check_run()131 storage -> ux_host_class_storage_op_state = UX_STATE_WAIT; in _ux_host_class_storage_check_run()150 storage -> ux_host_class_storage_op_state = UX_STATE_IDLE; in _ux_host_class_storage_check_run()159 storage -> ux_host_class_storage_op_state = UX_STATE_RESET; in _ux_host_class_storage_check_run()
123 storage -> ux_host_class_storage_op_state = UX_STATE_RESET; in _ux_host_class_storage_read_write_run()135 switch(storage -> ux_host_class_storage_op_state) in _ux_host_class_storage_read_write_run()152 storage -> ux_host_class_storage_op_state = UX_STATE_WAIT; in _ux_host_class_storage_read_write_run()169 if (storage -> ux_host_class_storage_op_state < UX_STATE_IDLE) in _ux_host_class_storage_read_write_run()173 if (storage -> ux_host_class_storage_op_state <= UX_STATE_NEXT) in _ux_host_class_storage_read_write_run()181 storage -> ux_host_class_storage_op_state = UX_STATE_RESET; in _ux_host_class_storage_read_write_run()
155 storage -> ux_host_class_storage_op_state = UX_STATE_RESET; in _ux_host_class_storage_lock()
165 if ((storage -> ux_host_class_storage_op_state == UX_STATE_WAIT) && in _ux_host_class_storage_inst_tasks_run()176 storage -> ux_host_class_storage_op_state = UX_STATE_RESET; in _ux_host_class_storage_inst_tasks_run()183 storage -> ux_host_class_storage_op_state = UX_STATE_IDLE; in _ux_host_class_storage_inst_tasks_run()
517 UCHAR ux_host_class_storage_op_state; member535 #define UX_HOST_CLASS_STORAGE_RW_STATE_RESET(s) ((s) -> ux_host_class_storage_op_state = UX…536 #define UX_HOST_CLASS_STORAGE_RW_STATE_IS_IDLE(s) ((s) -> ux_host_class_storage_op_state == U…537 #define UX_HOST_CLASS_STORAGE_RW_STATE_IS_RESET(s) ((s) -> ux_host_class_storage_op_state == U…