Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_nosdk_speed.h40 #define USBDEVFS_GET_CAPABILITIES _IOR('U', 26, __u32) macro
/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dlinux_adapter.h81 #define USBDEVFS_GET_CAPABILITIES _IOR('U', 26, unsigned int) macro
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c314 ret = ioctl(fd, USBDEVFS_GET_CAPABILITIES, &devHandle->caps); in OsInitDevice()