Searched refs:ux_host_class_hid_report_next_report (Results 1 – 6 of 6) sorted by relevance
91 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()
135 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()
161 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()
134 hid_report = hid_report -> ux_host_class_hid_report_next_report; in _ux_host_class_hid_report_callback_register()
151 …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()
906 *ux_host_class_hid_report_next_report; member