Home
last modified time | relevance | path

Searched refs:UsbRawDevice (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_raw_api.h54 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 Dusb_raw_api.c84 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 Dusb_ddk_service.cpp155 UsbRawDevice *rawDevice = UsbRawGetDevice(rawHandle); in GetDeviceDescriptor()
/ohos5.0/drivers/peripheral/usb/
H A DREADME_zh.md189 …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 DREADME.md189 …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 Dusbhost_sdkraw_speed.c203 UsbRawDevice *dev = NULL; in UsbGetConfigDescriptor()
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkraw_speed.c198 UsbRawDevice *dev = NULL; in UsbGetConfigDescriptor()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-usb-des.md108 | int32_t&nbsp;UsbRawGetConfigDescriptor(const&nbsp;UsbRawDevice<br/>\*rawDev,&nbsp;uint8_t&nbsp;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 Dusb_raw_io.c28 UsbRawDevice *g_dev = NULL;
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test_io.cpp46 static UsbRawDevice *g_dev = nullptr;
H A Dusb_raw_sdk_if_test.cpp47 static UsbRawDevice *g_dev = nullptr;
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-usb-des.md108 | int32_t&nbsp;UsbRawGetConfigDescriptor(const&nbsp;UsbRawDevice<br>\*rawDev,&nbsp;uint8_t&nbsp;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 Dusb_net_host.c871 UsbRawDevice *dev = NULL; in UsbnetHostGetConfigDescriptor()
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c146 UsbRawDevice *dev = NULL; in UsbGetConfigDescriptor()