Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_instance_clean.c91 hid_next_report = hid_report -> ux_host_class_hid_report_next_report; in _ux_host_class_hid_instance_clean()
131 hid_next_report = hid_report -> ux_host_class_hid_report_next_report; in _ux_host_class_hid_instance_clean()
171 hid_next_report = hid_report -> ux_host_class_hid_report_next_report; in _ux_host_class_hid_instance_clean()
Dux_host_class_hid_transfer_request_completed.c135 if (hid_report -> ux_host_class_hid_report_next_report != UX_NULL) in _ux_host_class_hid_transfer_request_completed()
147 if (hid_report -> ux_host_class_hid_report_next_report == UX_NULL) in _ux_host_class_hid_transfer_request_completed()
151 hid_report = hid_report -> ux_host_class_hid_report_next_report; in _ux_host_class_hid_transfer_request_completed()
Dux_host_class_hid_report_add.c161 while (hid_report -> ux_host_class_hid_report_next_report != UX_NULL) in _ux_host_class_hid_report_add()
162 hid_report = hid_report -> ux_host_class_hid_report_next_report; in _ux_host_class_hid_report_add()
179 hid_report -> ux_host_class_hid_report_next_report = new_hid_report; in _ux_host_class_hid_report_add()
Dux_host_class_hid_report_callback_register.c134 hid_report = hid_report -> ux_host_class_hid_report_next_report; in _ux_host_class_hid_report_callback_register()
Dux_host_class_hid_report_id_get.c151 …report = report_id -> ux_host_class_hid_report_get_report -> ux_host_class_hid_report_next_report; in _ux_host_class_hid_report_id_get()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h906 *ux_host_class_hid_report_next_report; member