Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_transfer_request_completed.c176 …callback.ux_host_class_hid_report_callback_actual_length = transfer_request -> ux_transfer_reques… in _ux_host_class_hid_transfer_request_completed()
233 callback.ux_host_class_hid_report_callback_actual_length = 0; in _ux_host_class_hid_transfer_request_completed()
262 …callback.ux_host_class_hid_report_callback_actual_length = client_report.ux_host_class_hid_client… in _ux_host_class_hid_transfer_request_completed()
Dux_host_class_hid_keyboard_callback.c170 report_buffer_end = &report_buffer[callback -> ux_host_class_hid_report_callback_actual_length];
/USBX-v6.2.1/test/regression/
Dusbx_hid_report_multiple_reports_ids_test.c328 …->ux_host_class_hid_report_callback_buffer,callback->ux_host_class_hid_report_callback_actual_leng… in demo_host_class_hid_report0_callback()
332 …->ux_host_class_hid_report_callback_buffer,callback->ux_host_class_hid_report_callback_actual_leng… in demo_host_class_hid_report2_callback()
336 …->ux_host_class_hid_report_callback_buffer,callback->ux_host_class_hid_report_callback_actual_leng… in demo_host_class_hid_report4_callback()
Dusbx_ux_device_class_hid_wMaxPacketSize_test.c324 length = callback->ux_host_class_hid_report_callback_actual_length; in _hid_report_callback()
Dusbx_ux_device_class_hid_idle_rate_test.c441 length = callback->ux_host_class_hid_report_callback_actual_length; in _hid_report_callback()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h817 ULONG ux_host_class_hid_report_callback_actual_length; member