Home
last modified time | relevance | path

Searched refs:_IOR (Results 1 – 195 of 195) sorted by relevance

/linux-4.4.14/arch/sparc/include/uapi/asm/
Dioctls.h7 #define TCGETA _IOR('T', 1, struct termio)
14 #define TCGETS _IOR('T', 8, struct termios)
18 #define TCGETS2 _IOR('T', 12, struct termios2)
22 #define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console */
24 #define TIOCGPKT _IOR('T', 0x38, int) /* Get packet mode state */
25 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */
26 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */
27 #define TIOCGRS485 _IOR('T', 0x41, struct serial_rs485)
35 #define TIOCGETD _IOR('t', 0, int)
38 #define __TIOCMODG _IOR('t', 3, int) /* SunOS Specific */
[all …]
Denvctrl.h47 #define ENVCTRL_RD_CPU_TEMPERATURE _IOR('p', 0x40, int)
48 #define ENVCTRL_RD_CPU_VOLTAGE _IOR('p', 0x41, int)
49 #define ENVCTRL_RD_FAN_STATUS _IOR('p', 0x42, int)
50 #define ENVCTRL_RD_WARNING_TEMPERATURE _IOR('p', 0x43, int)
51 #define ENVCTRL_RD_SHUTDOWN_TEMPERATURE _IOR('p', 0x44, int)
52 #define ENVCTRL_RD_VOLTAGE_STATUS _IOR('p', 0x45, int)
53 #define ENVCTRL_RD_SCSI_TEMPERATURE _IOR('p', 0x46, int)
54 #define ENVCTRL_RD_ETHERNET_TEMPERATURE _IOR('p', 0x47, int)
55 #define ENVCTRL_RD_MTHRBD_TEMPERATURE _IOR('p', 0x48, int)
57 #define ENVCTRL_RD_GLOBALADDRESS _IOR('p', 0x49, int)
Dapc.h16 #define APCIOCGFANCTL _IOR(APC_IOC, 0x00, int) /* Get fan speed */
19 #define APCIOCGCPWR _IOR(APC_IOC, 0x02, int) /* Get CPOWER state */
22 #define APCIOCGBPORT _IOR(APC_IOC, 0x04, int) /* Get BPORT state */
Dfbio.h57 #define FBIOGTYPE _IOR('F', 0, struct fbtype)
91 #define FBIOGATTR _IOR('F', 6, struct fbgattr) /* supported */
94 #define FBIOGVIDEO _IOR('F', 8, int)
116 #define FBIOGCURMAX _IOR('F', 28, struct fbcurpos)
217 #define LEO_GETGAMMA _IOR('L', 69, int) /* Not yet implemented */
Dwatchdog.h20 #define WIOCGSTAT _IOR(WATCHDOG_IOCTL_BASE, 12, int)/* Get Timer Status */
Dopenpromio.h64 #define OPIOCGETOPTNODE _IOR('O', 4, int)
Ddisplay7seg.h15 #define D7SIOCRD _IOR(D7S_IOC, 0x45, int) /* Read device state */
Dioctl.h45 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) macro
/linux-4.4.14/include/uapi/linux/
Dipmi.h272 #define IPMICTL_SEND_COMMAND _IOR(IPMI_IOC_MAGIC, 13, \
294 #define IPMICTL_SEND_COMMAND_SETTIME _IOR(IPMI_IOC_MAGIC, 21, \
355 #define IPMICTL_REGISTER_FOR_CMD _IOR(IPMI_IOC_MAGIC, 14, \
362 #define IPMICTL_UNREGISTER_FOR_CMD _IOR(IPMI_IOC_MAGIC, 15, \
384 #define IPMICTL_REGISTER_FOR_CMD_CHANS _IOR(IPMI_IOC_MAGIC, 28, \
391 #define IPMICTL_UNREGISTER_FOR_CMD_CHANS _IOR(IPMI_IOC_MAGIC, 29, \
400 #define IPMICTL_SET_GETS_EVENTS_CMD _IOR(IPMI_IOC_MAGIC, 16, int)
415 _IOR(IPMI_IOC_MAGIC, 24, struct ipmi_channel_lun_address_set)
417 _IOR(IPMI_IOC_MAGIC, 25, struct ipmi_channel_lun_address_set)
419 _IOR(IPMI_IOC_MAGIC, 26, struct ipmi_channel_lun_address_set)
[all …]
Dusbdevice_fs.h161 #define USBDEVFS_RESETEP _IOR('U', 3, unsigned int)
162 #define USBDEVFS_SETINTERFACE _IOR('U', 4, struct usbdevfs_setinterface)
163 #define USBDEVFS_SETCONFIGURATION _IOR('U', 5, unsigned int)
165 #define USBDEVFS_SUBMITURB _IOR('U', 10, struct usbdevfs_urb)
166 #define USBDEVFS_SUBMITURB32 _IOR('U', 10, struct usbdevfs_urb32)
172 #define USBDEVFS_DISCSIGNAL _IOR('U', 14, struct usbdevfs_disconnectsignal)
173 #define USBDEVFS_DISCSIGNAL32 _IOR('U', 14, struct usbdevfs_disconnectsignal32)
174 #define USBDEVFS_CLAIMINTERFACE _IOR('U', 15, unsigned int)
175 #define USBDEVFS_RELEASEINTERFACE _IOR('U', 16, unsigned int)
179 #define USBDEVFS_HUB_PORTINFO _IOR('U', 19, struct usbdevfs_hub_portinfo)
[all …]
Dwatchdog.h23 #define WDIOC_GETSUPPORT _IOR(WATCHDOG_IOCTL_BASE, 0, struct watchdog_info)
24 #define WDIOC_GETSTATUS _IOR(WATCHDOG_IOCTL_BASE, 1, int)
25 #define WDIOC_GETBOOTSTATUS _IOR(WATCHDOG_IOCTL_BASE, 2, int)
26 #define WDIOC_GETTEMP _IOR(WATCHDOG_IOCTL_BASE, 3, int)
27 #define WDIOC_SETOPTIONS _IOR(WATCHDOG_IOCTL_BASE, 4, int)
28 #define WDIOC_KEEPALIVE _IOR(WATCHDOG_IOCTL_BASE, 5, int)
30 #define WDIOC_GETTIMEOUT _IOR(WATCHDOG_IOCTL_BASE, 7, int)
32 #define WDIOC_GETPRETIMEOUT _IOR(WATCHDOG_IOCTL_BASE, 9, int)
33 #define WDIOC_GETTIMELEFT _IOR(WATCHDOG_IOCTL_BASE, 10, int)
Dppdev.h23 #define PPRSTATUS _IOR(PP_IOCTL, 0x81, unsigned char)
27 #define PPRCONTROL _IOR(PP_IOCTL, 0x83, unsigned char)
37 #define PPRDATA _IOR(PP_IOCTL, 0x85, unsigned char)
71 #define PPCLRIRQ _IOR(PP_IOCTL, 0x93, int)
77 #define PPGETTIME _IOR(PP_IOCTL, 0x95, struct timeval)
81 #define PPGETMODES _IOR(PP_IOCTL, 0x97, unsigned int)
84 #define PPGETMODE _IOR(PP_IOCTL, 0x98, int)
85 #define PPGETPHASE _IOR(PP_IOCTL, 0x99, int)
88 #define PPGETFLAGS _IOR(PP_IOCTL, 0x9a, int)
Dppp-ioctl.h85 #define PPPIOCGFLAGS _IOR('t', 90, int) /* get configuration flags */
87 #define PPPIOCGASYNCMAP _IOR('t', 88, int) /* get async map */
89 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */
90 #define PPPIOCGRASYNCMAP _IOR('t', 85, int) /* get receive async map */
92 #define PPPIOCGMRU _IOR('t', 83, int) /* get max receive unit */
95 #define PPPIOCGXASYNCMAP _IOR('t', 80, ext_accm) /* get extended ACCM */
103 #define PPPIOCGDEBUG _IOR('t', 65, int) /* Read debug level */
105 #define PPPIOCGIDLE _IOR('t', 63, struct ppp_idle) /* get idle time */
113 #define PPPIOCGCHAN _IOR('t', 55, int) /* get ppp channel number */
114 #define PPPIOCGL2TPSTATS _IOR('t', 54, struct pppol2tp_ioc_stats)
Dsonypi.h119 #define SONYPI_IOCGBRT _IOR('v', 0, __u8)
123 #define SONYPI_IOCGBAT1CAP _IOR('v', 2, __u16)
124 #define SONYPI_IOCGBAT1REM _IOR('v', 3, __u16)
125 #define SONYPI_IOCGBAT2CAP _IOR('v', 4, __u16)
126 #define SONYPI_IOCGBAT2REM _IOR('v', 5, __u16)
132 #define SONYPI_IOCGBATFLAGS _IOR('v', 7, __u8)
135 #define SONYPI_IOCGBLUE _IOR('v', 8, __u8)
139 #define SONYPI_IOCGFAN _IOR('v', 10, __u8)
143 #define SONYPI_IOCGTEMP _IOR('v', 12, __u8)
Dncp_fs.h107 #define NCP_IOC_NCPREQUEST _IOR('n', 1, struct ncp_ioctl_request)
118 #define NCP_IOC_SIGN_INIT _IOR('n', 5, struct ncp_sign_init)
119 #define NCP_IOC_SIGN_WANTED _IOR('n', 6, int)
122 #define NCP_IOC_LOCKUNLOCK _IOR('n', 7, struct ncp_lock_ioctl)
125 #define NCP_IOC_SETROOT _IOR('n', 8, struct ncp_setroot_ioctl)
128 #define NCP_IOC_SETOBJECTNAME _IOR('n', 9, struct ncp_objectname_ioctl)
130 #define NCP_IOC_SETPRIVATEDATA _IOR('n', 10, struct ncp_privatedata_ioctl)
133 #define NCP_IOC_SETCHARSETS _IOR('n', 11, struct ncp_nls_ioctl)
136 #define NCP_IOC_SETDENTRYTTL _IOR('n', 12, __u32)
Drtc.h80 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) /* Read alarm time */
81 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) /* Read RTC time */
83 #define RTC_IRQP_READ _IOR('p', 0x0b, unsigned long) /* Read IRQ rate */
85 #define RTC_EPOCH_READ _IOR('p', 0x0d, unsigned long) /* Read epoch */
89 #define RTC_WKALM_RD _IOR('p', 0x10, struct rtc_wkalrm)/* Get wakeup alarm*/
91 #define RTC_PLL_GET _IOR('p', 0x11, struct rtc_pll_info) /* Get PLL correction */
94 #define RTC_VL_READ _IOR('p', 0x13, int) /* Voltage low detector */
Dcciss_ioctl.h64 #define CCISS_GETPCIINFO _IOR(CCISS_IOC_MAGIC, 1, cciss_pci_info_struct)
66 #define CCISS_GETINTINFO _IOR(CCISS_IOC_MAGIC, 2, cciss_coalint_struct)
69 #define CCISS_GETNODENAME _IOR(CCISS_IOC_MAGIC, 4, NodeName_type)
72 #define CCISS_GETHEARTBEAT _IOR(CCISS_IOC_MAGIC, 6, Heartbeat_type)
73 #define CCISS_GETBUSTYPES _IOR(CCISS_IOC_MAGIC, 7, BusTypes_type)
74 #define CCISS_GETFIRMVER _IOR(CCISS_IOC_MAGIC, 8, FirmwareVer_type)
75 #define CCISS_GETDRIVVER _IOR(CCISS_IOC_MAGIC, 9, DriverVer_type)
85 #define CCISS_GETLUNINFO _IOR(CCISS_IOC_MAGIC, 17, LogvolInfo_struct)
Dif_tun.h38 #define TUNGETFEATURES _IOR('T', 207, unsigned int)
41 #define TUNGETIFF _IOR('T', 210, unsigned int)
42 #define TUNGETSNDBUF _IOR('T', 211, int)
46 #define TUNGETVNETHDRSZ _IOR('T', 215, int)
50 #define TUNGETFILTER _IOR('T', 219, struct sock_fprog)
52 #define TUNGETVNETLE _IOR('T', 221, int)
58 #define TUNGETVNETBE _IOR('T', 223, int)
Dcapi.h95 #define CAPI_GET_ERRCODE _IOR('C',0x21, __u16)
100 #define CAPI_INSTALLED _IOR('C',0x22, __u16)
125 #define CAPI_GET_FLAGS _IOR('C',0x23, unsigned)
126 #define CAPI_SET_FLAGS _IOR('C',0x24, unsigned)
127 #define CAPI_CLR_FLAGS _IOR('C',0x25, unsigned)
129 #define CAPI_NCCI_OPENCOUNT _IOR('C',0x26, unsigned)
131 #define CAPI_NCCI_GETUNIT _IOR('C',0x27, unsigned)
Di8k.h23 #define I8K_BIOS_VERSION _IOR ('i', 0x80, int) /* broken: meant 4 bytes */
24 #define I8K_MACHINE_ID _IOR ('i', 0x81, int) /* broken: meant 16 bytes */
25 #define I8K_POWER_STATUS _IOR ('i', 0x82, size_t)
26 #define I8K_FN_STATUS _IOR ('i', 0x83, size_t)
27 #define I8K_GET_TEMP _IOR ('i', 0x84, size_t)
Djoystick.h58 #define JSIOCGVERSION _IOR('j', 0x01, __u32) /* get driver version */
60 #define JSIOCGAXES _IOR('j', 0x11, __u8) /* get number of axes */
61 #define JSIOCGBUTTONS _IOR('j', 0x12, __u8) /* get number of buttons */
65 #define JSIOCGCORR _IOR('j', 0x22, struct js_corr) /* get correction values */
68 #define JSIOCGAXMAP _IOR('j', 0x32, __u8[ABS_CNT]) /* get axis mapping */
70 #define JSIOCGBTNMAP _IOR('j', 0x34, __u16[KEY_MAX - BTN_MISC + 1]) /* get button mapping */
Dsonet.h27 #define SONET_GETSTAT _IOR('a',ATMIOC_PHYTYP,struct sonet_stats)
29 #define SONET_GETSTATZ _IOR('a',ATMIOC_PHYTYP+1,struct sonet_stats)
35 #define SONET_GETDIAG _IOR('a',ATMIOC_PHYTYP+4,int)
39 #define SONET_GETFRAMING _IOR('a',ATMIOC_PHYTYP+6,int)
41 #define SONET_GETFRSENSE _IOR('a',ATMIOC_PHYTYP+7, \
Dfd.h56 #define FDGETPRM _IOR(2, 0x04, struct floppy_struct)
113 #define FDGETMAXERRS _IOR(2, 0x0e, struct floppy_max_errors)
119 #define FDGETDRVTYP _IOR(2, 0x0f, floppy_drive_name)
193 #define FDGETDRVPRM _IOR(2, 0x11, struct floppy_drive_params)
235 #define FDGETDRVSTAT _IOR(2, 0x12, struct floppy_drive_struct)
236 #define FDPOLLDRVSTAT _IOR(2, 0x13, struct floppy_drive_struct)
286 #define FDGETFDCSTAT _IOR(2, 0x15, struct floppy_fdc_state)
316 #define FDWERRORGET _IOR(2, 0x17, struct floppy_write_errors)
Dfs.h133 #define BLKELVGET _IOR(0x12,106,size_t)/* elevator get */
139 #define BLKBSZGET _IOR(0x12,112,size_t)
141 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */
163 #define FS_IOC_GETFLAGS _IOR('f', 1, long)
165 #define FS_IOC_GETVERSION _IOR('v', 1, long)
168 #define FS_IOC32_GETFLAGS _IOR('f', 1, int)
170 #define FS_IOC32_GETVERSION _IOR('v', 1, int)
Dpmu.h126 #define PMU_IOC_GET_BACKLIGHT _IOR('B', 1, size_t)
130 #define PMU_IOC_GET_MODEL _IOR('B', 3, size_t)
132 #define PMU_IOC_HAS_ADB _IOR('B', 4, size_t)
134 #define PMU_IOC_CAN_SLEEP _IOR('B', 5, size_t)
136 #define PMU_IOC_GRAB_BACKLIGHT _IOR('B', 6, size_t)
Dinput.h107 #define EVIOCGVERSION _IOR('E', 0x01, int) /* get driver version */
108 #define EVIOCGID _IOR('E', 0x02, struct input_id) /* get device ID */
109 #define EVIOCGREP _IOR('E', 0x03, unsigned int[2]) /* get repeat settings */
112 #define EVIOCGKEYCODE _IOR('E', 0x04, unsigned int[2]) /* get keycode */
113 #define EVIOCGKEYCODE_V2 _IOR('E', 0x04, struct input_keymap_entry)
154 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) /* get abs value/limits */
159 #define EVIOCGEFFECTS _IOR('E', 0x84, int) /* Report number of effects playable at the same time…
193 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) /* Get event-masks */
Dixjuser.h66 #define IXJCTL_CARDTYPE _IOR ('q', 0xC1, int)
67 #define IXJCTL_SERIAL _IOR ('q', 0xC2, int)
68 #define IXJCTL_DSP_TYPE _IOR ('q', 0xC3, int)
69 #define IXJCTL_DSP_VERSION _IOR ('q', 0xC4, int)
70 #define IXJCTL_VERSION _IOR ('q', 0xDA, char *)
594 #define IXJCTL_CID _IOR ('q', 0xD4, PHONE_CID *)
595 #define IXJCTL_VMWI _IOR ('q', 0xD8, int)
641 #define IXJCTL_FRAMES_READ _IOR ('q', 0xE2, unsigned long)
642 #define IXJCTL_FRAMES_WRITTEN _IOR ('q', 0xE3, unsigned long)
643 #define IXJCTL_READ_WAIT _IOR ('q', 0xE4, unsigned long)
[all …]
Dudf_fs_i.h16 #define UDF_GETEASIZE _IOR('l', 0x40, int)
17 #define UDF_GETEABLOCK _IOR('l', 0x41, void *)
18 #define UDF_GETVOLIDENT _IOR('l', 0x42, void *)
Dmmtimer.h50 #define MMTIMER_GETRES _IOR(MMTIMER_IOCTL_BASE, 1, unsigned long)
51 #define MMTIMER_GETFREQ _IOR(MMTIMER_IOCTL_BASE, 2, unsigned long)
54 #define MMTIMER_GETCOUNTER _IOR(MMTIMER_IOCTL_BASE, 9, unsigned long)
Dtelephony.h95 #define PHONE_CAPABILITIES_LIST _IOR ('q', 0x81, struct phone_capability *)
135 #define PHONE_DTMF_READY _IOR ('q', 0x96, int)
136 #define PHONE_GET_DTMF _IOR ('q', 0x97, int)
137 #define PHONE_GET_DTMF_ASCII _IOR ('q', 0x98, int)
139 #define PHONE_EXCEPTION _IOR ('q', 0x9A, int)
Dmatroxfb.h29 #define MATROXFB_GET_OUTPUT_CONNECTION _IOR('n',0xF8,size_t)
31 #define MATROXFB_GET_AVAILABLE_OUTPUTS _IOR('n',0xF9,size_t)
33 #define MATROXFB_GET_ALL_OUTPUTS _IOR('n',0xFB,size_t)
Dhidraw.h33 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
34 #define HIDIOCGRDESC _IOR('H', 0x02, struct hidraw_report_descriptor)
35 #define HIDIOCGRAWINFO _IOR('H', 0x03, struct hidraw_devinfo)
Disdn_ppp.h32 #define PPPIOCGMPFLAGS _IOR('t',130,int)
36 #define PPPIOCGCOMPRESSORS _IOR('t',134,unsigned long [8])
38 #define PPPIOCGIFNAME _IOR('t',136, char [IFNAMSIZ] )
Dsuspend_ioctls.h24 #define SNAPSHOT_GET_IMAGE_SIZE _IOR(SNAPSHOT_IOC_MAGIC, 14, __kernel_loff_t)
29 #define SNAPSHOT_AVAIL_SWAP_SIZE _IOR(SNAPSHOT_IOC_MAGIC, 19, __kernel_loff_t)
30 #define SNAPSHOT_ALLOC_SWAP_PAGE _IOR(SNAPSHOT_IOC_MAGIC, 20, __kernel_loff_t)
Dkvm.h67 #define __KVM_DEPRECATED_VM_R_0x70 _IOR(KVMIO, 0x70, struct kvm_assigned_irq)
1071 #define KVM_SET_IRQCHIP _IOR(KVMIO, 0x63, struct kvm_irqchip)
1074 #define KVM_SET_PIT _IOR(KVMIO, 0x66, struct kvm_pit_state)
1080 #define KVM_ASSIGN_PCI_DEVICE _IOR(KVMIO, 0x69, \
1100 #define KVM_GET_CLOCK _IOR(KVMIO, 0x7c, struct kvm_clock_data)
1102 #define KVM_GET_PIT2 _IOR(KVMIO, 0x9f, struct kvm_pit_state2)
1115 #define KVM_PPC_GET_SMMU_INFO _IOR(KVMIO, 0xa6, struct kvm_ppc_smmu_info)
1120 #define KVM_ALLOCATE_RMA _IOR(KVMIO, 0xa9, struct kvm_allocate_rma)
1140 #define KVM_GET_REGS _IOR(KVMIO, 0x81, struct kvm_regs)
1142 #define KVM_GET_SREGS _IOR(KVMIO, 0x83, struct kvm_sregs)
[all …]
Dbtrfs.h602 #define BTRFS_IOC_START_SYNC _IOR(BTRFS_IOCTL_MAGIC, 24, __u64)
608 #define BTRFS_IOC_SUBVOL_GETFLAGS _IOR(BTRFS_IOCTL_MAGIC, 25, __u64)
617 #define BTRFS_IOC_FS_INFO _IOR(BTRFS_IOCTL_MAGIC, 31, \
622 #define BTRFS_IOC_BALANCE_PROGRESS _IOR(BTRFS_IOCTL_MAGIC, 34, \
631 #define BTRFS_IOC_DEVICES_READY _IOR(BTRFS_IOCTL_MAGIC, 39, \
639 #define BTRFS_IOC_QGROUP_LIMIT _IOR(BTRFS_IOCTL_MAGIC, 43, \
643 #define BTRFS_IOC_QUOTA_RESCAN_STATUS _IOR(BTRFS_IOCTL_MAGIC, 45, \
646 #define BTRFS_IOC_GET_FSLABEL _IOR(BTRFS_IOCTL_MAGIC, 49, \
656 #define BTRFS_IOC_GET_FEATURES _IOR(BTRFS_IOCTL_MAGIC, 57, \
660 #define BTRFS_IOC_GET_SUPPORTED_FEATURES _IOR(BTRFS_IOCTL_MAGIC, 57, \
Dhiddev.h154 #define HIDIOCGVERSION _IOR('H', 0x01, int)
156 #define HIDIOCGDEVINFO _IOR('H', 0x03, struct hiddev_devinfo)
157 #define HIDIOCGSTRING _IOR('H', 0x04, struct hiddev_string_descriptor)
167 #define HIDIOCGFLAG _IOR('H', 0x0E, int)
Dchio.h153 #define CHIOGPICKER _IOR('c', 4,int) /* not impl. */
155 #define CHIOGPARAMS _IOR('c', 6,struct changer_params)
160 #define CHIOGVPARAMS _IOR('c',19,struct changer_vendor_params)
Drandom.h17 #define RNDGETENTCNT _IOR( 'R', 0x00, int )
23 #define RNDGETPOOL _IOR( 'R', 0x02, int [2] )
Dmsdos_fs.h102 #define VFAT_IOCTL_READDIR_BOTH _IOR('r', 1, struct __fat_dirent[2])
103 #define VFAT_IOCTL_READDIR_SHORT _IOR('r', 2, struct __fat_dirent[2])
105 #define FAT_IOCTL_GET_ATTRIBUTES _IOR('r', 0x10, __u32)
108 #define FAT_IOCTL_GET_VOLUME_ID _IOR('r', 0x13, __u32)
Dmeye.h47 #define MEYEIOC_G_PARAMS _IOR ('v', BASE_VIDIOC_PRIVATE+0, struct meye_params)
57 #define MEYEIOC_STILLJCAPT _IOR ('v', BASE_VIDIOC_PRIVATE+5, int)
Di2o-dev.h33 #define I2OGETIOPS _IOR(I2O_MAGIC_NUMBER,0,__u8[MAX_I2O_CONTROLLERS])
41 #define I2OVALIDATE _IOR(I2O_MAGIC_NUMBER,8,__u32)
44 #define I2OEVTGET _IOR(I2O_MAGIC_NUMBER,11,struct i2o_evt_info)
45 #define I2OPASSTHRU _IOR(I2O_MAGIC_NUMBER,12,struct i2o_cmd_passthru)
46 #define I2OPASSTHRU32 _IOR(I2O_MAGIC_NUMBER,12,struct i2o_cmd_passthru32)
Dauto_fs.h69 #define AUTOFS_IOC_PROTOVER _IOR(0x93,0x63,int)
72 #define AUTOFS_IOC_EXPIRE _IOR(0x93,0x65,struct autofs_packet_expire)
Dpps.h125 #define PPS_GETPARAMS _IOR('p', 0xa1, struct pps_kparams *)
127 #define PPS_GETCAP _IOR('p', 0xa3, int *)
Dauto_fs4.h160 #define AUTOFS_IOC_PROTOSUBVER _IOR(0x93,0x67,int)
161 #define AUTOFS_IOC_ASKUMOUNT _IOR(0x93,0x70,int)
Ddn.h144 #define SIOCGNETADDR _IOR(DECNET_IOCTL_BASE, 0xe1, struct dn_naddr)
146 #define OSIOCGNETADDR _IOR(DECNET_IOCTL_BASE, 0xe1, int)
Duserfaultfd.h51 #define UFFDIO_UNREGISTER _IOR(UFFDIO, _UFFDIO_UNREGISTER, \
53 #define UFFDIO_WAKE _IOR(UFFDIO, _UFFDIO_WAKE, \
Dvideodev2.h2181 #define VIDIOC_QUERYCAP _IOR('V', 0, struct v4l2_capability)
2188 #define VIDIOC_G_FBUF _IOR('V', 10, struct v4l2_framebuffer)
2198 #define VIDIOC_G_STD _IOR('V', 23, v4l2_std_id)
2206 #define VIDIOC_G_AUDIO _IOR('V', 33, struct v4l2_audio)
2210 #define VIDIOC_G_INPUT _IOR('V', 38, int)
2214 #define VIDIOC_G_OUTPUT _IOR('V', 46, int)
2217 #define VIDIOC_G_AUDOUT _IOR('V', 49, struct v4l2_audioout)
2226 #define VIDIOC_G_JPEGCOMP _IOR('V', 61, struct v4l2_jpegcompression)
2228 #define VIDIOC_QUERYSTD _IOR('V', 63, v4l2_std_id)
2232 #define VIDIOC_G_PRIORITY _IOR('V', 67, __u32) /* enum v4l2_priority */
[all …]
Dmtio.h129 #define MTIOCGET _IOR('m', 2, struct mtget) /* get tape status */
130 #define MTIOCPOS _IOR('m', 3, struct mtpos) /* get tape position */
Darcfb.h5 #define FBIO_GETCONTROL2 _IOR('F', 0x89, size_t)
Dradeonfb.h11 #define FBIO_RADEON_GET_MIRROR _IOR('@', 3, size_t)
Dhpet.h18 #define HPET_INFO _IOR('h', 0x03, struct hpet_info)
Dmei.h127 #define IOCTL_MEI_NOTIFY_GET _IOR('H', 0x03, __u32)
Dstm.h47 #define STP_POLICY_ID_GET _IOR('%', 1, struct stp_policy_id)
Dgsmmux.h25 #define GSMIOC_GETCONF _IOR('G', 0, struct gsm_config)
Dsynclink.h279 #define MGSL_IOCGPARAMS _IOR(MGSL_MAGIC_IOC,1,struct _MGSL_PARAMS)
292 #define MGSL_IOCGGPIO _IOR(MGSL_MAGIC_IOC,17,struct gpio_desc)
Dcm4000_cs.h44 #define CM_IOCGSTATUS _IOR (CM_IOC_MAGIC, 0, unsigned char *)
Dptp_clock.h120 #define PTP_CLOCK_GETCAPS _IOR(PTP_CLK_MAGIC, 1, struct ptp_clock_caps)
Dlightnvm.h119 #define NVM_GET_DEVICES _IOR(NVM_IOCTL, NVM_GET_DEVICES_CMD, \
Dagpgart.h31 #define AGPIOC_INFO _IOR (AGPIOC_BASE, 0, struct agp_info*)
Duinput.h94 #define UI_GET_VERSION _IOR(UINPUT_IOCTL_BASE, 45, unsigned int)
Dvhost.h72 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64)
Dv4l2-subdev.h177 #define VIDIOC_SUBDEV_QUERY_DV_TIMINGS _IOR('V', 99, struct v4l2_dv_timings)
Domapfb.h34 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype)
Dkfd_ioctl.h237 #define AMDKFD_IOR(nr, type) _IOR(AMDKFD_IOCTL_BASE, nr, type)
Dfirewire-cdev.h407 #define FW_CDEV_IOC_GET_CYCLE_TIMER _IOR('#', 0x0c, struct fw_cdev_get_cycle_timer)
Dfb.h29 #define FBIOGET_VBLANK _IOR('F', 0x12, struct fb_vblank)
Dperf_event.h396 #define PERF_EVENT_IOC_ID _IOR('$', 7, __u64 *)
Dfuse.h759 #define FUSE_DEV_IOC_CLONE _IOR(229, 0, uint32_t)
Dsoundcard.h97 #define _SIOR _IOR
/linux-4.4.14/arch/sh/include/uapi/asm/
Dioctls.h10 #define FIONREAD _IOR('f', 127, int)
12 #define FIOQSIZE _IOR('f', 128, loff_t)
32 #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */
35 #define TIOCGPGRP _IOR('t', 119, int)
42 #define TIOCMGET _IOR('T', 21, unsigned int) /* 0x5415 */
58 #define TIOCGSOFTCAR _IOR('T', 25, unsigned int) /* 0x5419 */
77 #define TIOCGETD _IOR('T', 36, int) /* 0x5424 */
81 #define TIOCGSID _IOR('T', 41, pid_t) /* 0x5429 */ /* Return the session ID of FD */
82 #define TCGETS2 _IOR('T', 42, struct termios2)
86 #define TIOCGRS485 _IOR('T', 46, struct serial_rs485)
[all …]
Dsockios.h5 #define FIOGETOWN _IOR('f', 123, int)
8 #define SIOCATMARK _IOR('s', 7, int)
10 #define SIOCGPGRP _IOR('s', 9, pid_t)
12 #define SIOCGSTAMP _IOR('s', 100, struct timeval) /* Get stamp (timeval) */
13 #define SIOCGSTAMPNS _IOR('s', 101, struct timespec) /* Get stamp (timespec) */
/linux-4.4.14/arch/xtensa/include/uapi/asm/
Dioctls.h22 #define FIONREAD _IOR('f', 127, int)
24 #define FIOQSIZE _IOR('f', 128, loff_t)
44 #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */
47 #define TIOCGPGRP _IOR('t', 119, int)
54 #define TIOCMGET _IOR('T', 21, unsigned int)
70 #define TIOCGSOFTCAR _IOR('T', 25, unsigned int)
89 #define TIOCGETD _IOR('T', 36, int)
93 #define TIOCGSID _IOR('T', 41, pid_t) /* Return the session ID of FD*/
94 #define TCGETS2 _IOR('T', 42, struct termios2)
98 #define TIOCGRS485 _IOR('T', 46, struct serial_rs485)
[all …]
Dsockios.h21 #define FIOGETOWN _IOR('f', 123, int)
24 #define SIOCATMARK _IOR('s', 7, int)
26 #define SIOCGPGRP _IOR('s', 9, pid_t)
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dioctls.h10 #define FIONREAD _IOR('f', 127, int)
12 #define FIOQSIZE _IOR('f', 128, loff_t)
14 #define TIOCGETP _IOR('t', 8, struct sgttyb)
19 #define TIOCGETC _IOR('t', 18, struct tchars)
20 #define TCGETS _IOR('t', 19, struct termios)
25 #define TCGETA _IOR('t', 23, struct termio)
35 #define TIOCGWINSZ _IOR('t', 104, struct winsize)
38 #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */
40 #define TIOCGLTC _IOR('t', 116, struct ltchars)
43 #define TIOCGPGRP _IOR('t', 119, int)
[all …]
Dsockios.h6 #define FIOGETOWN _IOR('f', 123, int)
9 #define SIOCATMARK _IOR('s', 7, int)
11 #define SIOCGPGRP _IOR('s', 9, pid_t)
Dioctl.h48 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) macro
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dioctls.h10 #define FIONREAD _IOR('f', 127, int)
12 #define FIOQSIZE _IOR('f', 128, loff_t)
14 #define TIOCGETP _IOR('t', 8, struct sgttyb)
19 #define TIOCGETC _IOR('t', 18, struct tchars)
20 #define TCGETS _IOR('t', 19, struct termios)
25 #define TCGETA _IOR('t', 23, struct termio)
35 #define TIOCGWINSZ _IOR('t', 104, struct winsize)
38 #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */
40 #define TIOCGLTC _IOR('t', 116, struct ltchars)
43 #define TIOCGPGRP _IOR('t', 119, int)
[all …]
Dopal-prd.h38 #define OPAL_PRD_GET_INFO _IOR('o', 0x01, struct opal_prd_info)
39 #define OPAL_PRD_SCOM_READ _IOR('o', 0x02, struct opal_prd_scom)
Dps3fb.h27 #define PS3FB_IOCTL_GETMODE _IOR('r', 2, int) /* get video mode */
28 #define PS3FB_IOCTL_SCREENINFO _IOR('r', 3, int) /* get screen info */
/linux-4.4.14/include/media/
Dlirc.h89 #define LIRC_GET_FEATURES _IOR('i', 0x00000000, __u32)
91 #define LIRC_GET_SEND_MODE _IOR('i', 0x00000001, __u32)
92 #define LIRC_GET_REC_MODE _IOR('i', 0x00000002, __u32)
93 #define LIRC_GET_SEND_CARRIER _IOR('i', 0x00000003, __u32)
94 #define LIRC_GET_REC_CARRIER _IOR('i', 0x00000004, __u32)
95 #define LIRC_GET_SEND_DUTY_CYCLE _IOR('i', 0x00000005, __u32)
96 #define LIRC_GET_REC_DUTY_CYCLE _IOR('i', 0x00000006, __u32)
97 #define LIRC_GET_REC_RESOLUTION _IOR('i', 0x00000007, __u32)
99 #define LIRC_GET_MIN_TIMEOUT _IOR('i', 0x00000008, __u32)
100 #define LIRC_GET_MAX_TIMEOUT _IOR('i', 0x00000009, __u32)
[all …]
Dsaa6588.h39 #define SAA6588_CMD_READ _IOR('R', 3, int)
40 #define SAA6588_CMD_POLL _IOR('R', 4, int)
/linux-4.4.14/arch/s390/include/uapi/asm/
Dzcrypt.h326 #define Z90STAT_TOTALCOUNT _IOR(ZCRYPT_IOCTL_MAGIC, 0x40, int)
327 #define Z90STAT_PCICACOUNT _IOR(ZCRYPT_IOCTL_MAGIC, 0x41, int)
328 #define Z90STAT_PCICCCOUNT _IOR(ZCRYPT_IOCTL_MAGIC, 0x42, int)
329 #define Z90STAT_PCIXCCMCL2COUNT _IOR(ZCRYPT_IOCTL_MAGIC, 0x4b, int)
330 #define Z90STAT_PCIXCCMCL3COUNT _IOR(ZCRYPT_IOCTL_MAGIC, 0x4c, int)
331 #define Z90STAT_CEX2CCOUNT _IOR(ZCRYPT_IOCTL_MAGIC, 0x4d, int)
332 #define Z90STAT_CEX2ACOUNT _IOR(ZCRYPT_IOCTL_MAGIC, 0x4e, int)
333 #define Z90STAT_REQUESTQ_COUNT _IOR(ZCRYPT_IOCTL_MAGIC, 0x44, int)
334 #define Z90STAT_PENDINGQ_COUNT _IOR(ZCRYPT_IOCTL_MAGIC, 0x45, int)
335 #define Z90STAT_TOTALOPEN_COUNT _IOR(ZCRYPT_IOCTL_MAGIC, 0x46, int)
[all …]
Ddasd.h271 #define DASDAPIVER _IOR(DASD_IOCTL_LETTER,0,int)
273 #define BIODASDINFO _IOR(DASD_IOCTL_LETTER,1,dasd_information_t)
275 #define BIODASDPRRD _IOR(DASD_IOCTL_LETTER,2,dasd_profile_info_t)
277 #define BIODASDINFO2 _IOR(DASD_IOCTL_LETTER,3,dasd_information2_t)
279 #define BIODASDPSRD _IOR(DASD_IOCTL_LETTER,4,dasd_rssd_perf_stats_t)
281 #define BIODASDGATTR _IOR(DASD_IOCTL_LETTER,5,attrib_data_t)
Dtape390.h75 #define TAPE390_CRYPT_QUERY _IOR('d', 3, struct tape390_crypt_info)
100 #define TAPE390_KEKL_QUERY _IOR('d', 5, struct tape390_kekl_pair)
/linux-4.4.14/arch/parisc/include/uapi/asm/
Dioctls.h8 #define TCGETS _IOR('T', 16, struct termios) /* TCGETATTR */
12 #define TCGETA _IOR('T', 1, struct termio)
22 #define TIOCGPGRP _IOR('T', 30, int)
48 #define TIOCGSID _IOR('T', 20, int) /* Return the session ID of FD */
49 #define TCGETS2 _IOR('T',0x2A, struct termios2)
53 #define TIOCGRS485 _IOR('T', 0x2E, struct serial_rs485)
55 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
57 #define TIOCGDEV _IOR('T',0x32, int) /* Get primary device node of /dev/console */
60 #define TIOCGPKT _IOR('T', 0x38, int) /* Get packet mode state */
61 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */
[all …]
/linux-4.4.14/drivers/scsi/dpt/
Ddpti_ioctl.h35 #ifndef _IOR
36 # define _IOR(x,y,z) (((x)<<8)|y) macro
46 #define DPT_SIGNATURE _IOR('D',67,dpt_sig_S)
48 #define DPT_SIGNATURE_PACKED _IOR('D',67,dpt_sig_S_Packed)
51 #define DPT_NUMCTRLS _IOR('D',68,int)
53 #define DPT_CTRLINFO _IOR('D',69,CtrlInfo)
59 #define DPT_SYSINFO _IOR('D',72,sysInfo_S)
65 #define DPT_BLINKLED _IOR('D',75,int)
67 #define DPT_STATS_INFO _IOR('D',80,STATS_DATA)
71 #define DPT_PERF_INFO _IOR('D',82,dpt_perf_t)
[all …]
/linux-4.4.14/arch/mips/include/uapi/asm/
Dioctls.h46 #define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */
60 #define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */
80 #define TCGETS2 _IOR('T', 0x2A, struct termios2)
84 #define TIOCGRS485 _IOR('T', 0x2E, struct serial_rs485)
86 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
88 #define TIOCGDEV _IOR('T', 0x32, unsigned int) /* Get primary device node of /dev/console */
91 #define TIOCGPKT _IOR('T', 0x38, int) /* Get packet mode state */
92 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */
93 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */
Dsockios.h16 #define FIOGETOWN _IOR('f', 123, int)
19 #define SIOCATMARK _IOR('s', 7, int)
21 #define SIOCGPGRP _IOR('s', 9, pid_t)
/linux-4.4.14/arch/cris/include/uapi/asm/
Dsync_serial.h15 #define SSP_SPEED _IOR('S', 0, unsigned int)
16 #define SSP_MODE _IOR('S', 1, unsigned int)
17 #define SSP_FRAME_SYNC _IOR('S', 2, unsigned int)
18 #define SSP_IPOLARITY _IOR('S', 3, unsigned int)
19 #define SSP_OPOLARITY _IOR('S', 4, unsigned int)
20 #define SSP_SPI _IOR('S', 5, unsigned int)
21 #define SSP_INBUFCHUNK _IOR('S', 6, unsigned int)
22 #define SSP_INPUT _IOR('S', 7, unsigned int)
/linux-4.4.14/include/uapi/linux/android/
Dbinder.h187 BR_ERROR = _IOR('r', 0, __s32),
195 BR_TRANSACTION = _IOR('r', 2, struct binder_transaction_data),
196 BR_REPLY = _IOR('r', 3, struct binder_transaction_data),
201 BR_ACQUIRE_RESULT = _IOR('r', 4, __s32),
221 BR_INCREFS = _IOR('r', 7, struct binder_ptr_cookie),
222 BR_ACQUIRE = _IOR('r', 8, struct binder_ptr_cookie),
223 BR_RELEASE = _IOR('r', 9, struct binder_ptr_cookie),
224 BR_DECREFS = _IOR('r', 10, struct binder_ptr_cookie),
230 BR_ATTEMPT_ACQUIRE = _IOR('r', 11, struct binder_pri_ptr_cookie),
258 BR_DEAD_BINDER = _IOR('r', 15, binder_uintptr_t),
[all …]
/linux-4.4.14/include/uapi/linux/dvb/
Dvideo.h235 #define VIDEO_GET_STATUS _IOR('o', 27, struct video_status)
236 #define VIDEO_GET_EVENT _IOR('o', 28, struct video_event)
241 #define VIDEO_GET_CAPABILITIES _IOR('o', 33, unsigned int)
250 #define VIDEO_GET_NAVI _IOR('o', 52, video_navi_pack_t)
252 #define VIDEO_GET_SIZE _IOR('o', 55, video_size_t)
253 #define VIDEO_GET_FRAME_RATE _IOR('o', 56, unsigned int)
266 #define VIDEO_GET_PTS _IOR('o', 57, __u64)
269 #define VIDEO_GET_FRAME_COUNT _IOR('o', 58, __u64)
Dca.h82 #define CA_GET_CAP _IOR('o', 129, ca_caps_t)
83 #define CA_GET_SLOT_INFO _IOR('o', 130, ca_slot_info_t)
84 #define CA_GET_DESCR_INFO _IOR('o', 131, ca_descr_info_t)
85 #define CA_GET_MSG _IOR('o', 132, ca_msg_t)
Dfrontend.h567 #define FE_GET_PROPERTY _IOR('o', 83, struct dtv_properties)
578 #define FE_GET_INFO _IOR('o', 61, struct dvb_frontend_info)
582 #define FE_DISEQC_RECV_SLAVE_REPLY _IOR('o', 64, struct dvb_diseqc_slave_reply)
589 #define FE_READ_STATUS _IOR('o', 69, fe_status_t)
590 #define FE_READ_BER _IOR('o', 70, __u32)
591 #define FE_READ_SIGNAL_STRENGTH _IOR('o', 71, __u16)
592 #define FE_READ_SNR _IOR('o', 72, __u16)
593 #define FE_READ_UNCORRECTED_BLOCKS _IOR('o', 73, __u32)
596 #define FE_GET_FRONTEND _IOR('o', 77, struct dvb_frontend_parameters)
598 #define FE_GET_EVENT _IOR('o', 78, struct dvb_frontend_event)
Daudio.h110 #define AUDIO_GET_STATUS _IOR('o', 10, audio_status_t)
112 #define AUDIO_GET_CAPABILITIES _IOR('o', 11, unsigned int)
132 #define AUDIO_GET_PTS _IOR('o', 19, __u64)
Ddmx.h148 #define DMX_GET_PES_PIDS _IOR('o', 47, __u16[5])
149 #define DMX_GET_CAPS _IOR('o', 48, dmx_caps_t)
Dosd.h142 #define OSD_GET_CAPABILITY _IOR('o', 161, osd_cap_t)
/linux-4.4.14/include/uapi/asm-generic/
Dioctls.h60 #define TCGETS2 _IOR('T', 0x2A, struct termios2)
68 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
70 #define TIOCGDEV _IOR('T', 0x32, unsigned int) /* Get primary device node of /dev/console */
77 #define TIOCGPKT _IOR('T', 0x38, int) /* Get packet mode state */
78 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */
79 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */
Dioctl.h77 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) macro
/linux-4.4.14/include/uapi/video/
Dsisfb.h158 #define SISFB_GET_INFO_SIZE _IOR(0xF3,0x00,__u32)
159 #define SISFB_GET_INFO _IOR(0xF3,0x01,struct sisfb_info)
162 #define SISFB_GET_VBRSTATUS _IOR(0xF3,0x02,__u32)
165 #define SISFB_GET_AUTOMAXIMIZE _IOR(0xF3,0x03,__u32)
169 #define SISFB_GET_TVPOSOFFSET _IOR(0xF3,0x04,__u32)
187 #define SISFB_GET_INFO_OLD _IOR('n',0xF8,__u32)
189 #define SISFB_GET_VBRSTATUS_OLD _IOR('n',0xF9,__u32)
191 #define SISFB_GET_AUTOMAXIMIZE_OLD _IOR('n',0xFA,__u32)
/linux-4.4.14/include/uapi/mtd/
Dmtd-abi.h157 #define MEMGETINFO _IOR('M', 1, struct mtd_info_user)
169 #define MEMGETREGIONCOUNT _IOR('M', 7, int)
173 #define MEMGETOOBSEL _IOR('M', 10, struct nand_oobinfo)
179 #define OTPSELECT _IOR('M', 13, int)
185 #define OTPLOCK _IOR('M', 16, struct otp_info)
187 #define ECCGETLAYOUT _IOR('M', 17, struct nand_ecclayout_user)
189 #define ECCGETSTATS _IOR('M', 18, struct mtd_ecc_stats)
199 #define MEMISLOCKED _IOR('M', 23, struct erase_info_user)
Dubi-user.h200 #define UBI_IOCEBISMAP _IOR(UBI_VOL_IOC_MAGIC, 5, __s32)
/linux-4.4.14/drivers/char/mwave/
Dmwavepub.h77 #define IOCTL_MW_DSP_ABILITIES _IOR(MWAVE_MINOR,3,MW_ABILITIES)
78 #define IOCTL_MW_READ_DATA _IOR(MWAVE_MINOR,4,MW_READWRITE)
79 #define IOCTL_MW_READCLEAR_DATA _IOR(MWAVE_MINOR,5,MW_READWRITE)
80 #define IOCTL_MW_READ_INST _IOR(MWAVE_MINOR,6,MW_READWRITE)
86 #define IOCTL_MW_TRACE _IOR(MWAVE_MINOR,12,MW_READWRITE)
/linux-4.4.14/drivers/thermal/int340x_thermal/
Dacpi_thermal_rel.h8 #define ACPI_THERMAL_GET_TRT_LEN _IOR(ACPI_THERMAL_MAGIC, 1, unsigned long)
9 #define ACPI_THERMAL_GET_ART_LEN _IOR(ACPI_THERMAL_MAGIC, 2, unsigned long)
10 #define ACPI_THERMAL_GET_TRT_COUNT _IOR(ACPI_THERMAL_MAGIC, 3, unsigned long)
11 #define ACPI_THERMAL_GET_ART_COUNT _IOR(ACPI_THERMAL_MAGIC, 4, unsigned long)
13 #define ACPI_THERMAL_GET_TRT _IOR(ACPI_THERMAL_MAGIC, 5, unsigned long)
14 #define ACPI_THERMAL_GET_ART _IOR(ACPI_THERMAL_MAGIC, 6, unsigned long)
/linux-4.4.14/include/uapi/sound/
Dhdsp.h45 #define SNDRV_HDSP_IOCTL_GET_PEAK_RMS _IOR('H', 0x40, struct hdsp_peak_rms)
73 #define SNDRV_HDSP_IOCTL_GET_CONFIG_INFO _IOR('H', 0x41, struct hdsp_config_info)
86 #define SNDRV_HDSP_IOCTL_GET_VERSION _IOR('H', 0x43, struct hdsp_version)
92 #define SNDRV_HDSP_IOCTL_GET_MIXER _IOR('H', 0x44, struct hdsp_mixer)
99 #define SNDRV_HDSP_IOCTL_GET_9632_AEB _IOR('H', 0x45, struct hdsp_9632_aeb)
Dhdspm.h58 _IOR('H', 0x42, struct hdspm_peak_rms)
77 _IOR('H', 0x41, struct hdspm_config)
116 #define SNDRV_HDSPM_IOCTL_GET_LTC _IOR('H', 0x46, struct hdspm_ltc)
174 _IOR('H', 0x47, struct hdspm_status)
190 #define SNDRV_HDSPM_IOCTL_GET_VERSION _IOR('H', 0x48, struct hdspm_version)
221 #define SNDRV_HDSPM_IOCTL_GET_MIXER _IOR('H', 0x44, struct hdspm_mixer_ioctl)
Dasound.h137 #define SNDRV_HWDEP_IOCTL_PVERSION _IOR ('H', 0x00, int)
138 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info)
139 #define SNDRV_HWDEP_IOCTL_DSP_STATUS _IOR('H', 0x02, struct snd_hwdep_dsp_status)
555 #define SNDRV_PCM_IOCTL_PVERSION _IOR('A', 0x00, int)
556 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
563 #define SNDRV_PCM_IOCTL_STATUS _IOR('A', 0x20, struct snd_pcm_status)
564 #define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21, snd_pcm_sframes_t)
568 #define SNDRV_PCM_IOCTL_CHANNEL_INFO _IOR('A', 0x32, struct snd_pcm_channel_info)
580 #define SNDRV_PCM_IOCTL_READI_FRAMES _IOR('A', 0x51, struct snd_xferi)
582 #define SNDRV_PCM_IOCTL_READN_FRAMES _IOR('A', 0x53, struct snd_xfern)
[all …]
Dcompress_offload.h164 #define SNDRV_COMPRESS_IOCTL_VERSION _IOR('C', 0x00, int)
169 #define SNDRV_COMPRESS_GET_PARAMS _IOR('C', 0x13, struct snd_codec)
174 #define SNDRV_COMPRESS_TSTAMP _IOR('C', 0x20, struct snd_compr_tstamp)
175 #define SNDRV_COMPRESS_AVAIL _IOR('C', 0x21, struct snd_compr_avail)
Demu10k1.h358 #define SNDRV_EMU10K1_IOCTL_INFO _IOR ('H', 0x10, struct snd_emu10k1_fx8010_info)
366 #define SNDRV_EMU10K1_IOCTL_PVERSION _IOR ('H', 0x40, int)
371 #define SNDRV_EMU10K1_IOCTL_DBG_READ _IOR ('H', 0x84, int)
Dsb16_csp.h100 #define SNDRV_SB_CSP_IOCTL_INFO _IOR('H', 0x10, struct snd_sb_csp_info)
Dfirewire.h58 #define SNDRV_FIREWIRE_IOCTL_GET_INFO _IOR('H', 0xf8, struct snd_firewire_get_info)
Dasound_fm.h99 #define SNDRV_DM_FM_IOCTL_INFO _IOR('H', 0x20, struct snd_dm_fm_info)
Dasequencer.h573 #define SNDRV_SEQ_IOCTL_PVERSION _IOR ('S', 0x00, int)
574 #define SNDRV_SEQ_IOCTL_CLIENT_ID _IOR ('S', 0x01, int)
Dsfnt_info.h205 #define SNDRV_EMUX_IOCTL_VERSION _IOR('H', 0x80, unsigned int)
/linux-4.4.14/include/uapi/linux/spi/
Dspidev.h120 #define SPI_IOC_RD_MODE _IOR(SPI_IOC_MAGIC, 1, __u8)
124 #define SPI_IOC_RD_LSB_FIRST _IOR(SPI_IOC_MAGIC, 2, __u8)
128 #define SPI_IOC_RD_BITS_PER_WORD _IOR(SPI_IOC_MAGIC, 3, __u8)
132 #define SPI_IOC_RD_MAX_SPEED_HZ _IOR(SPI_IOC_MAGIC, 4, __u32)
136 #define SPI_IOC_RD_MODE32 _IOR(SPI_IOC_MAGIC, 5, __u32)
/linux-4.4.14/include/net/bluetooth/
Dhci_sock.h72 #define HCIGETDEVLIST _IOR('H', 210, int)
73 #define HCIGETDEVINFO _IOR('H', 211, int)
74 #define HCIGETCONNLIST _IOR('H', 212, int)
75 #define HCIGETCONNINFO _IOR('H', 213, int)
76 #define HCIGETAUTHINFO _IOR('H', 215, int)
91 #define HCIINQUIRY _IOR('H', 240, int)
Drfcomm.h323 #define RFCOMMGETDEVLIST _IOR('R', 210, int)
324 #define RFCOMMGETDEVINFO _IOR('R', 211, int)
/linux-4.4.14/arch/sh/include/mach-landisk/mach/
Dgio.h25 #define GIODRV_IOCGGIODATA1 _IOR(GIODRV_IOC_MAGIC, 2, unsigned char *)
27 #define GIODRV_IOCGGIODATA2 _IOR(GIODRV_IOC_MAGIC, 4, unsigned short *)
29 #define GIODRV_IOCGGIODATA4 _IOR(GIODRV_IOC_MAGIC, 6, unsigned long *)
/linux-4.4.14/include/linux/
Dfsl-diu-fb.h43 #define MFB_GET_ALPHA _IOR('M', 0, __u8)
45 #define MFB_GET_AOID _IOR('M', 4, struct aoi_display_offset)
47 #define MFB_GET_PIXFMT _IOR('M', 8, __u32)
56 #define MFB_GET_GAMMA _IOR('M', 1, __u8)
DmISDNif.h330 #define IMADDTIMER _IOR('I', 64, int)
331 #define IMDELTIMER _IOR('I', 65, int)
334 #define IMGETVERSION _IOR('I', 66, int)
335 #define IMGETCOUNT _IOR('I', 67, int)
336 #define IMGETDEVINFO _IOR('I', 68, int)
337 #define IMCTRLREQ _IOR('I', 69, int)
338 #define IMCLEAR_L2 _IOR('I', 70, int)
339 #define IMSETDEVNAME _IOR('I', 71, struct mISDN_devrename)
340 #define IMHOLD_L1 _IOR('I', 72, int)
Dnilfs2_fs.h897 _IOR(NILFS_IOCTL_IDENT, 0x82, struct nilfs_argv)
899 _IOR(NILFS_IOCTL_IDENT, 0x83, struct nilfs_cpstat)
901 _IOR(NILFS_IOCTL_IDENT, 0x84, struct nilfs_argv)
903 _IOR(NILFS_IOCTL_IDENT, 0x85, struct nilfs_sustat)
911 _IOR(NILFS_IOCTL_IDENT, 0x8A, __u64)
Dhid-roccat.h18 #define ROCCATIOCGREPSIZE _IOR('H', 0xf1, int)
Dfd.h22 #define FDGETPRM32 _IOR(2, 0x04, struct compat_floppy_struct)
Dsynclink.h35 #define MGSL_IOCGPARAMS32 _IOR(MGSL_MAGIC_IOC,1,struct MGSL_PARAMS32)
/linux-4.4.14/include/uapi/linux/raid/
Dmd_u.h39 #define RAID_VERSION _IOR (MD_MAJOR, 0x10, mdu_version_t)
40 #define GET_ARRAY_INFO _IOR (MD_MAJOR, 0x11, mdu_array_info_t)
41 #define GET_DISK_INFO _IOR (MD_MAJOR, 0x12, mdu_disk_info_t)
43 #define GET_BITMAP_FILE _IOR (MD_MAJOR, 0x15, mdu_bitmap_file_t)
/linux-4.4.14/arch/x86/include/uapi/asm/
Dmce.h31 #define MCE_GET_RECORD_LEN _IOR('M', 1, int)
32 #define MCE_GET_LOG_LEN _IOR('M', 2, int)
33 #define MCE_GETCLEAR_FLAGS _IOR('M', 3, int)
/linux-4.4.14/include/video/
Dda8xx-fb.h82 #define FBIOGET_CONTRAST _IOR('F', 1, int)
84 #define FBIGET_BRIGHTNESS _IOR('F', 3, int)
86 #define FBIGET_COLOR _IOR('F', 5, int)
Dmbxfb.h92 #define MBXFB_IOCG_ALPHA _IOR(0xF4, 0x01,struct mbxfb_alphaCtl)
94 #define MBXFB_IOCS_PLANEORDER _IOR(0xF4, 0x03,struct mbxfb_planeorder)
Dsstfb.h300 #define SSTFB_GET_VGAPASS _IOR('F', 0xdd, __u32)
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_fs.h516 #define XFS_IOC_DIOINFO _IOR ('X', 30, struct dioattr)
517 #define XFS_IOC_FSGETXATTR _IOR ('X', 31, struct fsxattr)
528 #define XFS_IOC_FSGETXATTRA _IOR ('X', 45, struct fsxattr)
533 #define XFS_IOC_FREE_EOFBLOCKS _IOR ('X', 58, struct xfs_fs_eofblocks)
538 #define XFS_IOC_FSGEOMETRY_V1 _IOR ('X', 100, struct xfs_fsop_geom_v1)
551 #define XFS_IOC_FSCOUNTS _IOR ('X', 113, struct xfs_fsop_counts)
553 #define XFS_IOC_GET_RESBLKS _IOR ('X', 115, struct xfs_fsop_resblks)
568 #define XFS_IOC_FSGEOMETRY _IOR ('X', 124, struct xfs_fsop_geom)
569 #define XFS_IOC_GOINGDOWN _IOR ('X', 125, __uint32_t)
/linux-4.4.14/drivers/staging/comedi/
Dcomedi.h355 #define COMEDI_DEVINFO _IOR(CIO, 1, struct comedi_devinfo)
356 #define COMEDI_SUBDINFO _IOR(CIO, 2, struct comedi_subdinfo)
357 #define COMEDI_CHANINFO _IOR(CIO, 3, struct comedi_chaninfo)
362 #define COMEDI_RANGEINFO _IOR(CIO, 8, struct comedi_rangeinfo)
363 #define COMEDI_CMD _IOR(CIO, 9, struct comedi_cmd)
364 #define COMEDI_CMDTEST _IOR(CIO, 10, struct comedi_cmd)
365 #define COMEDI_INSNLIST _IOR(CIO, 11, struct comedi_insnlist)
366 #define COMEDI_INSN _IOR(CIO, 12, struct comedi_insn)
367 #define COMEDI_BUFCONFIG _IOR(CIO, 13, struct comedi_bufconfig)
Dcomedi_compat32.c28 #define COMEDI32_CHANINFO _IOR(CIO, 3, struct comedi32_chaninfo_struct)
29 #define COMEDI32_RANGEINFO _IOR(CIO, 8, struct comedi32_rangeinfo_struct)
34 #define COMEDI32_CMD _IOR(CIO, 9, struct comedi32_cmd_struct)
39 #define COMEDI32_CMDTEST _IOR(CIO, 10, struct comedi32_cmd_struct)
40 #define COMEDI32_INSNLIST _IOR(CIO, 11, struct comedi32_insnlist_struct)
41 #define COMEDI32_INSN _IOR(CIO, 12, struct comedi32_insn_struct)
/linux-4.4.14/drivers/s390/char/
Dvmcp.h18 #define VMCP_GETCODE _IOR(0x10, 1, int)
20 #define VMCP_GETSIZE _IOR(0x10, 3, int)
/linux-4.4.14/drivers/usb/phy/
Dphy-fsl-usb.h394 #define GET_OTG_STATUS _IOR(OTG_IOCTL_MAGIC, 1, int)
399 #define GET_A_SUSPEND_REQ _IOR(OTG_IOCTL_MAGIC, 6, int)
400 #define GET_A_BUS_DROP _IOR(OTG_IOCTL_MAGIC, 7, int)
401 #define GET_A_BUS_REQ _IOR(OTG_IOCTL_MAGIC, 8, int)
402 #define GET_B_BUS_REQ _IOR(OTG_IOCTL_MAGIC, 9, int)
/linux-4.4.14/arch/m68k/include/asm/
Dfbio.h57 #define FBIOGTYPE _IOR('F', 0, struct fbtype)
94 #define FBIOGATTR _IOR('F', 6, struct fbgattr) /* supported */
97 #define FBIOGVIDEO _IOR('F', 8, int)
119 #define FBIOGCURMAX _IOR('F', 28, struct fbcurpos)
220 #define LEO_GETGAMMA _IOR('L', 69, int) /* Not yet implemented */
/linux-4.4.14/net/bluetooth/bnep/
Dbnep.h112 #define BNEPGETCONNLIST _IOR('B', 210, int)
113 #define BNEPGETCONNINFO _IOR('B', 211, int)
114 #define BNEPGETSUPPFEAT _IOR('B', 212, int)
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h56 #define FSFILT_IOC_GETFLAGS _IOR('f', 1, long)
58 #define FSFILT_IOC_GETVERSION _IOR('f', 3, long)
60 #define FSFILT_IOC_GETVERSION_OLD _IOR('v', 1, long)
196 #define LL_IOC_GETFLAGS _IOR ('f', 151, long)
212 #define LL_IOC_POLL_QUOTACHECK _IOR ('f', 161, struct if_quotacheck *)
219 #define LL_IOC_GETOBDCOUNT _IOR ('f', 168, long)
224 #define LL_IOC_PATH2FID _IOR ('f', 173, long)
226 #define LL_IOC_GET_MDTIDX _IOR ('f', 175, int)
230 #define LL_IOC_HSM_STATE_GET _IOR('f', 211, struct hsm_user_state)
237 #define LL_IOC_DATA_VERSION _IOR('f', 218, struct ioc_data_version)
[all …]
/linux-4.4.14/drivers/net/wan/
Dcosa.h91 #define COSAIORTYPE _IOR('C',0xf3, char *)
94 #define COSAIORIDSTR _IOR('C',0xf4, char *)
/linux-4.4.14/drivers/bluetooth/
Dhci_uart.h32 #define HCIUARTGETPROTO _IOR('U', 201, int)
33 #define HCIUARTGETDEVICE _IOR('U', 202, int)
35 #define HCIUARTGETFLAGS _IOR('U', 204, int)
/linux-4.4.14/drivers/staging/vme/devices/
Dvme_user.h51 #define VME_GET_SLAVE _IOR(VME_IOC_MAGIC, 1, struct vme_slave)
53 #define VME_GET_MASTER _IOR(VME_IOC_MAGIC, 3, struct vme_master)
/linux-4.4.14/arch/parisc/include/asm/
Dperf.h6 #define PA_PERF_OFF _IOR('p', 2, unsigned int)
7 #define PA_PERF_VERSION _IOR('p', 3, int)
Dgrfioctl.h93 #define GCID _IOR('G', 0, int)
109 #define GCDESCRIBE _IOR('G', 21, struct grf_fbinfo)
/linux-4.4.14/include/uapi/linux/genwqe/
Dgenwqe_card.h444 #define GENWQE_READ_REG64 _IOR(GENWQE_IOC_CODE, 30, struct genwqe_reg_io)
446 #define GENWQE_READ_REG32 _IOR(GENWQE_IOC_CODE, 32, struct genwqe_reg_io)
448 #define GENWQE_READ_REG16 _IOR(GENWQE_IOC_CODE, 34, struct genwqe_reg_io)
451 #define GENWQE_GET_CARD_STATE _IOR(GENWQE_IOC_CODE, 36, enum genwqe_card_state)
/linux-4.4.14/Documentation/ioctl/
Dioctl-decoding.txt9 10 - read: _IOR
24 #define VFAT_IOCTL_READDIR_BOTH _IOR('r', 1, struct dirent [2])
Dioctl-number.txt11 _IOR an ioctl with read parameters (copy_to_user)
17 a GET_FOO ioctl would be _IOR, although the kernel would actually write
20 The first argument to _IO, _IOW, _IOR, or _IOWR is an identifying letter
30 The second argument to _IO, _IOW, _IOR, or _IOWR is a sequence number
32 _IOR, or _IOWR is the type of the data going into the kernel or coming
48 defined with _IO, _IOW, _IOR, or _IOWR.
/linux-4.4.14/drivers/s390/crypto/
Dzcrypt_api.h38 #define ICAZ90STATUS _IOR(ZCRYPT_IOCTL_MAGIC, 0x10, struct ica_z90_status)
39 #define Z90STAT_PCIXCCCOUNT _IOR(ZCRYPT_IOCTL_MAGIC, 0x43, int)
/linux-4.4.14/net/bluetooth/cmtp/
Dcmtp.h34 #define CMTPGETCONNLIST _IOR('C', 210, int)
35 #define CMTPGETCONNINFO _IOR('C', 211, int)
/linux-4.4.14/fs/
Dcompat_ioctl.c452 #define PPPIOCGIDLE32 _IOR('t', 63, struct ppp_idle32)
508 #define MTIOCGET32 _IOR('m', 2, struct mtget32)
513 #define MTIOCPOS32 _IOR('m', 3, struct mtpos32)
564 #define HCIUARTGETPROTO _IOR('U', 201, int)
565 #define HCIUARTGETDEVICE _IOR('U', 202, int)
567 #define HCIUARTGETFLAGS _IOR('U', 204, int)
571 #define BNEPGETCONNLIST _IOR('B', 210, int)
572 #define BNEPGETCONNINFO _IOR('B', 211, int)
573 #define BNEPGETSUPPFEAT _IOR('B', 212, int)
577 #define CMTPGETCONNLIST _IOR('C', 210, int)
[all …]
/linux-4.4.14/include/uapi/misc/
Dcxl.h61 #define CXL_IOCTL_GET_PROCESS_ELEMENT _IOR(CXL_MAGIC, 0x01, __u32)
62 #define CXL_IOCTL_GET_AFU_ID _IOR(CXL_MAGIC, 0x02, struct cxl_afu_id)
/linux-4.4.14/fs/jfs/
Djfs_dinode.h170 #define JFS_IOC_GETFLAGS _IOR('f', 1, long)
173 #define JFS_IOC_GETFLAGS32 _IOR('f', 1, int)
/linux-4.4.14/include/xen/interface/
Dxen-mca.h380 #define MCE_GET_RECORD_LEN _IOR('M', 1, int)
381 #define MCE_GET_LOG_LEN _IOR('M', 2, int)
382 #define MCE_GETCLEAR_FLAGS _IOR('M', 3, int)
/linux-4.4.14/drivers/message/fusion/
Dmptctl.h360 #define HP_GETHOSTINFO _IOR(HP_IOC_MAGIC, 20, hp_host_info_t)
361 #define HP_GETHOSTINFO1 _IOR(HP_IOC_MAGIC, 20, hp_host_info_rev0_t)
362 #define HP_GETTARGETINFO _IOR(HP_IOC_MAGIC, 21, hp_target_info_t)
/linux-4.4.14/net/bluetooth/hidp/
Dhidp.h80 #define HIDPGETCONNLIST _IOR('H', 210, int)
81 #define HIDPGETCONNINFO _IOR('H', 211, int)
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_lib.h307 #define OBD_IOC_GETMDNAME _IOR('f', 131, char[MAX_OBD_NAME])
317 #define OBD_IOC_ABORT_RECOVERY _IOR ('f', 142, OBD_IOC_DATA_TYPE)
341 #define OBD_IOC_POLL_QUOTACHECK _IOR ('f', 161, struct if_quotacheck *)
373 #define OBD_IOC_GET_OBJ_VERSION _IOR('f', 210, OBD_IOC_DATA_TYPE)
378 #define OBD_IOC_ECHO_MD _IOR('f', 221, struct obd_ioctl_data)
/linux-4.4.14/include/uapi/linux/usb/
Dcdc-wdm.h21 #define IOCTL_WDM_MAX_COMMAND _IOR('H', 0xA0, __u16)
Dg_printer.h32 #define GADGET_GET_PRINTER_STATUS _IOR('g', 0x21, unsigned char)
Dfunctionfs.h283 #define FUNCTIONFS_ENDPOINT_DESC _IOR('g', 130, \
/linux-4.4.14/sound/core/
Dpcm_compat.c639 SNDRV_PCM_IOCTL_STATUS32 = _IOR('A', 0x20, struct snd_pcm_status32),
641 SNDRV_PCM_IOCTL_DELAY32 = _IOR('A', 0x21, s32),
642 SNDRV_PCM_IOCTL_CHANNEL_INFO32 = _IOR('A', 0x32, struct snd_pcm_channel_info32),
646 SNDRV_PCM_IOCTL_READI_FRAMES32 = _IOR('A', 0x51, struct snd_xferi32),
648 SNDRV_PCM_IOCTL_READN_FRAMES32 = _IOR('A', 0x53, struct snd_xfern32),
651 SNDRV_PCM_IOCTL_CHANNEL_INFO_X32 = _IOR('A', 0x32, struct snd_pcm_channel_info),
652 SNDRV_PCM_IOCTL_STATUS_X32 = _IOR('A', 0x20, struct snd_pcm_status_x32),
Dtimer_compat.c102 SNDRV_TIMER_IOCTL_INFO32 = _IOR('T', 0x11, struct snd_timer_info32),
/linux-4.4.14/drivers/firewire/
Dnosy-user.h7 #define NOSY_IOC_GET_STATS _IOR('&', 0, struct nosy_stats)
/linux-4.4.14/drivers/net/irda/
Dirtty-sir.h22 #define IRTTY_IOCGET _IOR(IRTTY_IOC_MAGIC, 2, struct irtty_info)
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_ipp.h23 #define IPP_GET_LCD_WIDTH _IOR('F', 302, int)
24 #define IPP_GET_LCD_HEIGHT _IOR('F', 303, int)
/linux-4.4.14/include/sound/
Dhda_hwdep.h40 #define HDA_IOCTL_PVERSION _IOR('H', 0x10, int)
/linux-4.4.14/include/linux/usb/
Diowarrior.h40 #define IOW_GETINFO _IOR(CODEMERCS_MAGIC_NUMBER, 3, struct iowarrior_info)
/linux-4.4.14/include/uapi/linux/iio/
Devents.h26 #define IIO_GET_EVENT_FD_IOCTL _IOR('i', 0x90, int)
/linux-4.4.14/drivers/usb/misc/sisusbvga/
Dsisusb.h308 #define SISUSB_GET_CONFIG_SIZE _IOR(0xF3,0x3E,__u32)
309 #define SISUSB_GET_CONFIG _IOR(0xF3,0x3F,struct sisusb_info)
/linux-4.4.14/fs/cifs/
Dcifs_ioctl.h42 #define CIFS_IOC_GET_MNT_INFO _IOR(CIFS_IOCTL_MAGIC, 5, struct smb_mnt_fs_info)
/linux-4.4.14/drivers/staging/android/uapi/
Dashmem.h37 #define ASHMEM_GET_NAME _IOR(__ASHMEMIOC, 2, char[ASHMEM_NAME_LEN])
/linux-4.4.14/fs/ceph/
Dioctl.h42 #define CEPH_IOC_GET_LAYOUT _IOR(CEPH_IOCTL_MAGIC, 1, \
/linux-4.4.14/block/
Dcompat_ioctl.c208 #define BLKBSZGET_32 _IOR(0x12, 112, int)
210 #define BLKGETSIZE64_32 _IOR(0x12, 114, int)
280 #define FDGETDRVPRM32 _IOR(2, 0x11, struct compat_floppy_drive_params)
281 #define FDGETDRVSTAT32 _IOR(2, 0x12, struct compat_floppy_drive_struct)
282 #define FDPOLLDRVSTAT32 _IOR(2, 0x13, struct compat_floppy_drive_struct)
283 #define FDGETFDCSTAT32 _IOR(2, 0x15, struct compat_floppy_fdc_state)
284 #define FDWERRORGET32 _IOR(2, 0x17, struct compat_floppy_write_errors)
/linux-4.4.14/include/acpi/
Dapei.h15 #define APEI_ERST_GET_RECORD_COUNT _IOR('E', 2, u32)
/linux-4.4.14/arch/m32r/include/asm/
Drtc.h60 #define RTC_RD_TIME _IOR(RTC_MAGIC, 0x09, struct rtc_time) /* Read RTC time. */
/linux-4.4.14/Documentation/dvb/
Dci.txt123 #define CA_GET_CAP _IOR('o', 129, ca_caps_t)
124 #define CA_GET_SLOT_INFO _IOR('o', 130, ca_slot_info_t)
125 #define CA_GET_DESCR_INFO _IOR('o', 131, ca_descr_info_t)
126 #define CA_GET_MSG _IOR('o', 132, ca_msg_t)
/linux-4.4.14/include/uapi/linux/hsi/
Dhsi_char.h29 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype)
Dcs-protocol.h110 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype)
/linux-4.4.14/arch/blackfin/include/uapi/asm/
Dbfin_sport.h61 #define SPORT_IOC_GET_SYSTEMCLOCK _IOR('P', 0x02, unsigned long)
/linux-4.4.14/drivers/staging/dgnc/
Ddigi.h134 #define DIGI_GETCUSTOMBAUD _IOR('e', 107, int) /* Get integer baud rate */
/linux-4.4.14/drivers/char/agp/
Dcompat_ioctl.h32 #define AGPIOC_INFO32 _IOR (AGPIOC_BASE, 0, compat_uptr_t)
/linux-4.4.14/drivers/video/fbdev/mb862xx/
Dmb862xxfb.h17 #define MB862XX_L1_GET_CFG _IOR(MB862XX_BASE, 0, struct mb862xx_l1_cfg*)
/linux-4.4.14/fs/ocfs2/
Docfs2_ioctl.h206 #define OCFS2_IOC_INFO _IOR('o', 5, struct ocfs2_info)
/linux-4.4.14/fs/xfs/
Dxfs_ioctl32.h214 _IOR('X', 100, struct compat_xfs_fsop_geom_v1)
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c824 #define VIDIOC_G_FBUF32 _IOR ('V', 10, struct v4l2_framebuffer32)
836 #define VIDIOC_DQEVENT32 _IOR ('V', 89, struct v4l2_event32)
843 #define VIDIOC_G_INPUT32 _IOR ('V', 38, s32)
845 #define VIDIOC_G_OUTPUT32 _IOR ('V', 46, s32)
/linux-4.4.14/fs/ncpfs/
Dioctl.c119 #define NCP_IOC_NCPREQUEST_32 _IOR('n', 1, struct compat_ncp_ioctl_request)
121 #define NCP_IOC_SETOBJECTNAME_32 _IOR('n', 9, struct compat_ncp_objectname_ioctl)
123 #define NCP_IOC_SETPRIVATEDATA_32 _IOR('n', 10, struct compat_ncp_privatedata_ioctl)
/linux-4.4.14/drivers/macintosh/
Dvia-pmu.c2360 #define PMU_IOC_GET_BACKLIGHT32 _IOR('B', 1, compat_size_t)
2362 #define PMU_IOC_GET_MODEL32 _IOR('B', 3, compat_size_t)
2363 #define PMU_IOC_HAS_ADB32 _IOR('B', 4, compat_size_t)
2364 #define PMU_IOC_CAN_SLEEP32 _IOR('B', 5, compat_size_t)
2365 #define PMU_IOC_GRAB_BACKLIGHT32 _IOR('B', 6, compat_size_t)
/linux-4.4.14/drivers/char/ipmi/
Dipmi_devintf.c660 _IOR(IPMI_IOC_MAGIC, 13, struct compat_ipmi_req)
662 _IOR(IPMI_IOC_MAGIC, 21, struct compat_ipmi_req_settime)
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
Ddavinci_vpfe_user.h42 _IOR('V', BASE_VIDIOC_PRIVATE + 2, struct vpfe_isif_raw_config)
/linux-4.4.14/include/uapi/drm/
Ddrm.h686 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
/linux-4.4.14/fs/ext4/
Dext4.h599 #define EXT4_IOC_GETVERSION _IOR('f', 3, long)
603 #define EXT4_IOC_GETRSVSZ _IOR('f', 5, long)
615 #define EXT4_IOC_SET_ENCRYPTION_POLICY _IOR('f', 19, struct ext4_encryption_policy)
625 #define EXT4_IOC32_GETVERSION _IOR('f', 3, int)
627 #define EXT4_IOC32_GETRSVSZ _IOR('f', 5, int)
/linux-4.4.14/drivers/staging/dgap/
Ddgap.h952 #define DIGI_GETCUSTOMBAUD _IOR('e', 107, int) /* Get integer baud rate */
/linux-4.4.14/fs/ext2/
Dext2.h283 #define EXT2_IOC_GETRSVSZ _IOR('f', 5, long)
/linux-4.4.14/fs/fat/
Ddir.c821 #define VFAT_IOCTL_READDIR_BOTH32 _IOR('r', 1, struct compat_dirent[2])
822 #define VFAT_IOCTL_READDIR_SHORT32 _IOR('r', 2, struct compat_dirent[2])
/linux-4.4.14/fs/f2fs/
Df2fs.h239 _IOR('f', 19, struct f2fs_encryption_policy)
249 #define F2FS_IOC_SHUTDOWN _IOR('X', 125, __u32) /* Shutdown */
/linux-4.4.14/drivers/usb/mon/
Dmon_bin.c36 #define MON_IOCG_STATS _IOR(MON_IOC_MAGIC, 3, struct mon_bin_stats)
/linux-4.4.14/Documentation/usb/
Dusbmon.txt245 MON_IOCG_STATS, defined as _IOR(MON_IOC_MAGIC, 3, struct mon_bin_stats)
/linux-4.4.14/drivers/video/fbdev/aty/
Daty128fb.c2320 #define FBIO_ATY128_GET_MIRROR _IOR('@', 1, __u32)