Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_nosdk_speed.h36 #define USBDEVFS_SETCONFIGURATION _IOR('U', 5, unsigned int) macro
/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dlinux_adapter.h69 #define USBDEVFS_SETCONFIGURATION _IOR('U', 5, unsigned int) macro
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c1077 ret = ioctl(handle->fd, USBDEVFS_SETCONFIGURATION, &activeConfig); in AdapterSetConfiguration()