Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_client_report_buffer (Results 1 – 9 of 9) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_transfer_request_completed.c216 client_report.ux_host_class_hid_client_report_buffer = client_buffer; in _ux_host_class_hid_transfer_request_completed()
245 …ux_host_class_hid_report_callback_usage = *client_report.ux_host_class_hid_client_report_buffer++; in _ux_host_class_hid_transfer_request_completed()
246 …ux_host_class_hid_report_callback_value = *client_report.ux_host_class_hid_client_report_buffer++; in _ux_host_class_hid_transfer_request_completed()
266 …k.ux_host_class_hid_report_callback_buffer = client_report.ux_host_class_hid_client_report_buffer; in _ux_host_class_hid_transfer_request_completed()
Dux_host_class_hid_field_decompress.c148 …*(client_report -> ux_host_class_hid_client_report_buffer + client_report -> ux_host_class_hid_cli… in _ux_host_class_hid_field_decompress()
150 …*(client_report -> ux_host_class_hid_client_report_buffer + client_report -> ux_host_class_hid_cli… in _ux_host_class_hid_field_decompress()
Dux_host_class_hid_keyboard_thread.c132 …client_report.ux_host_class_hid_client_report_buffer = &keyboard_instance -> ux_host_class_hid_key… in _ux_host_class_hid_keyboard_thread()
Dux_host_class_hid_keyboard_tasks_run.c133 …client_report.ux_host_class_hid_client_report_buffer = &keyboard -> ux_host_class_hid_keyboard_led… in _ux_host_class_hid_keyboard_tasks_run()
Dux_host_class_hid_report_compress.c97 client_buffer = client_report -> ux_host_class_hid_client_report_buffer; in _ux_host_class_hid_report_compress()
Dux_host_class_hid_report_get.c227 …_ux_utility_memory_copy(client_report -> ux_host_class_hid_client_report_buffer, report_buffer, tr… in _ux_host_class_hid_report_get()
Dux_host_class_hid_report_set.c93 …lity_memory_copy(current_report_buffer, client_report -> ux_host_class_hid_client_report_buffer, h… in ux_host_class_hid_report_set_buffer_allocate()
Dux_host_class_hid_keyboard_activate.c391 …client_report.ux_host_class_hid_client_report_buffer = &keyboard_instance -> ux_host_class_hid_key… in _ux_host_class_hid_keyboard_activate()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h1028 ULONG *ux_host_class_hid_client_report_buffer; member