Searched refs:ux_device_class_hid_read_state (Results 1 – 5 of 5) sorted by relevance
116 hid -> ux_device_class_hid_read_state = UX_STATE_RESET; in _ux_device_class_hid_read_run()130 hid -> ux_device_class_hid_read_state = UX_STATE_RESET; in _ux_device_class_hid_read_run()139 read_state = hid -> ux_device_class_hid_read_state; in _ux_device_class_hid_read_run()147 hid -> ux_device_class_hid_read_state = UX_DEVICE_CLASS_HID_READ_START; in _ux_device_class_hid_read_run()172 hid -> ux_device_class_hid_read_state = UX_STATE_RESET; in _ux_device_class_hid_read_run()182 hid -> ux_device_class_hid_read_state = UX_DEVICE_CLASS_HID_READ_START; in _ux_device_class_hid_read_run()199 hid -> ux_device_class_hid_read_state = UX_STATE_RESET; in _ux_device_class_hid_read_run()216 hid -> ux_device_class_hid_read_state = UX_DEVICE_CLASS_HID_READ_WAIT; in _ux_device_class_hid_read_run()231 hid -> ux_device_class_hid_read_state = UX_STATE_RESET; in _ux_device_class_hid_read_run()267 hid -> ux_device_class_hid_read_state = UX_STATE_RESET; in _ux_device_class_hid_read_run()[all …]
112 switch(hid -> ux_device_class_hid_read_state) in _ux_device_class_hid_receiver_tasks_run()137 hid -> ux_device_class_hid_read_state = UX_DEVICE_CLASS_HID_RECEIVER_WAIT; in _ux_device_class_hid_receiver_tasks_run()151 hid -> ux_device_class_hid_read_state = UX_DEVICE_CLASS_HID_RECEIVER_ERROR; in _ux_device_class_hid_receiver_tasks_run()166 hid -> ux_device_class_hid_read_state = UX_DEVICE_CLASS_HID_RECEIVER_START; in _ux_device_class_hid_receiver_tasks_run()202 hid -> ux_device_class_hid_read_state = UX_DEVICE_CLASS_HID_RECEIVER_START; in _ux_device_class_hid_receiver_tasks_run()
218 hid -> ux_device_class_hid_read_state = UX_DEVICE_CLASS_HID_RECEIVER_START; in _ux_device_class_hid_activate()
207 hid -> ux_device_class_hid_read_state = UX_DEVICE_CLASS_HID_RECEIVER_START; in _ux_device_class_hid_receiver_initialize()
288 UINT ux_device_class_hid_read_state; member