Home
last modified time | relevance | path

Searched refs:usbControlMsg (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dlinux_adapter.h146 …int32_t (*usbControlMsg)(const struct UsbDeviceHandle *devHandle, struct UsbControlRequestData *ct… member
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api_library.c1310 if (!osAdapterOps->usbControlMsg) { in RawUsbControlMsg()
1314 return osAdapterOps->usbControlMsg(devHandle, ctrlData); in RawUsbControlMsg()
H A Dlinux_adapter.c1529 .usbControlMsg = AdapterUsbControlMsg,