Home
last modified time | relevance | path

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

/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);
353 * @return Returns the device pointer if any; returns <b>NULL</b> otherwise. For details, see {@link UsbRawDevice}.
355 UsbRawDevice *UsbRawGetDevice(const UsbRawHandle * const devHandle);
366 int32_t UsbRawGetDeviceDescriptor(const UsbRawDevice *rawDev, struct UsbDeviceDescriptor *desc);
/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()
/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.c198 UsbRawDevice *dev = NULL; in UsbGetConfigDescriptor()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkraw_speed.c203 UsbRawDevice *dev = NULL; in UsbGetConfigDescriptor()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_raw_io.c28 UsbRawDevice *g_dev = NULL;
/drivers/peripheral/usb/net/src/
H A Dusb_net_host.c881 UsbRawDevice *dev = NULL; in UsbnetHostGetConfigDescriptor()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c146 UsbRawDevice *dev = NULL; in UsbGetConfigDescriptor()
/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;

Completed in 14 milliseconds