Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_status (Results 1 – 9 of 9) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_idle_set_run.c94 hid -> ux_host_class_hid_status = UX_HOST_CLASS_INSTANCE_UNKNOWN; in _ux_host_class_hid_idle_set_run()
105 hid -> ux_host_class_hid_status = UX_DEVICE_HANDLE_UNKNOWN; in _ux_host_class_hid_idle_set_run()
130 hid -> ux_host_class_hid_status = in _ux_host_class_hid_idle_set_run()
167 hid -> ux_host_class_hid_status = in _ux_host_class_hid_idle_set_run()
Dux_host_class_hid_report_set_run.c114 hid -> ux_host_class_hid_status = UX_HOST_CLASS_INSTANCE_UNKNOWN; in _ux_host_class_hid_report_set_run()
130 hid -> ux_host_class_hid_status = UX_DEVICE_HANDLE_UNKNOWN; in _ux_host_class_hid_report_set_run()
173 hid -> ux_host_class_hid_status = in _ux_host_class_hid_report_set_run()
207 hid -> ux_host_class_hid_status = status; in _ux_host_class_hid_report_set_run()
235 hid -> ux_host_class_hid_status = in _ux_host_class_hid_report_set_run()
Dux_host_class_hid_entry.c212 hid -> ux_host_class_hid_status = UX_MEMORY_INSUFFICIENT; in _ux_host_class_hid_descriptor_read()
247 hid -> ux_host_class_hid_status = UX_MEMORY_INSUFFICIENT; in _ux_host_class_hid_report_descriptor_read()
352 hid -> ux_host_class_hid_status = UX_DESCRIPTOR_CORRUPTED; in _ux_host_class_hid_hid_descriptor_parse()
440 hid -> ux_host_class_hid_status = status; in _ux_host_class_hid_report_descriptor_parse()
449 hid -> ux_host_class_hid_status = status; in _ux_host_class_hid_report_descriptor_parse()
476 hid -> ux_host_class_hid_status = UX_DEVICE_ENUMERATION_FAILURE; in _ux_host_class_hid_client_activate_wait()
559 hid -> ux_host_class_hid_status = transfer -> ux_transfer_request_completion_code; in _ux_host_class_hid_activate_wait()
Dux_host_class_hid_keyboard_tasks_run.c140 keyboard -> ux_host_class_hid_keyboard_status = hid -> ux_host_class_hid_status; in _ux_host_class_hid_keyboard_tasks_run()
Dux_host_class_hid_idle_set.c89 return(hid -> ux_host_class_hid_status); in _ux_host_class_hid_idle_set()
Dux_host_class_hid_keyboard_entry.c202 hid -> ux_host_class_hid_status; in _ux_host_class_hid_keyboard_activate_wait()
Dux_host_class_hid_mouse_entry.c174 hid -> ux_host_class_hid_status; in _ux_host_class_hid_mouse_activate_wait()
Dux_host_class_hid_report_set.c180 return(hid -> ux_host_class_hid_status); in _ux_host_class_hid_report_set()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h986 UINT ux_host_class_hid_status; member