Searched refs:ux_host_class_hid_report_byte_length (Results 1 – 5 of 5) sorted by relevance
66 …_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, hid_report -> ux_host_class_hid_report_byte_length); in ux_host_class_hid_report_set_buffer_allocate()68 …d_safe(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, hid_report -> ux_host_class_hid_report_byte_length, 1); in ux_host_class_hid_report_set_buffer_allocate()89 …if (hid_report -> ux_host_class_hid_report_byte_length >= client_report -> ux_host_class_hid_clien… in ux_host_class_hid_report_set_buffer_allocate()93 … -> ux_host_class_hid_client_report_buffer, hid_report -> ux_host_class_hid_report_byte_length); /… in ux_host_class_hid_report_set_buffer_allocate()265 …uest -> ux_transfer_request_requested_length = hid_report -> ux_host_class_hid_report_byte_length; in _ux_host_class_hid_report_set()285 …equest -> ux_transfer_request_actual_length != hid_report -> ux_host_class_hid_report_byte_length)) in _ux_host_class_hid_report_set()
137 if (hid_report -> ux_host_class_hid_report_byte_length == 0) in _ux_host_class_hid_report_get()154 …_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, hid_report -> ux_host_class_hid_report_byte_length); in _ux_host_class_hid_report_get()205 …uest -> ux_transfer_request_requested_length = hid_report -> ux_host_class_hid_report_byte_length; in _ux_host_class_hid_report_get()215 …equest -> ux_transfer_request_actual_length == hid_report -> ux_host_class_hid_report_byte_length)) in _ux_host_class_hid_report_get()
195 …new_hid_report -> ux_host_class_hid_report_byte_length = new_hid_report -> ux_host_class_hid_repo… in _ux_host_class_hid_report_add()199 new_hid_report -> ux_host_class_hid_report_byte_length++; in _ux_host_class_hid_report_add()
222 …quest -> ux_transfer_request_requested_length = hid_report -> ux_host_class_hid_report_byte_length; in _ux_host_class_hid_report_set_run()
911 ULONG ux_host_class_hid_report_byte_length; member