Searched refs:USB_HostLock (Results 1 – 6 of 6) sorted by relevance
39 #define USB_HostLock() USB_OsaMutexLock(hostInstance->hostMutex) macro
421 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()
608 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()
17 #define USB_HostLock() OSA_MutexLock(hostInstance->hostMutex, USB_OSA_WAIT_TIMEOUT) macro
399 (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()
668 (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