Searched refs:ux_host_class_hid_report_id (Results 1 – 9 of 9) sorted by relevance
65 if (hid_report -> ux_host_class_hid_report_id == 0) in ux_host_class_hid_report_set_buffer_allocate()80 if (hid_report -> ux_host_class_hid_report_id != 0) in ux_host_class_hid_report_set_buffer_allocate()81 *current_report_buffer++ = (UCHAR)(hid_report -> ux_host_class_hid_report_id); in ux_host_class_hid_report_set_buffer_allocate()268 …sfer_request_value = (UINT)((USHORT) hid_report -> ux_host_class_hid_report_id | (USHO… in _ux_host_class_hid_report_set()
143 if (*(UCHAR*)report_buffer == hid_report -> ux_host_class_hid_report_id) in _ux_host_class_hid_transfer_request_completed()155 if (*(UCHAR*)report_buffer != hid_report -> ux_host_class_hid_report_id) in _ux_host_class_hid_transfer_request_completed()170 … callback.ux_host_class_hid_report_callback_id = hid_report -> ux_host_class_hid_report_id; in _ux_host_class_hid_transfer_request_completed()
89 if (hid_report -> ux_host_class_hid_report_id != 0) in _ux_host_class_hid_report_decompress()
117 …if (hid_report -> ux_host_class_hid_report_id == call_back -> ux_host_class_hid_report_callback_id) in _ux_host_class_hid_report_callback_register()
159 … report_id -> ux_host_class_hid_report_get_id = next_hid_report -> ux_host_class_hid_report_id; in _ux_host_class_hid_report_id_get()
167 …if ((hid_report != UX_NULL) && (hid_report -> ux_host_class_hid_report_id == hid_parser -> ux_host… in _ux_host_class_hid_report_add()182 …new_hid_report -> ux_host_class_hid_report_id = hid_parser -> ux_host_class_hid_parser_global.ux_… in _ux_host_class_hid_report_add()
208 …sfer_request_value = (UINT)((USHORT) hid_report -> ux_host_class_hid_report_id | (USHO… in _ux_host_class_hid_report_get()
225 …nsfer_request_value = (UINT)((USHORT) hid_report -> ux_host_class_hid_report_id | (USHO… in _ux_host_class_hid_report_set_run()
894 ULONG ux_host_class_hid_report_id; member