Searched refs:ioctl_code (Results 1 – 4 of 4) sorted by relevance
116 int ioctl_code; /* MUST encode size + direction of data so the member172 s32 ioctl_code; member
200 __le32 ioctl_code; member275 u32 ioctl_code; member
1625 if ((size = _IOC_SIZE(ctl->ioctl_code)) > 0) { in proc_ioctl()1628 if ((_IOC_DIR(ctl->ioctl_code) & _IOC_WRITE)) { in proc_ioctl()1647 else switch (ctl->ioctl_code) { in proc_ioctl()1674 retval = driver->unlocked_ioctl(intf, ctl->ioctl_code, buf); in proc_ioctl()1682 && (_IOC_DIR(ctl->ioctl_code) & _IOC_READ) != 0 in proc_ioctl()1710 __get_user(ctrl.ioctl_code, &uioc->ioctl_code) || in proc_ioctl_compat()
302 wrapper.ioctl_code = request; in usbdev_ioctl()