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.c95 hid -> ux_host_class_hid_status = UX_HOST_CLASS_INSTANCE_UNKNOWN; in _ux_host_class_hid_idle_set_run()
106 hid -> ux_host_class_hid_status = UX_DEVICE_HANDLE_UNKNOWN; in _ux_host_class_hid_idle_set_run()
131 hid -> ux_host_class_hid_status = in _ux_host_class_hid_idle_set_run()
168 hid -> ux_host_class_hid_status = in _ux_host_class_hid_idle_set_run()
Dux_host_class_hid_report_set_run.c115 hid -> ux_host_class_hid_status = UX_HOST_CLASS_INSTANCE_UNKNOWN; in _ux_host_class_hid_report_set_run()
131 hid -> ux_host_class_hid_status = UX_DEVICE_HANDLE_UNKNOWN; in _ux_host_class_hid_report_set_run()
174 hid -> ux_host_class_hid_status = in _ux_host_class_hid_report_set_run()
208 hid -> ux_host_class_hid_status = status; in _ux_host_class_hid_report_set_run()
236 hid -> ux_host_class_hid_status = in _ux_host_class_hid_report_set_run()
Dux_host_class_hid_entry.c213 hid -> ux_host_class_hid_status = UX_MEMORY_INSUFFICIENT; in _ux_host_class_hid_descriptor_read()
248 hid -> ux_host_class_hid_status = UX_MEMORY_INSUFFICIENT; in _ux_host_class_hid_report_descriptor_read()
353 hid -> ux_host_class_hid_status = UX_DESCRIPTOR_CORRUPTED; in _ux_host_class_hid_hid_descriptor_parse()
441 hid -> ux_host_class_hid_status = status; in _ux_host_class_hid_report_descriptor_parse()
450 hid -> ux_host_class_hid_status = status; in _ux_host_class_hid_report_descriptor_parse()
477 hid -> ux_host_class_hid_status = UX_DEVICE_ENUMERATION_FAILURE; in _ux_host_class_hid_client_activate_wait()
560 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.c141 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.c90 return(hid -> ux_host_class_hid_status); in _ux_host_class_hid_idle_set()
Dux_host_class_hid_keyboard_entry.c203 hid -> ux_host_class_hid_status; in _ux_host_class_hid_keyboard_activate_wait()
Dux_host_class_hid_mouse_entry.c175 hid -> ux_host_class_hid_status; in _ux_host_class_hid_mouse_activate_wait()
Dux_host_class_hid_report_set.c181 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.h975 UINT ux_host_class_hid_status; member