HomeSort by relevance Sort by last modified time
    Searched refs:usbdevfs_setinterface (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
usbdevice_fs.h 56 struct usbdevfs_setinterface { struct
134 #define USBDEVFS_SETINTERFACE _IOR('U', 4, struct usbdevfs_setinterface)
  /bionic/libc/kernel/uapi/linux/
usbdevice_fs.h 38 struct usbdevfs_setinterface { struct
121 #define USBDEVFS_SETINTERFACE _IOR('U', 4, struct usbdevfs_setinterface)
  /external/kernel-headers/original/uapi/linux/
usbdevice_fs.h 57 struct usbdevfs_setinterface { struct
170 #define USBDEVFS_SETINTERFACE _IOR('U', 4, struct usbdevfs_setinterface)
  /system/core/libusbhost/
usbhost.c 633 struct usbdevfs_setinterface ctl;
637 return ioctl(device->fd, USBDEVFS_SETINTERFACE, &ctl);

Completed in 226 milliseconds