HomeSort by relevance Sort by last modified time
    Searched refs:USBDEVFS_CLAIMINTERFACE (Results 26 - 33 of 33) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
usbdevice_fs.h 113 #define USBDEVFS_CLAIMINTERFACE _IOR('U', 15, unsigned int)
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
usbdevice_fs.h 113 #define USBDEVFS_CLAIMINTERFACE _IOR('U', 15, unsigned int)
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
usbdevice_fs.h 113 #define USBDEVFS_CLAIMINTERFACE _IOR('U', 15, unsigned int)
  /external/kernel-headers/original/linux/
usbdevice_fs.h 167 #define USBDEVFS_CLAIMINTERFACE _IOR('U', 15, unsigned int)
  /system/core/fastboot/
usb_linux.c 254 n = ioctl(fd, USBDEVFS_CLAIMINTERFACE, &ifc);
  /system/core/adb/
usb_linux.c 584 n = ioctl(usb->desc, USBDEVFS_CLAIMINTERFACE, &interface);
  /system/core/libusbhost/
usbhost.c 430 return ioctl(device->fd, USBDEVFS_CLAIMINTERFACE, &interface);
  /external/qemu/
usb-linux.c 369 ret = ioctl(dev->fd, USBDEVFS_CLAIMINTERFACE, &interface);
    [all...]

Completed in 255 milliseconds

12