Searched refs:UsbRawDevice (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/host/ |
H A D | usb_raw_api.h | 54 typedef void *UsbRawDevice; typedef 302 const UsbRawDevice *rawDev, uint8_t configIndex, struct UsbRawConfigDescriptor ** const config); 355 UsbRawDevice *UsbRawGetDevice(const UsbRawHandle * const devHandle); 366 int32_t UsbRawGetDeviceDescriptor(const UsbRawDevice *rawDev, struct UsbDeviceDescriptor *desc);
|
/ohos5.0/drivers/peripheral/usb/ddk/host/src/ |
H A D | usb_raw_api.c | 84 const UsbRawDevice *rawDev, uint8_t configIndex, struct UsbRawConfigDescriptor ** const config) in UsbRawGetConfigDescriptor() 156 UsbRawDevice *UsbRawGetDevice(const UsbRawHandle * const devHandle) in UsbRawGetDevice() 163 return (UsbRawDevice *)RawGetDevice((const struct UsbDeviceHandle *)devHandle); in UsbRawGetDevice() 166 int32_t UsbRawGetDeviceDescriptor(const UsbRawDevice *rawDev, struct UsbDeviceDescriptor *desc) in UsbRawGetDeviceDescriptor()
|
/ohos5.0/drivers/peripheral/usb/ddk_service/src/ |
H A D | usb_ddk_service.cpp | 155 UsbRawDevice *rawDevice = UsbRawGetDevice(rawHandle); in GetDeviceDescriptor()
|
/ohos5.0/drivers/peripheral/usb/ |
H A D | README_zh.md | 189 …a name="p194231720102610"></a>int32_t UsbRawGetConfigDescriptor(const UsbRawDevice *rawDev, uint8_… 214 …="p79410191191"><a name="p79410191191"></a><a name="p79410191191"></a>UsbRawDevice *UsbRawGetDevic… 219 …a name="p194231720102610"></a>int32_t UsbRawGetDeviceDescriptor(const UsbRawDevice *rawDev, struct…
|
H A D | README.md | 189 …a name="p194231720102610"></a>int32_t UsbRawGetConfigDescriptor(const UsbRawDevice *rawDev, uint8_… 214 …="p79410191191"><a name="p79410191191"></a><a name="p79410191191"></a>UsbRawDevice *UsbRawGetDevic… 219 …a name="p194231720102610"></a>int32_t UsbRawGetDeviceDescriptor(const UsbRawDevice *rawDev, struct…
|
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/ |
H A D | usbhost_sdkraw_speed.c | 203 UsbRawDevice *dev = NULL; in UsbGetConfigDescriptor()
|
/ohos5.0/drivers/peripheral/usb/sample/host/src/ |
H A D | usbhost_sdkraw_speed.c | 198 UsbRawDevice *dev = NULL; in UsbGetConfigDescriptor()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-usb-des.md | 108 | int32_t UsbRawGetConfigDescriptor(const UsbRawDevice<br/>\*rawDev, uint8_t co… 271 …int32_t UsbRawGetConfigDescriptor(const UsbRawDevice *rawDev, uint8_t configIndex, struct UsbRawCo… 1113 UsbRawDevice *dev = NULL;
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/src/ |
H A D | usb_raw_io.c | 28 UsbRawDevice *g_dev = NULL;
|
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_raw_sdk_if_test_io.cpp | 46 static UsbRawDevice *g_dev = nullptr;
|
H A D | usb_raw_sdk_if_test.cpp | 47 static UsbRawDevice *g_dev = nullptr;
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-usb-des.md | 108 | int32_t UsbRawGetConfigDescriptor(const UsbRawDevice<br>\*rawDev, uint8_t con… 271 …int32_t UsbRawGetConfigDescriptor(const UsbRawDevice *rawDev, uint8_t configIndex, struct UsbRawCo… 1077 UsbRawDevice *dev = NULL;
|
/ohos5.0/drivers/peripheral/usb/net/src/ |
H A D | usb_net_host.c | 871 UsbRawDevice *dev = NULL; in UsbnetHostGetConfigDescriptor()
|
/ohos5.0/drivers/peripheral/usb/serial/src/ |
H A D | usb_serial_rawapi.c | 146 UsbRawDevice *dev = NULL; in UsbGetConfigDescriptor()
|