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

  /bionic/libc/kernel/common/linux/
usbdevice_fs.h 113 #define USBDEVFS_CLAIMINTERFACE _IOR('U', 15, unsigned int)
  /development/ndk/platforms/android-3/include/linux/
usbdevice_fs.h 113 #define USBDEVFS_CLAIMINTERFACE _IOR('U', 15, unsigned int)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
usbdevice_fs.h 113 #define USBDEVFS_CLAIMINTERFACE _IOR('U', 15, unsigned int)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
usbdevice_fs.h 113 #define USBDEVFS_CLAIMINTERFACE _IOR('U', 15, unsigned int)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
usbdevice_fs.h 113 #define USBDEVFS_CLAIMINTERFACE _IOR('U', 15, unsigned int)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
usbdevice_fs.h 113 #define USBDEVFS_CLAIMINTERFACE _IOR('U', 15, unsigned int)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
usbdevice_fs.h 113 #define USBDEVFS_CLAIMINTERFACE _IOR('U', 15, unsigned int)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/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 246 n = ioctl(fd, USBDEVFS_CLAIMINTERFACE, &ifc);
  /system/core/adb/
usb_linux.c 584 n = ioctl(usb->desc, USBDEVFS_CLAIMINTERFACE, &interface);
  /external/qemu/
usb-linux.c 369 ret = ioctl(dev->fd, USBDEVFS_CLAIMINTERFACE, &interface);
    [all...]

Completed in 363 milliseconds