Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/usb/
Dusbdevfs-drop-permissions.c47 res = ioctl(fd, USBDEVFS_CLAIMINTERFACE, &i); in claim_some_intf()
/Linux-v4.19/include/uapi/linux/
Dusbdevice_fs.h182 #define USBDEVFS_CLAIMINTERFACE _IOR('U', 15, unsigned int) macro
/Linux-v4.19/Documentation/driver-api/usb/
Dusb.rst387 USBDEVFS_CLAIMINTERFACE
468 implicitly or because of a USBDEVFS_CLAIMINTERFACE call, before the
/Linux-v4.19/drivers/usb/core/
Ddevio.c2513 case USBDEVFS_CLAIMINTERFACE: in usbdev_do_ioctl()