Home
last modified time | relevance | path

Searched refs:UsbRawGetDevice (Results 1 - 10 of 10) sorted by relevance

/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_raw_api.h355 UsbRawDevice *UsbRawGetDevice(const UsbRawHandle * const devHandle);
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api.c156 UsbRawDevice *UsbRawGetDevice(const UsbRawHandle * const devHandle) in UsbRawGetDevice() function
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_raw_io.c814 g_dev = UsbRawGetDevice(NULL); in CheckRawSdkIfGetDevice001()
825 g_dev = UsbRawGetDevice(g_acm->devHandle); in CheckRawSdkIfGetDevice002()
/drivers/peripheral/usb/ddk_service/src/
H A Dusb_ddk_service.cpp155 UsbRawDevice *rawDevice = UsbRawGetDevice(rawHandle); in GetDeviceDescriptor()
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkraw_speed.c213 dev = UsbRawGetDevice(devHandle); in UsbGetConfigDescriptor()
215 HDF_LOGE("%{public}s UsbRawGetDevice failed", __func__); in UsbGetConfigDescriptor()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkraw_speed.c218 dev = UsbRawGetDevice(devHandle); in UsbGetConfigDescriptor()
220 printf("%s:%d UsbRawGetDevice failed", __func__, __LINE__); in UsbGetConfigDescriptor()
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test.cpp713 g_dev = UsbRawGetDevice(NULL); in HWTEST_F()
725 g_dev = UsbRawGetDevice(g_acm->devHandle); in HWTEST_F()
H A Dusb_raw_sdk_if_test_io.cpp455 g_dev = UsbRawGetDevice(g_acm->devHandle); in AcmRawInit()
/drivers/peripheral/usb/net/src/
H A Dusb_net_host.c895 dev = UsbRawGetDevice(devHandle); in UsbnetHostGetConfigDescriptor()
897 HDF_LOGE("%{public}s:%{public}d UsbRawGetDevice failed", __func__, __LINE__); in UsbnetHostGetConfigDescriptor()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c161 dev = UsbRawGetDevice(devHandle); in UsbGetConfigDescriptor()
163 HDF_LOGE("%{public}s:%{public}d UsbRawGetDevice failed", __func__, __LINE__); in UsbGetConfigDescriptor()

Completed in 17 milliseconds