Home
last modified time | relevance | path

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

1234

/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 …]
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)
Dusbdevice_fs.h152 #define USBDEVFS_RESETEP _IOR('U', 3, unsigned int)
153 #define USBDEVFS_SETINTERFACE _IOR('U', 4, struct usbdevfs_setinterface)
154 #define USBDEVFS_SETCONFIGURATION _IOR('U', 5, unsigned int)
156 #define USBDEVFS_SUBMITURB _IOR('U', 10, struct usbdevfs_urb)
157 #define USBDEVFS_SUBMITURB32 _IOR('U', 10, struct usbdevfs_urb32)
163 #define USBDEVFS_DISCSIGNAL _IOR('U', 14, struct usbdevfs_disconnectsignal)
164 #define USBDEVFS_DISCSIGNAL32 _IOR('U', 14, struct usbdevfs_disconnectsignal32)
165 #define USBDEVFS_CLAIMINTERFACE _IOR('U', 15, unsigned int)
166 #define USBDEVFS_RELEASEINTERFACE _IOR('U', 16, unsigned int)
170 #define USBDEVFS_HUB_PORTINFO _IOR('U', 19, struct usbdevfs_hub_portinfo)
[all …]
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)
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)
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)
Dppp-ioctl.h84 #define PPPIOCGFLAGS _IOR('t', 90, int) /* get configuration flags */
86 #define PPPIOCGASYNCMAP _IOR('t', 88, int) /* get async map */
88 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */
89 #define PPPIOCGRASYNCMAP _IOR('t', 85, int) /* get receive async map */
91 #define PPPIOCGMRU _IOR('t', 83, int) /* get max receive unit */
94 #define PPPIOCGXASYNCMAP _IOR('t', 80, ext_accm) /* get extended ACCM */
102 #define PPPIOCGDEBUG _IOR('t', 65, int) /* Read debug level */
104 #define PPPIOCGIDLE _IOR('t', 63, struct ppp_idle) /* get idle time */
112 #define PPPIOCGCHAN _IOR('t', 55, int) /* get ppp channel number */
113 #define PPPIOCGL2TPSTATS _IOR('t', 54, struct pppol2tp_ioc_stats)
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 */
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)
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)
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 *)
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)
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, \
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)
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 */
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)
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)
Dif_tun.h48 #define TUNGETFEATURES _IOR('T', 207, unsigned int)
51 #define TUNGETIFF _IOR('T', 210, unsigned int)
52 #define TUNGETSNDBUF _IOR('T', 211, int)
56 #define TUNGETVNETHDRSZ _IOR('T', 215, int)
/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 …]
/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 */
/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)
/include/uapi/linux/dvb/
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)
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)
/include/uapi/linux/android/
Dbinder.h280 BR_ERROR = _IOR('r', 0, __s32),
288 BR_TRANSACTION = _IOR('r', 2, struct binder_transaction_data),
289 BR_REPLY = _IOR('r', 3, struct binder_transaction_data),
294 BR_ACQUIRE_RESULT = _IOR('r', 4, __s32),
314 BR_INCREFS = _IOR('r', 7, struct binder_ptr_cookie),
315 BR_ACQUIRE = _IOR('r', 8, struct binder_ptr_cookie),
316 BR_RELEASE = _IOR('r', 9, struct binder_ptr_cookie),
317 BR_DECREFS = _IOR('r', 10, struct binder_ptr_cookie),
323 BR_ATTEMPT_ACQUIRE = _IOR('r', 11, struct binder_pri_ptr_cookie),
351 BR_DEAD_BINDER = _IOR('r', 15, binder_uintptr_t),
[all …]
/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)

1234