Searched refs:ioctl_code (Results 1 – 5 of 5) sorted by relevance
76 s32 ioctl_code; member
244 __le32 ioctl_code; member342 u32 ioctl_code; member
119 int ioctl_code; /* MUST encode size + direction of data so the member
1922 if ((size = _IOC_SIZE(ctl->ioctl_code)) > 0) { in proc_ioctl()1926 if ((_IOC_DIR(ctl->ioctl_code) & _IOC_WRITE)) { in proc_ioctl()1945 else switch (ctl->ioctl_code) { in proc_ioctl()1972 retval = driver->unlocked_ioctl(intf, ctl->ioctl_code, buf); in proc_ioctl()1980 && (_IOC_DIR(ctl->ioctl_code) & _IOC_READ) != 0 in proc_ioctl()2008 __get_user(ctrl.ioctl_code, &uioc->ioctl_code) || in proc_ioctl_compat()
298 wrapper.ioctl_code = request; in usbdev_ioctl()