Home
last modified time | relevance | path

Searched refs:_ux_host_semaphore_create (Results 1 – 16 of 16) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_cdc_ecm_activate.c228 …status = _ux_host_semaphore_create(&cdc_ecm -> ux_host_class_cdc_ecm_bulk_in_transfer_waiting_for… in _ux_host_class_cdc_ecm_activate()
234 …status = _ux_host_semaphore_create(&cdc_ecm -> ux_host_class_cdc_ecm_bulk_out_transfer_waiting_fo… in _ux_host_class_cdc_ecm_activate()
240 …status = _ux_host_semaphore_create(&cdc_ecm -> ux_host_class_cdc_ecm_interrupt_notification_semap… in _ux_host_class_cdc_ecm_activate()
Dux_host_class_asix_activate.c152 …status = _ux_host_semaphore_create(&asix -> ux_host_class_asix_semaphore, "ux_host_class_asix_sem… in _ux_host_class_asix_activate()
160 …status = _ux_host_semaphore_create(&asix -> ux_host_class_asix_interrupt_notification_semaphore, … in _ux_host_class_asix_activate()
Dux_host_class_video_activate.c300 …status = _ux_host_semaphore_create(&video -> ux_host_class_video_semaphore, "ux_video_semaphore",… in _ux_host_class_video_activate()
309 …status = _ux_host_semaphore_create(&video -> ux_host_class_video_semaphore_control_request, "ux_vi… in _ux_host_class_video_activate()
Dux_host_class_swar_activate.c119 …status = _ux_host_semaphore_create(&swar -> ux_host_class_swar_semaphore, "ux_host_class_swar_sem… in _ux_host_class_swar_activate()
Dux_host_class_gser_configure.c158 …status = _ux_host_semaphore_create(&gser -> ux_host_class_gser_interface_array[interface_index].u… in _ux_host_class_gser_configure()
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_hid_activate.c156 …status = _ux_host_semaphore_create(&hid -> ux_host_class_hid_semaphore, "ux_host_class_hid_semaph… in _ux_host_class_hid_activate()
Dux_host_class_storage_activate.c161 …status = _ux_host_semaphore_create(&storage -> ux_host_class_storage_semaphore, "ux_host_class_sto… in _ux_host_class_storage_activate()
Dux_host_class_prolific_activate.c156 …status = _ux_host_semaphore_create(&prolific -> ux_host_class_prolific_semaphore, "ux_host_class_… in _ux_host_class_prolific_activate()
Dux_host_class_cdc_acm_activate.c127 …status = _ux_host_semaphore_create(&cdc_acm -> ux_host_class_cdc_acm_semaphore, "ux_host_class_cd… in _ux_host_class_cdc_acm_activate()
Dux_host_class_hid_keyboard_activate.c309 …status = _ux_host_semaphore_create(&keyboard_instance -> ux_host_class_hid_keyboard_semaphore, "u… in _ux_host_class_hid_keyboard_activate()
/USBX-v6.2.1/common/core/src/
Dux_host_stack_new_device_create.c179 …status = _ux_host_semaphore_create(&device -> ux_device_protection_semaphore, "ux_host_endpoint0_… in _ux_host_stack_new_device_create()
200 …status = _ux_host_semaphore_create(&control_endpoint -> ux_endpoint_transfer_request.ux_transfer_… in _ux_host_stack_new_device_create()
Dux_host_stack_endpoint_instance_create.c146 …status = _ux_host_semaphore_create(&endpoint -> ux_endpoint_transfer_request.ux_transfer_request_… in _ux_host_stack_endpoint_instance_create()
Dux_host_class_dpump_activate.c132 …status = _ux_host_semaphore_create(&dpump -> ux_host_class_dpump_semaphore, "ux_dpump_semaphore",… in _ux_host_class_dpump_activate()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_initialize.c346 …status = _ux_host_semaphore_create(&hcd_ehci -> ux_hcd_ehci_protect_semaphore, "ux_hcd_protect_se… in _ux_hcd_ehci_initialize()
354 …status = _ux_host_semaphore_create(&hcd_ehci -> ux_hcd_ehci_doorbell_semaphore, "ux_hcd_doorbell_… in _ux_hcd_ehci_initialize()
/USBX-v6.2.1/common/core/inc/
Dux_utility.h281 #define _ux_host_semaphore_create _ux_utility_semaphore_create macro
307 #define _ux_host_semaphore_create(sem,name,cnt) (UX_SUCCESS) macro