Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dusbdevice_fs.h77 s32 ioctl_code; member
/linux/drivers/scsi/
H A Dhptiop.h236 __le32 ioctl_code; member
334 u32 ioctl_code; member
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dusbdevice_fs.h140 int ioctl_code; /* MUST encode size + direction of data so the member
/linux/include/uapi/linux/
H A Dusbdevice_fs.h140 int ioctl_code; /* MUST encode size + direction of data so the member
/linux/tools/usb/
H A Dtestusb.c285 wrapper.ioctl_code = request; in usbdev_ioctl()
/linux/drivers/usb/core/
H A Ddevio.c2334 size = _IOC_SIZE(ctl->ioctl_code); in proc_ioctl()
2339 if ((_IOC_DIR(ctl->ioctl_code) & _IOC_WRITE)) { in proc_ioctl()
2353 else switch (ctl->ioctl_code) { in proc_ioctl()
2380 retval = driver->unlocked_ioctl(intf, ctl->ioctl_code, buf); in proc_ioctl()
2388 && (_IOC_DIR(ctl->ioctl_code) & _IOC_READ) != 0 in proc_ioctl()
2415 ctrl.ioctl_code = ioc32.ioctl_code; in proc_ioctl_compat()
/linux/Documentation/driver-api/usb/
H A Dusb.rst448 int ioctl_code;
463 wrapper.ioctl_code = request;