Searched refs:ioctl_code (Results 1 – 7 of 7) sorted by relevance
77 s32 ioctl_code; member
236 __le32 ioctl_code; member334 u32 ioctl_code; member
140 int ioctl_code; /* MUST encode size + direction of data so the member
2331 size = _IOC_SIZE(ctl->ioctl_code); in proc_ioctl()2336 if ((_IOC_DIR(ctl->ioctl_code) & _IOC_WRITE)) { in proc_ioctl()2350 else switch (ctl->ioctl_code) { in proc_ioctl()2377 retval = driver->unlocked_ioctl(intf, ctl->ioctl_code, buf); in proc_ioctl()2385 && (_IOC_DIR(ctl->ioctl_code) & _IOC_READ) != 0 in proc_ioctl()2412 ctrl.ioctl_code = ioc32.ioctl_code; in proc_ioctl_compat()
285 wrapper.ioctl_code = request; in usbdev_ioctl()
447 int ioctl_code;462 wrapper.ioctl_code = request;