Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dusbdevice_fs.h207 #define USBDEVFS_IOCTL _IOWR('U', 18, struct usbdevfs_ioctl) macro
/linux-6.15/include/uapi/linux/
H A Dusbdevice_fs.h207 #define USBDEVFS_IOCTL _IOWR('U', 18, struct usbdevfs_ioctl) macro
/linux-6.15/tools/usb/
H A Dtestusb.c288 return ioctl (fd, USBDEVFS_IOCTL, &wrapper); in usbdev_ioctl()
/linux-6.15/Documentation/driver-api/usb/
H A Dusb.rst441 USBDEVFS_IOCTL
465 return ioctl (fd, USBDEVFS_IOCTL, &wrapper);
510 issuing USBDEVFS_IOCTL calls. The ioctl parameter is a 32 bit mask
/linux-6.15/drivers/usb/core/
H A Ddevio.c2765 case USBDEVFS_IOCTL: in usbdev_do_ioctl()