Home
last modified time | relevance | path

Searched refs:USBDEVFS_CONTROL (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_nosdk_speed.h44 #define USBDEVFS_CONTROL _IOWR('U', 0, struct UsbCtrltransfer) macro
/drivers/peripheral/usb/ddk/host/include/
H A Dlinux_adapter.h66 #define USBDEVFS_CONTROL _IOWR('U', 0, struct UsbControlRequestData) macro
/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c358 ret = ioctl(fd, USBDEVFS_CONTROL, &ctrlData); in OsGetActiveConfig()
375 return ioctl(handle->fd, USBDEVFS_CONTROL, ctrlData); in AdapterUsbControlMsg()

Completed in 4 milliseconds