Searched refs:ux_host_class_hid_client_report_buffer (Results 1 – 9 of 9) sorted by relevance
216 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()
148 …*(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()
132 …client_report.ux_host_class_hid_client_report_buffer = &keyboard_instance -> ux_host_class_hid_key… in _ux_host_class_hid_keyboard_thread()
133 …client_report.ux_host_class_hid_client_report_buffer = &keyboard -> ux_host_class_hid_keyboard_led… in _ux_host_class_hid_keyboard_tasks_run()
97 client_buffer = client_report -> ux_host_class_hid_client_report_buffer; in _ux_host_class_hid_report_compress()
227 …_ux_utility_memory_copy(client_report -> ux_host_class_hid_client_report_buffer, report_buffer, tr… in _ux_host_class_hid_report_get()
93 …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()
391 …client_report.ux_host_class_hid_client_report_buffer = &keyboard_instance -> ux_host_class_hid_key… in _ux_host_class_hid_keyboard_activate()
1028 ULONG *ux_host_class_hid_client_report_buffer; member