Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_allocated (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_entry.c206 hid -> ux_host_class_hid_allocated = _ux_utility_memory_allocate( in _ux_host_class_hid_descriptor_read()
209 if (hid -> ux_host_class_hid_allocated == UX_NULL) in _ux_host_class_hid_descriptor_read()
219 transfer_request -> ux_transfer_request_data_pointer = hid -> ux_host_class_hid_allocated; in _ux_host_class_hid_descriptor_read()
241 hid -> ux_host_class_hid_allocated = _ux_utility_memory_allocate( in _ux_host_class_hid_report_descriptor_read()
244 if (hid -> ux_host_class_hid_allocated == UX_NULL) in _ux_host_class_hid_report_descriptor_read()
254 transfer_request -> ux_transfer_request_data_pointer = hid -> ux_host_class_hid_allocated; in _ux_host_class_hid_report_descriptor_read()
326 _ux_utility_memory_free(hid -> ux_host_class_hid_allocated); in _ux_host_class_hid_hid_descriptor_parse()
327 hid -> ux_host_class_hid_allocated = UX_NULL; in _ux_host_class_hid_hid_descriptor_parse()
370 descriptor = hid -> ux_host_class_hid_allocated; in _ux_host_class_hid_report_descriptor_parse()
456 _ux_utility_memory_free(hid -> ux_host_class_hid_allocated); in _ux_host_class_hid_report_descriptor_parse()
[all …]
Dux_host_class_hid_report_set_run.c165 _ux_utility_memory_free(hid -> ux_host_class_hid_allocated); in _ux_host_class_hid_report_set_run()
166 hid -> ux_host_class_hid_allocated = UX_NULL; 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()
233 _ux_utility_memory_free(hid -> ux_host_class_hid_allocated); in _ux_host_class_hid_report_set_run()
234 hid -> ux_host_class_hid_allocated = UX_NULL; in _ux_host_class_hid_report_set_run()
Dux_host_class_hid_deactivate.c129 if (hid -> ux_host_class_hid_allocated) in _ux_host_class_hid_deactivate()
130 _ux_utility_memory_free(hid -> ux_host_class_hid_allocated); in _ux_host_class_hid_deactivate()
Dux_host_class_hid_idle_get.c190 hid -> ux_host_class_hid_allocated = idle_byte; in _ux_host_class_hid_idle_get()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h974 UCHAR *ux_host_class_hid_allocated; member