Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_report_set.c50 UCHAR *report_buffer; in ux_host_class_hid_report_set_buffer_allocate() local
66report_buffer = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, hid_report -> ux… in ux_host_class_hid_report_set_buffer_allocate()
68report_buffer = _ux_utility_memory_allocate_add_safe(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, hid_rep… in ux_host_class_hid_report_set_buffer_allocate()
69 if (report_buffer == UX_NULL) in ux_host_class_hid_report_set_buffer_allocate()
77 current_report_buffer = report_buffer; in ux_host_class_hid_report_set_buffer_allocate()
99 _ux_utility_memory_free(report_buffer); in ux_host_class_hid_report_set_buffer_allocate()
113 *allocated = report_buffer; in ux_host_class_hid_report_set_buffer_allocate()
186 UCHAR *report_buffer; in _ux_host_class_hid_report_set()
244 status = ux_host_class_hid_report_set_buffer_allocate(hid, client_report, &report_buffer); in _ux_host_class_hid_report_set()
264 transfer_request -> ux_transfer_request_data_pointer = report_buffer; in _ux_host_class_hid_report_set()
[all …]
Dux_host_class_hid_report_get.c95 UCHAR *report_buffer; in _ux_host_class_hid_report_get() local
154report_buffer = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, hid_report -> ux… in _ux_host_class_hid_report_get()
155 if (report_buffer == UX_NULL) in _ux_host_class_hid_report_get()
175 _ux_utility_memory_free(report_buffer); in _ux_host_class_hid_report_get()
194 _ux_utility_memory_free(report_buffer); in _ux_host_class_hid_report_get()
204 transfer_request -> ux_transfer_request_data_pointer = report_buffer; in _ux_host_class_hid_report_get()
227 …_memory_copy(client_report -> ux_host_class_hid_client_report_buffer, report_buffer, transfer_requ… in _ux_host_class_hid_report_get()
249 …status = _ux_host_class_hid_report_decompress(hid, client_report, report_buffer, transfer_request… in _ux_host_class_hid_report_get()
266 _ux_utility_memory_free(report_buffer); in _ux_host_class_hid_report_get()
Dux_host_class_hid_report_decompress.c76 UCHAR *report_buffer, ULONG report_length) in _ux_host_class_hid_report_decompress() argument
94 report_buffer++; in _ux_host_class_hid_report_decompress()
106 _ux_host_class_hid_field_decompress(hid_field, report_buffer, client_report); in _ux_host_class_hid_report_decompress()
Dux_host_class_hid_transfer_request_completed.c89 VOID *report_buffer; in _ux_host_class_hid_transfer_request_completed() local
129 report_buffer = transfer_request -> ux_transfer_request_data_pointer; in _ux_host_class_hid_transfer_request_completed()
143 if (*(UCHAR*)report_buffer == hid_report -> ux_host_class_hid_report_id) in _ux_host_class_hid_transfer_request_completed()
155 if (*(UCHAR*)report_buffer != hid_report -> ux_host_class_hid_report_id) in _ux_host_class_hid_transfer_request_completed()
178 callback.ux_host_class_hid_report_callback_buffer = report_buffer; in _ux_host_class_hid_transfer_request_completed()
221 …_ux_host_class_hid_report_decompress(hid, &client_report, report_buffer, transfer_request -> ux_tr… in _ux_host_class_hid_transfer_request_completed()
Dux_host_class_hid_report_compress.c76 UCHAR *report_buffer, ULONG report_length) in _ux_host_class_hid_report_compress() argument
182 *report_buffer |= value; in _ux_host_class_hid_report_compress()
192 report_buffer++; in _ux_host_class_hid_report_compress()
Dux_host_class_hid_keyboard_callback.c137 ULONG *report_buffer; local
168 report_buffer = (ULONG *)callback -> ux_host_class_hid_report_callback_buffer;
171 report_buffer_end = &report_buffer[callback -> ux_host_class_hid_report_callback_actual_length];
184 while(report_buffer < report_buffer_end)
188 key_usage = *report_buffer ++;
189 key_value = *report_buffer ++;
206 while(report_buffer < report_buffer_end)
210 key_usage = *report_buffer ++;
211 key_value = *report_buffer ++;
Dux_host_class_hid_report_set_run.c97 UCHAR *report_buffer; in _ux_host_class_hid_report_set_run() local
199 status = ux_host_class_hid_report_set_buffer_allocate(hid, client_report, &report_buffer); in _ux_host_class_hid_report_set_run()
218 hid -> ux_host_class_hid_allocated = report_buffer; in _ux_host_class_hid_report_set_run()
221 transfer_request -> ux_transfer_request_data_pointer = report_buffer; in _ux_host_class_hid_report_set_run()
Dux_host_class_hid_field_decompress.c74 UINT _ux_host_class_hid_field_decompress(UX_HOST_CLASS_HID_FIELD *hid_field, UCHAR *report_buffer,… in _ux_host_class_hid_field_decompress() argument
117 …report_content = (ULONG) *(report_buffer + data_offset_byte + (data_offset_bit_in_report >> 3)); … in _ux_host_class_hid_field_decompress()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h1063 …class_hid_field_decompress(UX_HOST_CLASS_HID_FIELD *hid_field, UCHAR *report_buffer, UX_HOST_CLASS…
1077 UCHAR *report_buffer, ULONG report_length);
1079 UCHAR *report_buffer, ULONG report_length);