Searched refs:realSession (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/usb/ddk/host/src/ |
H A D | usb_interface_pool.c | 787 struct UsbDeviceHandle **devHandle, const struct UsbSession *realSession, uint8_t busNum, uint8_t usbAddr) in IfGetInterfacePool() 793 *devHandle = RawOpenDevice(realSession, busNum, usbAddr); in IfGetInterfacePool() 809 interfacePool = IfFindInterfacePool(realSession, poolQueryPara, true); in IfGetInterfacePool() 812 (void)IfDestoryDevice(realSession, interfacePool, *devHandle, false); in IfGetInterfacePool() 992 struct UsbSession *realSession = RawGetSession(session); in UsbGetDeviceMemMapFd() local 994 if (realSession == NULL) { in UsbGetDeviceMemMapFd() 1000 struct UsbInterfacePool *interfacePool = IfFindInterfacePool(realSession, poolQueryPara, true); in UsbGetDeviceMemMapFd() 1002 interfacePool = IfGetInterfacePool(&devHandle, realSession, busNum, usbAddr); in UsbGetDeviceMemMapFd() 1020 struct UsbSession *realSession = RawGetSession(session); in ClaimInterface() local 1024 if (realSession in ClaimInterface() 786 IfGetInterfacePool( struct UsbDeviceHandle **devHandle, const struct UsbSession *realSession, uint8_t busNum, uint8_t usbAddr) IfGetInterfacePool() argument 1078 struct UsbSession *realSession = RawGetSession(session); UsbManageInterface() local 1206 struct UsbSession *realSession = RawGetSession(session); UsbAddOrRemoveInterface() local 1970 struct UsbSession *realSession = RawGetSession(session); UsbGetInterfaceActiveStatus() local [all...] |
H A D | usb_raw_api_library.c | 769 struct UsbSession *realSession = RawGetSession(session); in RawExit() local 770 if (realSession == NULL || AdapterAtomicDec(&realSession->refCount) > 0) { in RawExit() 775 osAdapterOps->exit(realSession); in RawExit() 777 if (realSession == g_usbRawDefaultSession) { in RawExit() 781 OsalMutexDestroy(&realSession->lock); in RawExit() 782 RawUsbMemFree(realSession); in RawExit() 790 struct UsbSession *realSession = NULL; in RawOpenDevice() local 797 realSession = RawGetSession(session); in RawOpenDevice() 798 if (realSession in RawOpenDevice() [all...] |
Completed in 4 milliseconds