Home
last modified time | relevance | path

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

1234

/bionic/libc/kernel/uapi/linux/
Dipmi.h102 #define IPMICTL_SEND_COMMAND _IOR(IPMI_IOC_MAGIC, 13, struct ipmi_req)
110 #define IPMICTL_SEND_COMMAND_SETTIME _IOR(IPMI_IOC_MAGIC, 21, struct ipmi_req_settime)
127 #define IPMICTL_REGISTER_FOR_CMD _IOR(IPMI_IOC_MAGIC, 14, struct ipmi_cmdspec)
129 #define IPMICTL_UNREGISTER_FOR_CMD _IOR(IPMI_IOC_MAGIC, 15, struct ipmi_cmdspec)
136 #define IPMICTL_REGISTER_FOR_CMD_CHANS _IOR(IPMI_IOC_MAGIC, 28, struct ipmi_cmdspec_chans)
137 #define IPMICTL_UNREGISTER_FOR_CMD_CHANS _IOR(IPMI_IOC_MAGIC, 29, struct ipmi_cmdspec_chans)
139 #define IPMICTL_SET_GETS_EVENTS_CMD _IOR(IPMI_IOC_MAGIC, 16, int)
145 #define IPMICTL_SET_MY_CHANNEL_ADDRESS_CMD _IOR(IPMI_IOC_MAGIC, 24, struct ipmi_channel_lun_addre…
146 #define IPMICTL_GET_MY_CHANNEL_ADDRESS_CMD _IOR(IPMI_IOC_MAGIC, 25, struct ipmi_channel_lun_addre…
147 #define IPMICTL_SET_MY_CHANNEL_LUN_CMD _IOR(IPMI_IOC_MAGIC, 26, struct ipmi_channel_lun_address_s…
[all …]
Dwatchdog.h31 #define WDIOC_GETSUPPORT _IOR(WATCHDOG_IOCTL_BASE, 0, struct watchdog_info)
32 #define WDIOC_GETSTATUS _IOR(WATCHDOG_IOCTL_BASE, 1, int)
34 #define WDIOC_GETBOOTSTATUS _IOR(WATCHDOG_IOCTL_BASE, 2, int)
35 #define WDIOC_GETTEMP _IOR(WATCHDOG_IOCTL_BASE, 3, int)
36 #define WDIOC_SETOPTIONS _IOR(WATCHDOG_IOCTL_BASE, 4, int)
37 #define WDIOC_KEEPALIVE _IOR(WATCHDOG_IOCTL_BASE, 5, int)
40 #define WDIOC_GETTIMEOUT _IOR(WATCHDOG_IOCTL_BASE, 7, int)
42 #define WDIOC_GETPRETIMEOUT _IOR(WATCHDOG_IOCTL_BASE, 9, int)
44 #define WDIOC_GETTIMELEFT _IOR(WATCHDOG_IOCTL_BASE, 10, int)
Dusbdevice_fs.h131 #define USBDEVFS_RESETEP _IOR('U', 3, unsigned int)
132 #define USBDEVFS_SETINTERFACE _IOR('U', 4, struct usbdevfs_setinterface)
134 #define USBDEVFS_SETCONFIGURATION _IOR('U', 5, unsigned int)
136 #define USBDEVFS_SUBMITURB _IOR('U', 10, struct usbdevfs_urb)
137 #define USBDEVFS_SUBMITURB32 _IOR('U', 10, struct usbdevfs_urb32)
145 #define USBDEVFS_DISCSIGNAL _IOR('U', 14, struct usbdevfs_disconnectsignal)
146 #define USBDEVFS_DISCSIGNAL32 _IOR('U', 14, struct usbdevfs_disconnectsignal32)
147 #define USBDEVFS_CLAIMINTERFACE _IOR('U', 15, unsigned int)
149 #define USBDEVFS_RELEASEINTERFACE _IOR('U', 16, unsigned int)
154 #define USBDEVFS_HUB_PORTINFO _IOR('U', 19, struct usbdevfs_hub_portinfo)
[all …]
Dppdev.h21 #define PPRSTATUS _IOR(PP_IOCTL, 0x81, unsigned char)
24 #define PPRCONTROL _IOR(PP_IOCTL, 0x83, unsigned char)
32 #define PPRDATA _IOR(PP_IOCTL, 0x85, unsigned char)
49 #define PPCLRIRQ _IOR(PP_IOCTL, 0x93, int)
51 #define PPGETTIME _IOR(PP_IOCTL, 0x95, struct timeval)
54 #define PPGETMODES _IOR(PP_IOCTL, 0x97, unsigned int)
55 #define PPGETMODE _IOR(PP_IOCTL, 0x98, int)
56 #define PPGETPHASE _IOR(PP_IOCTL, 0x99, int)
57 #define PPGETFLAGS _IOR(PP_IOCTL, 0x9a, int)
Di8k.h24 #define I8K_BIOS_VERSION _IOR ('i', 0x80, int)
25 #define I8K_MACHINE_ID _IOR ('i', 0x81, int)
26 #define I8K_POWER_STATUS _IOR ('i', 0x82, size_t)
27 #define I8K_FN_STATUS _IOR ('i', 0x83, size_t)
29 #define I8K_GET_TEMP _IOR ('i', 0x84, size_t)
Dsonypi.h115 #define SONYPI_IOCGBRT _IOR('v', 0, __u8)
117 #define SONYPI_IOCGBAT1CAP _IOR('v', 2, __u16)
119 #define SONYPI_IOCGBAT1REM _IOR('v', 3, __u16)
120 #define SONYPI_IOCGBAT2CAP _IOR('v', 4, __u16)
121 #define SONYPI_IOCGBAT2REM _IOR('v', 5, __u16)
126 #define SONYPI_IOCGBATFLAGS _IOR('v', 7, __u8)
127 #define SONYPI_IOCGBLUE _IOR('v', 8, __u8)
130 #define SONYPI_IOCGFAN _IOR('v', 10, __u8)
132 #define SONYPI_IOCGTEMP _IOR('v', 12, __u8)
Drtc.h64 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time)
65 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time)
67 #define RTC_IRQP_READ _IOR('p', 0x0b, unsigned long)
70 #define RTC_EPOCH_READ _IOR('p', 0x0d, unsigned long)
74 #define RTC_WKALM_RD _IOR('p', 0x10, struct rtc_wkalrm)
75 #define RTC_PLL_GET _IOR('p', 0x11, struct rtc_pll_info)
77 #define RTC_VL_READ _IOR('p', 0x13, int)
Dppp-ioctl.h90 #define PPPIOCGFLAGS _IOR('t', 90, int)
92 #define PPPIOCGASYNCMAP _IOR('t', 88, int)
95 #define PPPIOCGUNIT _IOR('t', 86, int)
96 #define PPPIOCGRASYNCMAP _IOR('t', 85, int)
99 #define PPPIOCGMRU _IOR('t', 83, int)
102 #define PPPIOCGXASYNCMAP _IOR('t', 80, ext_accm)
112 #define PPPIOCGDEBUG _IOR('t', 65, int)
115 #define PPPIOCGIDLE _IOR('t', 63, struct ppp_idle)
125 #define PPPIOCGCHAN _IOR('t', 55, int)
126 #define PPPIOCGL2TPSTATS _IOR('t', 54, struct pppol2tp_ioc_stats)
Dudf_fs_i.h21 #define UDF_GETEASIZE _IOR('l', 0x40, int)
22 #define UDF_GETEABLOCK _IOR('l', 0x41, void *)
24 #define UDF_GETVOLIDENT _IOR('l', 0x42, void *)
Dncp_fs.h116 #define NCP_IOC_NCPREQUEST _IOR('n', 1, struct ncp_ioctl_request)
126 #define NCP_IOC_SIGN_INIT _IOR('n', 5, struct ncp_sign_init)
127 #define NCP_IOC_SIGN_WANTED _IOR('n', 6, int)
130 #define NCP_IOC_LOCKUNLOCK _IOR('n', 7, struct ncp_lock_ioctl)
132 #define NCP_IOC_SETROOT _IOR('n', 8, struct ncp_setroot_ioctl)
135 #define NCP_IOC_SETOBJECTNAME _IOR('n', 9, struct ncp_objectname_ioctl)
137 #define NCP_IOC_SETPRIVATEDATA _IOR('n', 10, struct ncp_privatedata_ioctl)
140 #define NCP_IOC_SETCHARSETS _IOR('n', 11, struct ncp_nls_ioctl)
142 #define NCP_IOC_SETDENTRYTTL _IOR('n', 12, __u32)
Dcapi.h66 #define CAPI_GET_ERRCODE _IOR('C',0x21, __u16)
67 #define CAPI_INSTALLED _IOR('C',0x22, __u16)
82 #define CAPI_GET_FLAGS _IOR('C',0x23, unsigned)
84 #define CAPI_SET_FLAGS _IOR('C',0x24, unsigned)
85 #define CAPI_CLR_FLAGS _IOR('C',0x25, unsigned)
86 #define CAPI_NCCI_OPENCOUNT _IOR('C',0x26, unsigned)
87 #define CAPI_NCCI_GETUNIT _IOR('C',0x27, unsigned)
Dcciss_ioctl.h79 #define CCISS_GETPCIINFO _IOR(CCISS_IOC_MAGIC, 1, cciss_pci_info_struct)
80 #define CCISS_GETINTINFO _IOR(CCISS_IOC_MAGIC, 2, cciss_coalint_struct)
82 #define CCISS_GETNODENAME _IOR(CCISS_IOC_MAGIC, 4, NodeName_type)
85 #define CCISS_GETHEARTBEAT _IOR(CCISS_IOC_MAGIC, 6, Heartbeat_type)
86 #define CCISS_GETBUSTYPES _IOR(CCISS_IOC_MAGIC, 7, BusTypes_type)
87 #define CCISS_GETFIRMVER _IOR(CCISS_IOC_MAGIC, 8, FirmwareVer_type)
89 #define CCISS_GETDRIVVER _IOR(CCISS_IOC_MAGIC, 9, DriverVer_type)
97 #define CCISS_GETLUNINFO _IOR(CCISS_IOC_MAGIC, 17, LogvolInfo_struct)
Dmmtimer.h24 #define MMTIMER_GETRES _IOR(MMTIMER_IOCTL_BASE, 1, unsigned long)
25 #define MMTIMER_GETFREQ _IOR(MMTIMER_IOCTL_BASE, 2, unsigned long)
29 #define MMTIMER_GETCOUNTER _IOR(MMTIMER_IOCTL_BASE, 9, unsigned long)
Dsonet.h29 #define SONET_GETSTAT _IOR('a',ATMIOC_PHYTYP,struct sonet_stats)
30 #define SONET_GETSTATZ _IOR('a',ATMIOC_PHYTYP+1,struct sonet_stats)
34 #define SONET_GETDIAG _IOR('a',ATMIOC_PHYTYP+4,int)
36 #define SONET_GETFRAMING _IOR('a',ATMIOC_PHYTYP+6,int)
37 #define SONET_GETFRSENSE _IOR('a',ATMIOC_PHYTYP+7, unsigned char[SONET_FRSENSE_SIZE])
Dbinder.h142 BR_ERROR = _IOR('r', 0, __s32),
145 BR_TRANSACTION = _IOR('r', 2, struct binder_transaction_data),
146 BR_REPLY = _IOR('r', 3, struct binder_transaction_data),
147 BR_ACQUIRE_RESULT = _IOR('r', 4, __s32),
151 BR_INCREFS = _IOR('r', 7, struct binder_ptr_cookie),
152 BR_ACQUIRE = _IOR('r', 8, struct binder_ptr_cookie),
154 BR_RELEASE = _IOR('r', 9, struct binder_ptr_cookie),
155 BR_DECREFS = _IOR('r', 10, struct binder_ptr_cookie),
156 BR_ATTEMPT_ACQUIRE = _IOR('r', 11, struct binder_pri_ptr_cookie),
161 BR_DEAD_BINDER = _IOR('r', 15, binder_uintptr_t),
[all …]
Djoystick.h36 #define JSIOCGVERSION _IOR('j', 0x01, __u32)
37 #define JSIOCGAXES _IOR('j', 0x11, __u8)
39 #define JSIOCGBUTTONS _IOR('j', 0x12, __u8)
42 #define JSIOCGCORR _IOR('j', 0x22, struct js_corr)
45 #define JSIOCGAXMAP _IOR('j', 0x32, __u8[ABS_CNT])
47 #define JSIOCGBTNMAP _IOR('j', 0x34, __u16[KEY_MAX - BTN_MISC + 1])
Dpmu.h122 #define PMU_IOC_GET_BACKLIGHT _IOR('B', 1, size_t)
125 #define PMU_IOC_GET_MODEL _IOR('B', 3, size_t)
126 #define PMU_IOC_HAS_ADB _IOR('B', 4, size_t)
127 #define PMU_IOC_CAN_SLEEP _IOR('B', 5, size_t)
129 #define PMU_IOC_GRAB_BACKLIGHT _IOR('B', 6, size_t)
Dif_tun.h47 #define TUNGETFEATURES _IOR('T', 207, unsigned int)
51 #define TUNGETIFF _IOR('T', 210, unsigned int)
52 #define TUNGETSNDBUF _IOR('T', 211, int)
57 #define TUNGETVNETHDRSZ _IOR('T', 215, int)
62 #define TUNGETFILTER _IOR('T', 219, struct sock_fprog)
Dmatroxfb.h46 #define MATROXFB_GET_OUTPUT_CONNECTION _IOR('n',0xF8,size_t)
47 #define MATROXFB_GET_AVAILABLE_OUTPUTS _IOR('n',0xF9,size_t)
49 #define MATROXFB_GET_ALL_OUTPUTS _IOR('n',0xFB,size_t)
/bionic/libc/kernel/uapi/asm-mips/asm/
Dioctls.h59 #define TIOCGWINSZ _IOR('t', 104, struct winsize)
74 #define TIOCGPGRP _IOR('t', 119, int)
86 #define TCGETS2 _IOR('T', 0x2A, struct termios2)
91 #define TIOCGPTN _IOR('T', 0x30, unsigned int)
94 #define TIOCGDEV _IOR('T', 0x32, unsigned int)
97 #define TIOCGPKT _IOR('T', 0x38, int)
99 #define TIOCGPTLCK _IOR('T', 0x39, int)
100 #define TIOCGEXCL _IOR('T', 0x40, int)
Dsockios.h22 #define FIOGETOWN _IOR('f', 123, int)
25 #define SIOCATMARK _IOR('s', 7, int)
27 #define SIOCGPGRP _IOR('s', 9, pid_t)
/bionic/libc/kernel/uapi/asm-generic/
Dioctls.h74 #define TCGETS2 _IOR('T', 0x2A, struct termios2)
84 #define TIOCGPTN _IOR('T', 0x30, unsigned int)
86 #define TIOCGDEV _IOR('T', 0x32, unsigned int)
95 #define TIOCGPKT _IOR('T', 0x38, int)
96 #define TIOCGPTLCK _IOR('T', 0x39, int)
97 #define TIOCGEXCL _IOR('T', 0x40, int)
/bionic/libc/kernel/uapi/sound/
Dhdsp.h44 #define SNDRV_HDSP_IOCTL_GET_PEAK_RMS _IOR('H', 0x40, struct hdsp_peak_rms)
76 #define SNDRV_HDSP_IOCTL_GET_CONFIG_INFO _IOR('H', 0x41, struct hdsp_config_info)
87 #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)
/bionic/libc/kernel/uapi/linux/dvb/
Dca.h72 #define CA_GET_CAP _IOR('o', 129, ca_caps_t)
74 #define CA_GET_SLOT_INFO _IOR('o', 130, ca_slot_info_t)
75 #define CA_GET_DESCR_INFO _IOR('o', 131, ca_descr_info_t)
76 #define CA_GET_MSG _IOR('o', 132, ca_msg_t)
Dvideo.h179 #define VIDEO_GET_STATUS _IOR('o', 27, struct video_status)
180 #define VIDEO_GET_EVENT _IOR('o', 28, struct video_event)
186 #define VIDEO_GET_CAPABILITIES _IOR('o', 33, unsigned int)
197 #define VIDEO_GET_NAVI _IOR('o', 52, video_navi_pack_t)
200 #define VIDEO_GET_SIZE _IOR('o', 55, video_size_t)
201 #define VIDEO_GET_FRAME_RATE _IOR('o', 56, unsigned int)
202 #define VIDEO_GET_PTS _IOR('o', 57, __u64)
204 #define VIDEO_GET_FRAME_COUNT _IOR('o', 58, __u64)

1234