Searched refs:ioctl_code (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/
H A Dhptiop.h244 __le32 ioctl_code; member in struct:hpt_iop_request_ioctl_command
342 u32 ioctl_code; member in struct:hpt_ioctl_k
/drivers/usb/core/
H A Ddevio.c1919 if ((size = _IOC_SIZE(ctl->ioctl_code)) > 0) {
1923 if ((_IOC_DIR(ctl->ioctl_code) & _IOC_WRITE)) {
1942 else switch (ctl->ioctl_code) {
1969 retval = driver->unlocked_ioctl(intf, ctl->ioctl_code, buf);
1977 && (_IOC_DIR(ctl->ioctl_code) & _IOC_READ) != 0
2005 __get_user(ctrl.ioctl_code, &uioc->ioctl_code) ||

Completed in 211 milliseconds