Home
last modified time | relevance | path

Searched refs:ux_host_class_printer_semaphore (Results 1 – 8 of 8) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_printer_deactivate.c100 status = _ux_host_semaphore_get(&printer -> ux_host_class_printer_semaphore, UX_WAIT_FOREVER); in _ux_host_class_printer_deactivate()
132 _ux_host_semaphore_delete(&printer -> ux_host_class_printer_semaphore); in _ux_host_class_printer_deactivate()
Dux_host_class_printer_device_id_get.c118 status = _ux_host_semaphore_get(&printer -> ux_host_class_printer_semaphore, UX_WAIT_FOREVER); in _ux_host_class_printer_device_id_get()
129 _ux_host_semaphore_put(&printer -> ux_host_class_printer_semaphore); in _ux_host_class_printer_device_id_get()
Dux_host_class_printer_soft_reset.c125 status = _ux_host_semaphore_get(&printer -> ux_host_class_printer_semaphore, UX_WAIT_FOREVER); in _ux_host_class_printer_soft_reset()
138 _ux_utility_semaphore_put(&printer -> ux_host_class_printer_semaphore); in _ux_host_class_printer_soft_reset()
Dux_host_class_printer_status_get.c125 status = _ux_host_semaphore_get(&printer -> ux_host_class_printer_semaphore, UX_WAIT_FOREVER); in _ux_host_class_printer_status_get()
138 _ux_utility_semaphore_put(&printer -> ux_host_class_printer_semaphore); in _ux_host_class_printer_status_get()
Dux_host_class_printer_activate.c141 …status = _ux_host_semaphore_create(&printer -> ux_host_class_printer_semaphore, "ux_host_class_pr… in _ux_host_class_printer_activate()
Dux_host_class_printer_write.c126 status = _ux_host_semaphore_get(&printer -> ux_host_class_printer_semaphore, UX_WAIT_FOREVER); in _ux_host_class_printer_write()
Dux_host_class_printer_read.c143 status = _ux_host_semaphore_get(&printer -> ux_host_class_printer_semaphore, UX_WAIT_FOREVER); in _ux_host_class_printer_read()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_printer.h130 UX_SEMAPHORE ux_host_class_printer_semaphore; member
144 …class_printer_unlock(printer) _ux_host_semaphore_put(&(printer) -> ux_host_class_printer_semaphore)