Searched refs:ux_host_class_hid_allocated (Results 1 – 6 of 6) sorted by relevance
205 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 …]
164 _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()
128 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()
189 hid -> ux_host_class_hid_allocated = idle_byte; in _ux_host_class_hid_idle_get()
226 UX_TEST_ASSERT(hid->ux_host_class_hid_allocated != UX_NULL); in ux_test_on_hid_get_report_descriptor()
985 UCHAR *ux_host_class_hid_allocated; member