Searched refs:client_buffer (Results 1 – 2 of 2) sorted by relevance
83 ULONG *client_buffer; in _ux_host_class_hid_report_compress() local96 client_buffer = client_report -> ux_host_class_hid_client_report_buffer; in _ux_host_class_hid_report_compress()124 if (*client_buffer == hid_field -> ux_host_class_hid_field_usages[field_usage]) in _ux_host_class_hid_report_compress()137 … if (((*client_buffer & 0xffff0000) >> 16) == hid_field -> ux_host_class_hid_field_usage_page) in _ux_host_class_hid_report_compress()141 … if ((*client_buffer & 0xffff) >= hid_field -> ux_host_class_hid_field_usage_min && in _ux_host_class_hid_report_compress()142 (*client_buffer & 0xffff) <= hid_field -> ux_host_class_hid_field_usage_max) in _ux_host_class_hid_report_compress()165 client_buffer++; in _ux_host_class_hid_report_compress()168 client_value = *client_buffer++; in _ux_host_class_hid_report_compress()
91 ULONG *client_buffer; in _ux_host_class_hid_transfer_request_completed() local196 client_buffer = UX_NULL; in _ux_host_class_hid_transfer_request_completed()202 …client_buffer = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, client_report.ux_host… in _ux_host_class_hid_transfer_request_completed()206 if (client_buffer == UX_NULL) in _ux_host_class_hid_transfer_request_completed()215 client_report.ux_host_class_hid_client_report_buffer = client_buffer; in _ux_host_class_hid_transfer_request_completed()278 _ux_utility_memory_free(client_buffer); in _ux_host_class_hid_transfer_request_completed()