Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_report_byte_length (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.3.0/common/usbx_host_classes/src/
Dux_host_class_hid_report_set.c66 …_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()
Dux_host_class_hid_report_get.c137 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()
Dux_host_class_hid_report_add.c195 …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()
Dux_host_class_hid_report_set_run.c222 …quest -> ux_transfer_request_requested_length = hid_report -> ux_host_class_hid_report_byte_length; in _ux_host_class_hid_report_set_run()
/USBX-v6.3.0/common/usbx_host_classes/inc/
Dux_host_class_hid.h911 ULONG ux_host_class_hid_report_byte_length; member