Searched refs:ioctl_code (Results 1 – 2 of 2) sorted by relevance
236 __le32 ioctl_code; member334 u32 ioctl_code; member
2334 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()
Completed in 41 milliseconds