Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_printer_deactivate.c122 if (printer -> ux_host_class_printer_allocated) in _ux_host_class_printer_deactivate()
123 _ux_utility_memory_free(printer -> ux_host_class_printer_allocated); in _ux_host_class_printer_deactivate()
Dux_host_class_printer_entry.c244 if (printer -> ux_host_class_printer_allocated) in _ux_host_class_printer_activate_wait()
246 _ux_utility_memory_free(printer -> ux_host_class_printer_allocated); in _ux_host_class_printer_activate_wait()
247 printer -> ux_host_class_printer_allocated = UX_NULL; in _ux_host_class_printer_activate_wait()
Dux_host_class_printer_name_get.c219 printer -> ux_host_class_printer_allocated = descriptor_buffer; in _ux_host_class_printer_name_get()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_printer.h132 UCHAR *ux_host_class_printer_allocated; member
/USBX-v6.2.1/test/regression/
Dusbx_msrc_81572_standalone_host_printer_allocated_enum_free_test.c198 UX_TEST_ASSERT(printer->ux_host_class_printer_allocated != UX_NULL); in ux_test_on_printer_get_device_id()