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.c49 UCHAR *report_buffer; in ux_host_class_hid_report_set_buffer_allocate() local
65report_buffer = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, hid_report -> ux… in ux_host_class_hid_report_set_buffer_allocate()
67report_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()
68 if (report_buffer == UX_NULL) in ux_host_class_hid_report_set_buffer_allocate()
76 current_report_buffer = report_buffer; in ux_host_class_hid_report_set_buffer_allocate()
98 _ux_utility_memory_free(report_buffer); in ux_host_class_hid_report_set_buffer_allocate()
112 *allocated = report_buffer; in ux_host_class_hid_report_set_buffer_allocate()
185 UCHAR *report_buffer; in _ux_host_class_hid_report_set()
243 status = ux_host_class_hid_report_set_buffer_allocate(hid, client_report, &report_buffer); in _ux_host_class_hid_report_set()
263 transfer_request -> ux_transfer_request_data_pointer = report_buffer; in _ux_host_class_hid_report_set()
[all …]
Dux_host_class_hid_report_get.c94 UCHAR *report_buffer; in _ux_host_class_hid_report_get() local
153report_buffer = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, hid_report -> ux… in _ux_host_class_hid_report_get()
154 if (report_buffer == UX_NULL) in _ux_host_class_hid_report_get()
174 _ux_utility_memory_free(report_buffer); in _ux_host_class_hid_report_get()
193 _ux_utility_memory_free(report_buffer); in _ux_host_class_hid_report_get()
203 transfer_request -> ux_transfer_request_data_pointer = report_buffer; in _ux_host_class_hid_report_get()
226 …_memory_copy(client_report -> ux_host_class_hid_client_report_buffer, report_buffer, transfer_requ… in _ux_host_class_hid_report_get()
248 …status = _ux_host_class_hid_report_decompress(hid, client_report, report_buffer, transfer_request… in _ux_host_class_hid_report_get()
265 _ux_utility_memory_free(report_buffer); in _ux_host_class_hid_report_get()
Dux_host_class_hid_report_decompress.c75 UCHAR *report_buffer, ULONG report_length) in _ux_host_class_hid_report_decompress() argument
93 report_buffer++; in _ux_host_class_hid_report_decompress()
105 _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.c88 VOID *report_buffer; in _ux_host_class_hid_transfer_request_completed() local
128 report_buffer = transfer_request -> ux_transfer_request_data_pointer; in _ux_host_class_hid_transfer_request_completed()
142 if (*(UCHAR*)report_buffer == hid_report -> ux_host_class_hid_report_id) in _ux_host_class_hid_transfer_request_completed()
154 if (*(UCHAR*)report_buffer != hid_report -> ux_host_class_hid_report_id) in _ux_host_class_hid_transfer_request_completed()
177 callback.ux_host_class_hid_report_callback_buffer = report_buffer; in _ux_host_class_hid_transfer_request_completed()
220 …_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_keyboard_callback.c136 ULONG *report_buffer; local
167 report_buffer = (ULONG *)callback -> ux_host_class_hid_report_callback_buffer;
170 report_buffer_end = &report_buffer[callback -> ux_host_class_hid_report_callback_actual_length];
183 while(report_buffer < report_buffer_end)
187 key_usage = *report_buffer ++;
188 key_value = *report_buffer ++;
205 while(report_buffer < report_buffer_end)
209 key_usage = *report_buffer ++;
210 key_value = *report_buffer ++;
Dux_host_class_hid_report_compress.c75 UCHAR *report_buffer, ULONG report_length) in _ux_host_class_hid_report_compress() argument
181 *report_buffer |= value; in _ux_host_class_hid_report_compress()
191 report_buffer++; in _ux_host_class_hid_report_compress()
Dux_host_class_hid_report_set_run.c96 UCHAR *report_buffer; in _ux_host_class_hid_report_set_run() local
198 status = ux_host_class_hid_report_set_buffer_allocate(hid, client_report, &report_buffer); in _ux_host_class_hid_report_set_run()
217 hid -> ux_host_class_hid_allocated = report_buffer; in _ux_host_class_hid_report_set_run()
220 transfer_request -> ux_transfer_request_data_pointer = report_buffer; in _ux_host_class_hid_report_set_run()
Dux_host_class_hid_field_decompress.c76 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
119 …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.h1074 …class_hid_field_decompress(UX_HOST_CLASS_HID_FIELD *hid_field, UCHAR *report_buffer, UX_HOST_CLASS…
1088 UCHAR *report_buffer, ULONG report_length);
1090 UCHAR *report_buffer, ULONG report_length);