Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_entry.c205 hid -> ux_host_class_hid_allocated = _ux_utility_memory_allocate( in _ux_host_class_hid_descriptor_read()
208 if (hid -> ux_host_class_hid_allocated == UX_NULL) in _ux_host_class_hid_descriptor_read()
218 transfer_request -> ux_transfer_request_data_pointer = hid -> ux_host_class_hid_allocated; in _ux_host_class_hid_descriptor_read()
240 hid -> ux_host_class_hid_allocated = _ux_utility_memory_allocate( in _ux_host_class_hid_report_descriptor_read()
243 if (hid -> ux_host_class_hid_allocated == UX_NULL) in _ux_host_class_hid_report_descriptor_read()
253 transfer_request -> ux_transfer_request_data_pointer = hid -> ux_host_class_hid_allocated; in _ux_host_class_hid_report_descriptor_read()
325 _ux_utility_memory_free(hid -> ux_host_class_hid_allocated); in _ux_host_class_hid_hid_descriptor_parse()
326 hid -> ux_host_class_hid_allocated = UX_NULL; in _ux_host_class_hid_hid_descriptor_parse()
369 descriptor = hid -> ux_host_class_hid_allocated; in _ux_host_class_hid_report_descriptor_parse()
455 _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.c164 _ux_utility_memory_free(hid -> ux_host_class_hid_allocated); in _ux_host_class_hid_report_set_run()
165 hid -> ux_host_class_hid_allocated = UX_NULL; 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()
232 _ux_utility_memory_free(hid -> ux_host_class_hid_allocated); in _ux_host_class_hid_report_set_run()
233 hid -> ux_host_class_hid_allocated = UX_NULL; in _ux_host_class_hid_report_set_run()
Dux_host_class_hid_deactivate.c128 if (hid -> ux_host_class_hid_allocated) in _ux_host_class_hid_deactivate()
129 _ux_utility_memory_free(hid -> ux_host_class_hid_allocated); in _ux_host_class_hid_deactivate()
Dux_host_class_hid_idle_get.c189 hid -> ux_host_class_hid_allocated = idle_byte; in _ux_host_class_hid_idle_get()
/USBX-v6.2.1/test/regression/
Dusbx_msrc_81574_standalone_host_hid_allocated_enum_free_test.c226 UX_TEST_ASSERT(hid->ux_host_class_hid_allocated != UX_NULL); in ux_test_on_hid_get_report_descriptor()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h985 UCHAR *ux_host_class_hid_allocated; member