Home
last modified time | relevance | path

Searched refs:writeLock (Results 1 - 20 of 20) sorted by relevance

/drivers/peripheral/usb/net/src/
H A Dcdc_ether.c55 OsalMutexLock(&ecm->writeLock); in EcmWbAlloc()
61 OsalMutexUnlock(&ecm->writeLock); in EcmWbAlloc()
66 OsalMutexUnlock(&ecm->writeLock); in EcmWbAlloc()
70 OsalMutexUnlock(&ecm->writeLock); in EcmWbAlloc()
114 OsalMutexLock(&ecm->writeLock); in EcmWbIsAvail()
118 OsalMutexUnlock(&ecm->writeLock); in EcmWbIsAvail()
146 OsalMutexLock(&ecm->writeLock); in EcmStartWb()
148 OsalMutexUnlock(&ecm->writeLock); in EcmStartWb()
197 OsalMutexLock(&ecm->writeLock); in EcmWriteBulk()
199 OsalMutexUnlock(&ecm->writeLock); in EcmWriteBulk()
[all...]
H A Dusb_net_host.c211 OsalMutexLock((struct OsalMutex *)&usbNet->writeLock); in UsbHostWbIsAvail()
215 OsalMutexUnlock((struct OsalMutex *)&usbNet->writeLock); in UsbHostWbIsAvail()
1111 OsalMutexInit(&usbNet->writeLock); in UsbnetHostOpen()
1139 OsalMutexDestroy(&usbNet->writeLock); in UsbnetHostClose()
1399 OsalMutexDestroy(&usbNet->writeLock); in UsbnetHostRelease()
/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_sdkapi_speed.h106 struct OsalMutex writeLock; member
H A Dusbhost_sdkraw_speed.h108 struct OsalMutex writeLock; member
/drivers/peripheral/usb/sample/host/liteos_test/include/
H A Dusbhost_sdkapi_speed.h103 struct OsalMutex writeLock; member
H A Dusbhost_nosdk_speed.h100 struct OsalMutex writeLock; member
H A Dusbhost_sdkraw_speed.h103 struct OsalMutex writeLock; member
/drivers/peripheral/usb/serial/include/
H A Dusb_serial_rawapi.h118 struct OsalMutex writeLock; member
H A Dusb_serial.h110 struct OsalMutex writeLock; member
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test.h90 struct OsalMutex writeLock; member
H A Dusb_raw_sdk_if_test.h94 struct OsalMutex writeLock; member
/drivers/peripheral/usb/net/include/
H A Dcdc_ether.h95 struct OsalMutex writeLock; member
H A Dusb_net_host.h107 struct OsalMutex writeLock; member
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd.h96 struct OsalMutex writeLock; member
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_test.h173 struct OsalMutex writeLock; member
H A Dusb_raw_test.h228 struct OsalMutex writeLock; member
/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c363 OsalMutexLock((struct OsalMutex *)&acm->writeLock); in AcmWbIsAvail()
367 OsalMutexUnlock((struct OsalMutex *)&acm->writeLock); in AcmWbIsAvail()
1390 OsalMutexInit(&acm->writeLock); in UsbSerialDriverInit()
1426 OsalMutexDestroy(&acm->writeLock); in UsbSerialDriverRelease()
H A Dusb_serial.c86 OsalMutexLock((struct OsalMutex *)&acm->writeLock); in AcmWbIsAvail()
90 OsalMutexUnlock((struct OsalMutex *)&acm->writeLock); in AcmWbIsAvail()
1772 OsalMutexInit(&acm->writeLock); in UsbSerialDriverInit()
1810 OsalMutexDestroy(&acm->writeLock); in UsbSerialDriverRelease()
/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp667 OsalMutexDestroy(&dev->writeLock); in UsbdRelease()
832 if (OsalMutexInit(&port->writeLock) != HDF_SUCCESS) { in HostDeviceInit()
833 HDF_LOGE("%{public}s:init writeLock failed!", __func__); in HostDeviceInit()
H A Dusb_impl.cpp244 OsalMutexInit(&port->writeLock); in ReOpenDevice()

Completed in 21 milliseconds