Home
last modified time | relevance | path

Searched refs:openDevice (Results 1 - 8 of 8) sorted by relevance

/drivers/peripheral/usb/ddk/host/include/
H A Dliteos_adapter.h95 struct UsbDeviceHandle *(*openDevice)(struct UsbSession *session, uint8_t busNum, uint8_t usbAddr); member
H A Dlinux_adapter.h125 struct UsbDeviceHandle *(*openDevice)(struct UsbSession *session, uint8_t busNum, uint8_t usbAddr); member
/drivers/peripheral/usb/test/unittest/mock/src/
H A Dusbd_device_auto_test.cpp60 osAdapterOps->openDevice = FuncAdapterOpenDevice; in SetUpTestCase()
H A Dusbd_transfer_auto_test.cpp115 osAdapterOps->openDevice = FuncAdapterOpenDevice; in SetUpTestCase()
H A Dusbd_request_auto_test.cpp91 osAdapterOps->openDevice = FuncAdapterOpenDevice; in SetUpTestCase()
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api_library.c792 if (osAdapterOps->openDevice == NULL) { in RawOpenDevice()
793 HDF_LOGE("%{public}s: openDevice is null", __func__); in RawOpenDevice()
802 return osAdapterOps->openDevice(realSession, busNum, usbAddr); in RawOpenDevice()
H A Dlinux_adapter.c1522 .openDevice = AdapterOpenDevice,
H A Dliteos_adapter.c1427 .openDevice = AdapterOpenDevice,

Completed in 14 milliseconds