Home
last modified time | relevance | path

Searched refs:USBDEVFS_CLAIMINTERFACE (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/usb/
H A Dusbdevfs-drop-permissions.c47 res = ioctl(fd, USBDEVFS_CLAIMINTERFACE, &i); in claim_some_intf()
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dusbdevice_fs.h204 #define USBDEVFS_CLAIMINTERFACE _IOR('U', 15, unsigned int) macro
/linux/include/uapi/linux/
H A Dusbdevice_fs.h204 #define USBDEVFS_CLAIMINTERFACE _IOR('U', 15, unsigned int) macro
/linux/Documentation/driver-api/usb/
H A Dusb.rst394 USBDEVFS_CLAIMINTERFACE
481 implicitly or because of a USBDEVFS_CLAIMINTERFACE call, before the
/linux/drivers/usb/core/
H A Ddevio.c2755 case USBDEVFS_CLAIMINTERFACE: in usbdev_do_ioctl()