Home
last modified time | relevance | path

Searched refs:ioctl_code (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/include/linux/
Dusbdevice_fs.h77 s32 ioctl_code; member
/Linux-v5.10/drivers/scsi/
Dhptiop.h236 __le32 ioctl_code; member
334 u32 ioctl_code; member
/Linux-v5.10/include/uapi/linux/
Dusbdevice_fs.h140 int ioctl_code; /* MUST encode size + direction of data so the member
/Linux-v5.10/tools/include/uapi/linux/
Dusbdevice_fs.h140 int ioctl_code; /* MUST encode size + direction of data so the member
/Linux-v5.10/drivers/usb/core/
Ddevio.c2223 size = _IOC_SIZE(ctl->ioctl_code); in proc_ioctl()
2228 if ((_IOC_DIR(ctl->ioctl_code) & _IOC_WRITE)) { in proc_ioctl()
2242 else switch (ctl->ioctl_code) { in proc_ioctl()
2269 retval = driver->unlocked_ioctl(intf, ctl->ioctl_code, buf); in proc_ioctl()
2277 && (_IOC_DIR(ctl->ioctl_code) & _IOC_READ) != 0 in proc_ioctl()
2304 ctrl.ioctl_code = ioc32.ioctl_code; in proc_ioctl_compat()
/Linux-v5.10/tools/usb/
Dtestusb.c285 wrapper.ioctl_code = request; in usbdev_ioctl()
/Linux-v5.10/Documentation/driver-api/usb/
Dusb.rst435 int ioctl_code;
450 wrapper.ioctl_code = request;