Searched refs:ux_host_class_printer_class (Results 1 – 4 of 4) sorted by relevance
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_printer_activate.c | 105 printer -> ux_host_class_printer_class = command -> ux_host_class_command_class_ptr; in _ux_host_class_printer_activate() 117 _ux_host_stack_class_instance_create(printer -> ux_host_class_printer_class, (VOID *) printer); in _ux_host_class_printer_activate() 159 …ux_system_host_change_function(UX_DEVICE_INSERTION, printer -> ux_host_class_printer_class, (VOID … in _ux_host_class_printer_activate() 173 _ux_host_stack_class_instance_destroy(printer -> ux_host_class_printer_class, (VOID *) printer); in _ux_host_class_printer_activate()
|
| D | ux_host_class_printer_deactivate.c | 127 _ux_host_stack_class_instance_destroy(printer -> ux_host_class_printer_class, (VOID *) printer); in _ux_host_class_printer_deactivate() 141 …> ux_system_host_change_function(UX_DEVICE_REMOVAL, printer -> ux_host_class_printer_class, (VOID … in _ux_host_class_printer_deactivate()
|
| D | ux_host_class_printer_entry.c | 256 printer -> ux_host_class_printer_class, (VOID *) printer); in _ux_host_class_printer_activate_wait() 273 …ux_system_host_change_function(UX_DEVICE_INSERTION, printer -> ux_host_class_printer_class, (VOID … in _ux_host_class_printer_activate_wait()
|
| /USBX-v6.2.1/common/usbx_host_classes/inc/ |
| D | ux_host_class_printer.h | 122 UX_HOST_CLASS *ux_host_class_printer_class; member
|