Home
last modified time | relevance | path

Searched refs:USB_HostLock (Results 1 – 6 of 6) sorted by relevance

/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_hci.h39 #define USB_HostLock() USB_OsaMutexLock(hostInstance->hostMutex) macro
A Dusb_host_hci.c421 USB_HostLock(); /* This api can be called by host task and app task */ in USB_HostSend()
469 USB_HostLock(); /* This API can be called by host task and application task */ in USB_HostSendSetup()
507 USB_HostLock(); /* This API can be called by host task and application task */ in USB_HostRecv()
565 USB_HostLock(); in USB_HostMallocTransfer()
595 USB_HostLock(); in USB_HostFreeTransfer()
A Dusb_host_devices.c608 USB_HostLock(); in USB_HostReleaseDeviceAddress()
1045 USB_HostLock(); in USB_HostAttachDevice()
1109 USB_HostLock(); in USB_HostDetachDevice()
1222 USB_HostLock(); in USB_HostOpenDeviceInterface()
1273 USB_HostLock(); in USB_HostCloseDeviceInterface()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_hci.h17 #define USB_HostLock() OSA_MutexLock(hostInstance->hostMutex, USB_OSA_WAIT_TIMEOUT) macro
A Dusb_host_hci.c399 (void)USB_HostLock(); /* This api can be called by host task and app task */ in USB_HostSend()
448 (void)USB_HostLock(); /* This API can be called by host task and application task */ in USB_HostSendSetup()
487 (void)USB_HostLock(); /* This API can be called by host task and application task */ in USB_HostRecv()
547 (void)USB_HostLock(); in USB_HostMallocTransfer()
577 (void)USB_HostLock(); in USB_HostFreeTransfer()
A Dusb_host_devices.c668 (void)USB_HostLock(); in USB_HostReleaseDeviceAddress()
1129 (void)USB_HostLock(); in USB_HostAttachDevice()
1202 (void)USB_HostLock(); in USB_HostDetachDevice()
1317 (void)USB_HostLock(); in USB_HostOpenDeviceInterface()
1368 (void)USB_HostLock(); in USB_HostCloseDeviceInterface()

Completed in 15 milliseconds