Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_report_get_report (Results 1 – 6 of 6) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_report_id_get.c109 if (report_id -> ux_host_class_hid_report_get_report == UX_NULL) in _ux_host_class_hid_report_id_get()
151 …next_hid_report = report_id -> ux_host_class_hid_report_get_report -> ux_host_class_hid_report_ne… in _ux_host_class_hid_report_id_get()
162 report_id -> ux_host_class_hid_report_get_report = next_hid_report; in _ux_host_class_hid_report_id_get()
Dux_host_class_hid_keyboard_thread.c114 report_id.ux_host_class_hid_report_get_report = UX_NULL; in _ux_host_class_hid_keyboard_thread()
123 … client_report.ux_host_class_hid_client_report = report_id.ux_host_class_hid_report_get_report; in _ux_host_class_hid_keyboard_thread()
Dux_host_class_hid_keyboard_tasks_run.c118 report_id.ux_host_class_hid_report_get_report = UX_NULL; in _ux_host_class_hid_keyboard_tasks_run()
126 … keyboard -> ux_host_class_hid_keyboard_out_report = report_id.ux_host_class_hid_report_get_report; in _ux_host_class_hid_keyboard_tasks_run()
Dux_host_class_hid_mouse_activate.c129 report_id.ux_host_class_hid_report_get_report = UX_NULL; in _ux_host_class_hid_mouse_activate()
155 report_id.ux_host_class_hid_report_get_report = UX_NULL; in _ux_host_class_hid_mouse_activate()
Dux_host_class_hid_keyboard_activate.c232 report_id.ux_host_class_hid_report_get_report = UX_NULL; in _ux_host_class_hid_keyboard_activate()
253 field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in _ux_host_class_hid_keyboard_activate()
373 report_id.ux_host_class_hid_report_get_report = UX_NULL; in _ux_host_class_hid_keyboard_activate()
382 … client_report.ux_host_class_hid_client_report = report_id.ux_host_class_hid_report_get_report; in _ux_host_class_hid_keyboard_activate()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h819 *ux_host_class_hid_report_get_report; member