Home
last modified time | relevance | path

Searched refs:ioRefCount (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h74 OsalAtomic ioRefCount; member
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c144 OsalAtomicSet(&interfacePool->ioRefCount, 0); in IfInterfacePoolInit()
1287 if (OsalAtomicRead(&interfacePool->ioRefCount) == 0) { in UsbOpenInterface()
1297 AdapterAtomicInc(&interfacePool->ioRefCount); in UsbOpenInterface()
1364 int32_t refCnt = OsalAtomicRead(&interfacePool->ioRefCount); in UsbCloseCtlProcess()
1410 if (AdapterAtomicDec(&interfacePool->ioRefCount) == 0) { in UsbCloseInterface()
1427 AdapterAtomicInc(&interfacePool->ioRefCount); in UsbCloseInterface()