/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | ioctls.h | 8 #define TCSETA _IOW('T', 2, struct termio) 9 #define TCSETAW _IOW('T', 3, struct termio) 10 #define TCSETAF _IOW('T', 4, struct termio) 15 #define TCSETS _IOW('T', 9, struct termios) 16 #define TCSETSW _IOW('T', 10, struct termios) 17 #define TCSETSF _IOW('T', 11, struct termios) 19 #define TCSETS2 _IOW('T', 13, struct termios2) 20 #define TCSETSW2 _IOW('T', 14, struct termios2) 21 #define TCSETSF2 _IOW('T', 15, struct termios2) 36 #define TIOCSETD _IOW('t', 1, int) [all …]
|
D | fbio.h | 68 #define FBIOPUTCMAP _IOW('F', 3, struct fbcmap) 69 #define FBIOGETCMAP _IOW('F', 4, struct fbcmap) 90 #define FBIOSATTR _IOW('F', 5, struct fbgattr) /* Unsupported: */ 93 #define FBIOSVIDEO _IOW('F', 7, int) 108 #define FBIOSCURSOR _IOW('F', 24, struct fbcursor) 112 #define FBIOSCURPOS _IOW('F', 26, struct fbcurpos) 113 #define FBIOGCURPOS _IOW('F', 27, struct fbcurpos) 141 #define FBIO_WID_FREE _IOW('F', 31, struct fb_wid_alloc) 142 #define FBIO_WID_PUT _IOW('F', 32, struct fb_wid_list) 213 #define LEO_CLUTFREE _IOW('L', 54, struct fb_clut_alloc) [all …]
|
D | apc.h | 17 #define APCIOCSFANCTL _IOW(APC_IOC, 0x01, int) /* Set fan speed */ 20 #define APCIOCSCPWR _IOW(APC_IOC, 0x03, int) /* Set CPOWER state */ 23 #define APCIOCSBPORT _IOW(APC_IOC, 0x05, int) /* Set BPORT state */
|
D | display7seg.h | 16 #define D7SIOCWR _IOW(D7S_IOC, 0x46, int) /* Write device state */
|
D | openpromio.h | 62 #define OPIOCSET _IOW('O', 2, struct opiocdesc)
|
D | ioctl.h | 46 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) macro
|
/linux-4.1.27/include/uapi/linux/ |
D | atmdev.h | 54 #define ATM_GETLINKRATE _IOW('a',ATMIOC_ITF+1,struct atmif_sioc) 56 #define ATM_GETNAMES _IOW('a',ATMIOC_ITF+3,struct atm_iobuf) 58 #define ATM_GETTYPE _IOW('a',ATMIOC_ITF+4,struct atmif_sioc) 60 #define ATM_GETESI _IOW('a',ATMIOC_ITF+5,struct atmif_sioc) 62 #define ATM_GETADDR _IOW('a',ATMIOC_ITF+6,struct atmif_sioc) 64 #define ATM_RSTADDR _IOW('a',ATMIOC_ITF+7,struct atmif_sioc) 66 #define ATM_ADDADDR _IOW('a',ATMIOC_ITF+8,struct atmif_sioc) 68 #define ATM_DELADDR _IOW('a',ATMIOC_ITF+9,struct atmif_sioc) 70 #define ATM_GETCIRANGE _IOW('a',ATMIOC_ITF+10,struct atmif_sioc) 72 #define ATM_SETCIRANGE _IOW('a',ATMIOC_ITF+11,struct atmif_sioc) [all …]
|
D | if_tun.h | 31 #define TUNSETNOCSUM _IOW('T', 200, int) 32 #define TUNSETDEBUG _IOW('T', 201, int) 33 #define TUNSETIFF _IOW('T', 202, int) 34 #define TUNSETPERSIST _IOW('T', 203, int) 35 #define TUNSETOWNER _IOW('T', 204, int) 36 #define TUNSETLINK _IOW('T', 205, int) 37 #define TUNSETGROUP _IOW('T', 206, int) 39 #define TUNSETOFFLOAD _IOW('T', 208, unsigned int) 40 #define TUNSETTXFILTER _IOW('T', 209, unsigned int) 43 #define TUNSETSNDBUF _IOW('T', 212, int) [all …]
|
D | telephony.h | 96 #define PHONE_CAPABILITIES_CHECK _IOW ('q', 0x82, struct phone_capability *) 111 #define PHONE_MAXRINGS _IOW ('q', 0x85, char) 112 #define PHONE_RING_CADENCE _IOW ('q', 0x86, short) 114 #define PHONE_RING_START _IOW ('q', 0x87, PHONE_CID *) 119 #define PHONE_REC_CODEC _IOW ('q', 0x89, int) 122 #define PHONE_REC_DEPTH _IOW ('q', 0x8C, int) 123 #define PHONE_FRAME _IOW ('q', 0x8D, int) 124 #define PHONE_REC_VOLUME _IOW ('q', 0x8E, int) 125 #define PHONE_REC_VOLUME_LINEAR _IOW ('q', 0xDB, int) 128 #define PHONE_PLAY_CODEC _IOW ('q', 0x90, int) [all …]
|
D | vhost.h | 73 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) 84 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory) 91 #define VHOST_SET_LOG_BASE _IOW(VHOST_VIRTIO, 0x04, __u64) 93 #define VHOST_SET_LOG_FD _IOW(VHOST_VIRTIO, 0x07, int) 98 #define VHOST_SET_VRING_NUM _IOW(VHOST_VIRTIO, 0x10, struct vhost_vring_state) 100 #define VHOST_SET_VRING_ADDR _IOW(VHOST_VIRTIO, 0x11, struct vhost_vring_addr) 102 #define VHOST_SET_VRING_BASE _IOW(VHOST_VIRTIO, 0x12, struct vhost_vring_state) 110 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file) 112 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file) 114 #define VHOST_SET_VRING_ERR _IOW(VHOST_VIRTIO, 0x22, struct vhost_vring_file) [all …]
|
D | ppp-ioctl.h | 86 #define PPPIOCSFLAGS _IOW('t', 89, int) /* set configuration flags */ 88 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */ 91 #define PPPIOCSRASYNCMAP _IOW('t', 84, int) /* set receive async map */ 93 #define PPPIOCSMRU _IOW('t', 82, int) /* set max receive unit */ 94 #define PPPIOCSMAXCID _IOW('t', 81, int) /* set VJ max slot ID */ 96 #define PPPIOCSXASYNCMAP _IOW('t', 79, ext_accm) /* set extended ACCM */ 98 #define PPPIOCSCOMPRESS _IOW('t', 77, struct ppp_option_data) 100 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */ 101 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog) /* set pass filter */ 102 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog) /* set active filt */ [all …]
|
D | uinput.h | 61 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int) 62 #define UI_SET_KEYBIT _IOW(UINPUT_IOCTL_BASE, 101, int) 63 #define UI_SET_RELBIT _IOW(UINPUT_IOCTL_BASE, 102, int) 64 #define UI_SET_ABSBIT _IOW(UINPUT_IOCTL_BASE, 103, int) 65 #define UI_SET_MSCBIT _IOW(UINPUT_IOCTL_BASE, 104, int) 66 #define UI_SET_LEDBIT _IOW(UINPUT_IOCTL_BASE, 105, int) 67 #define UI_SET_SNDBIT _IOW(UINPUT_IOCTL_BASE, 106, int) 68 #define UI_SET_FFBIT _IOW(UINPUT_IOCTL_BASE, 107, int) 69 #define UI_SET_PHYS _IOW(UINPUT_IOCTL_BASE, 108, char*) 70 #define UI_SET_SWBIT _IOW(UINPUT_IOCTL_BASE, 109, int) [all …]
|
D | kvm.h | 63 _IOW(KVMIO, 0x06, struct kvm_user_trace_setup) 82 #define __KVM_DEPRECATED_VCPU_W_0x87 _IOW(KVMIO, 0x87, struct kvm_debug_guest) 1024 #define KVM_SET_MEMORY_REGION _IOW(KVMIO, 0x40, struct kvm_memory_region) 1030 #define KVM_GET_DIRTY_LOG _IOW(KVMIO, 0x42, struct kvm_dirty_log) 1032 #define KVM_SET_MEMORY_ALIAS _IOW(KVMIO, 0x43, struct kvm_memory_alias) 1035 #define KVM_SET_USER_MEMORY_REGION _IOW(KVMIO, 0x46, \ 1038 #define KVM_SET_IDENTITY_MAP_ADDR _IOW(KVMIO, 0x48, __u64) 1046 #define KVM_S390_UCAS_MAP _IOW(KVMIO, 0x50, struct kvm_s390_ucas_mapping) 1047 #define KVM_S390_UCAS_UNMAP _IOW(KVMIO, 0x51, struct kvm_s390_ucas_mapping) 1048 #define KVM_S390_VCPU_FAULT _IOW(KVMIO, 0x52, unsigned long) [all …]
|
D | ppdev.h | 20 #define PPSETMODE _IOW(PP_IOCTL, 0x80, int) 28 #define PPWCONTROL _IOW(PP_IOCTL, 0x84, unsigned char) 34 #define PPFCONTROL _IOW(PP_IOCTL, 0x8e, struct ppdev_frob_struct) 38 #define PPWDATA _IOW(PP_IOCTL, 0x86, unsigned char) 62 #define PPDATADIR _IOW(PP_IOCTL, 0x90, int) 65 #define PPNEGOT _IOW(PP_IOCTL, 0x91, int) 68 #define PPWCTLONIRQ _IOW(PP_IOCTL, 0x92, unsigned char) 74 #define PPSETPHASE _IOW(PP_IOCTL, 0x94, int) 78 #define PPSETTIME _IOW(PP_IOCTL, 0x96, struct timeval) 89 #define PPSETFLAGS _IOW(PP_IOCTL, 0x9b, int)
|
D | ixjuser.h | 140 #define IXJCTL_SET_FILTER _IOW ('q', 0xC7, IXJ_FILTER *) 141 #define IXJCTL_SET_FILTER_RAW _IOW ('q', 0xDD, IXJ_FILTER_RAW *) 142 #define IXJCTL_GET_FILTER_HIST _IOW ('q', 0xC8, int) 143 #define IXJCTL_FILTER_CADENCE _IOW ('q', 0xD6, IXJ_FILTER_CADENCE *) 300 #define IXJCTL_INIT_TONE _IOW ('q', 0xC9, IXJ_TONE *) 354 #define IXJCTL_TONE_CADENCE _IOW ('q', 0xCA, IXJ_CADENCE *) 377 #define IXJCTL_AEC_START _IOW ('q', 0xCB, int) 421 #define IXJCTL_SET_LED _IOW ('q', 0xCE, int) 422 #define IXJCTL_MIXER _IOW ('q', 0xCF, int) 541 #define IXJCTL_DAA_COEFF_SET _IOW ('q', 0xD0, int) [all …]
|
D | btrfs.h | 535 #define BTRFS_IOC_SNAP_CREATE _IOW(BTRFS_IOCTL_MAGIC, 1, \ 537 #define BTRFS_IOC_DEFRAG _IOW(BTRFS_IOCTL_MAGIC, 2, \ 539 #define BTRFS_IOC_RESIZE _IOW(BTRFS_IOCTL_MAGIC, 3, \ 541 #define BTRFS_IOC_SCAN_DEV _IOW(BTRFS_IOCTL_MAGIC, 4, \ 551 #define BTRFS_IOC_CLONE _IOW(BTRFS_IOCTL_MAGIC, 9, int) 552 #define BTRFS_IOC_ADD_DEV _IOW(BTRFS_IOCTL_MAGIC, 10, \ 554 #define BTRFS_IOC_RM_DEV _IOW(BTRFS_IOCTL_MAGIC, 11, \ 556 #define BTRFS_IOC_BALANCE _IOW(BTRFS_IOCTL_MAGIC, 12, \ 559 #define BTRFS_IOC_CLONE_RANGE _IOW(BTRFS_IOCTL_MAGIC, 13, \ 562 #define BTRFS_IOC_SUBVOL_CREATE _IOW(BTRFS_IOCTL_MAGIC, 14, \ [all …]
|
D | firewire-cdev.h | 394 #define FW_CDEV_IOC_SEND_REQUEST _IOW('#', 0x01, struct fw_cdev_send_request) 396 #define FW_CDEV_IOC_DEALLOCATE _IOW('#', 0x03, struct fw_cdev_deallocate) 397 #define FW_CDEV_IOC_SEND_RESPONSE _IOW('#', 0x04, struct fw_cdev_send_response) 398 #define FW_CDEV_IOC_INITIATE_BUS_RESET _IOW('#', 0x05, struct fw_cdev_initiate_bus_reset) 400 #define FW_CDEV_IOC_REMOVE_DESCRIPTOR _IOW('#', 0x07, struct fw_cdev_remove_descriptor) 403 #define FW_CDEV_IOC_START_ISO _IOW('#', 0x0a, struct fw_cdev_start_iso) 404 #define FW_CDEV_IOC_STOP_ISO _IOW('#', 0x0b, struct fw_cdev_stop_iso) 411 #define FW_CDEV_IOC_DEALLOCATE_ISO_RESOURCE _IOW('#', 0x0e, struct fw_cdev_deallocate) 412 #define FW_CDEV_IOC_ALLOCATE_ISO_RESOURCE_ONCE _IOW('#', 0x0f, struct fw_cdev_allocate_iso_resour… 413 #define FW_CDEV_IOC_DEALLOCATE_ISO_RESOURCE_ONCE _IOW('#', 0x10, struct fw_cdev_allocate_iso_resour… [all …]
|
D | chio.h | 150 #define CHIOMOVE _IOW('c', 1,struct changer_move) 151 #define CHIOEXCHANGE _IOW('c', 2,struct changer_exchange) 152 #define CHIOPOSITION _IOW('c', 3,struct changer_position) 154 #define CHIOSPICKER _IOW('c', 5,int) /* not impl. */ 156 #define CHIOGSTATUS _IOW('c', 8,struct changer_element_status) 157 #define CHIOGELEM _IOW('c',16,struct changer_get_element) 159 #define CHIOSVOLTAG _IOW('c',18,struct changer_set_voltag)
|
D | rtc.h | 79 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set alarm time */ 82 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time) /* Set RTC time */ 84 #define RTC_IRQP_SET _IOW('p', 0x0c, unsigned long) /* Set IRQ rate */ 86 #define RTC_EPOCH_SET _IOW('p', 0x0e, unsigned long) /* Set epoch */ 88 #define RTC_WKALM_SET _IOW('p', 0x0f, struct rtc_wkalrm)/* Set wakeup alarm*/ 92 #define RTC_PLL_SET _IOW('p', 0x12, struct rtc_pll_info) /* Set PLL correction */
|
D | isdn_ppp.h | 31 #define PPPIOCBUNDLE _IOW('t',129,int) 33 #define PPPIOCSMPFLAGS _IOW('t',131,int) 34 #define PPPIOCSMPMTU _IOW('t',132,int) 35 #define PPPIOCSMPMRU _IOW('t',133,int) 37 #define PPPIOCSCOMPRESSOR _IOW('t',135,int)
|
D | agpgart.h | 34 #define AGPIOC_SETUP _IOW (AGPIOC_BASE, 3, struct agp_setup*) 35 #define AGPIOC_RESERVE _IOW (AGPIOC_BASE, 4, struct agp_region*) 36 #define AGPIOC_PROTECT _IOW (AGPIOC_BASE, 5, struct agp_region*) 38 #define AGPIOC_DEALLOCATE _IOW (AGPIOC_BASE, 7, int) 39 #define AGPIOC_BIND _IOW (AGPIOC_BASE, 8, struct agp_bind*) 40 #define AGPIOC_UNBIND _IOW (AGPIOC_BASE, 9, struct agp_unbind*)
|
D | ptp_clock.h | 121 #define PTP_EXTTS_REQUEST _IOW(PTP_CLK_MAGIC, 2, struct ptp_extts_request) 122 #define PTP_PEROUT_REQUEST _IOW(PTP_CLK_MAGIC, 3, struct ptp_perout_request) 123 #define PTP_ENABLE_PPS _IOW(PTP_CLK_MAGIC, 4, int) 124 #define PTP_SYS_OFFSET _IOW(PTP_CLK_MAGIC, 5, struct ptp_sys_offset) 126 #define PTP_PIN_SETFUNC _IOW(PTP_CLK_MAGIC, 7, struct ptp_pin_desc)
|
D | hiddev.h | 160 #define HIDIOCGREPORT _IOW('H', 0x07, struct hiddev_report_info) 161 #define HIDIOCSREPORT _IOW('H', 0x08, struct hiddev_report_info) 165 #define HIDIOCSUSAGE _IOW('H', 0x0C, struct hiddev_usage_ref) 168 #define HIDIOCSFLAG _IOW('H', 0x0F, int) 169 #define HIDIOCGCOLLECTIONINDEX _IOW('H', 0x10, struct hiddev_usage_ref) 175 #define HIDIOCSUSAGES _IOW('H', 0x14, struct hiddev_usage_ref_multi)
|
D | usbdevice_fs.h | 164 #define USBDEVFS_GETDRIVER _IOW('U', 8, struct usbdevfs_getdriver) 168 #define USBDEVFS_REAPURB _IOW('U', 12, void *) 169 #define USBDEVFS_REAPURB32 _IOW('U', 12, __u32) 170 #define USBDEVFS_REAPURBNDELAY _IOW('U', 13, void *) 171 #define USBDEVFS_REAPURBNDELAY32 _IOW('U', 13, __u32) 176 #define USBDEVFS_CONNECTINFO _IOW('U', 17, struct usbdevfs_connectinfo)
|
D | phantom.h | 30 #define PHN_SET_REG _IOW(PH_IOC_MAGIC, 1, struct phm_reg *) 32 #define PHN_SET_REGS _IOW(PH_IOC_MAGIC, 3, struct phm_regs *) 38 #define PHN_SETREG _IOW(PH_IOC_MAGIC, 6, struct phm_reg) 40 #define PHN_SETREGS _IOW(PH_IOC_MAGIC, 8, struct phm_regs)
|
D | fs.h | 134 #define BLKELVSET _IOW(0x12,107,size_t)/* elevator set */ 140 #define BLKBSZSET _IOW(0x12,113,size_t) 164 #define FS_IOC_SETFLAGS _IOW('f', 2, long) 166 #define FS_IOC_SETVERSION _IOW('v', 2, long) 169 #define FS_IOC32_SETFLAGS _IOW('f', 2, int) 171 #define FS_IOC32_SETVERSION _IOW('v', 2, int)
|
D | ncp_fs.h | 108 #define NCP_IOC_GETMOUNTUID _IOW('n', 2, __kernel_old_uid_t) 109 #define NCP_IOC_GETMOUNTUID2 _IOW('n', 2, unsigned long) 120 #define NCP_IOC_SET_SIGN_WANTED _IOW('n', 6, int) 124 #define NCP_IOC_GETROOT _IOW('n', 8, struct ncp_setroot_ioctl) 135 #define NCP_IOC_GETDENTRYTTL _IOW('n', 12, __u32)
|
D | atm_zatm.h | 18 #define ZATM_GETPOOL _IOW('a',ATMIOC_SARPRV+1,struct atmif_sioc) 20 #define ZATM_GETPOOLZ _IOW('a',ATMIOC_SARPRV+2,struct atmif_sioc) 22 #define ZATM_SETPOOL _IOW('a',ATMIOC_SARPRV+3,struct atmif_sioc)
|
D | fd.h | 51 #define FDSETPRM _IOW(2, 0x42, struct floppy_struct) 55 #define FDDEFPRM _IOW(2, 0x43, struct floppy_struct) 78 #define FDFMTTRK _IOW(2,0x48, struct format_descr) 112 #define FDSETMAXERRS _IOW(2, 0x4c, struct floppy_max_errors) 192 #define FDSETDRVPRM _IOW(2, 0x90, struct floppy_drive_params)
|
D | joystick.h | 64 #define JSIOCSCORR _IOW('j', 0x21, struct js_corr) /* set correction values */ 67 #define JSIOCSAXMAP _IOW('j', 0x31, __u8[ABS_CNT]) /* set axis mapping */ 69 #define JSIOCSBTNMAP _IOW('j', 0x33, __u16[KEY_MAX - BTN_MISC + 1]) /* set button mapping */
|
D | sonypi.h | 120 #define SONYPI_IOCSBRT _IOW('v', 0, __u8) 136 #define SONYPI_IOCSBLUE _IOW('v', 9, __u8) 140 #define SONYPI_IOCSFAN _IOW('v', 11, __u8)
|
D | atm_eni.h | 18 #define ENI_MEMDUMP _IOW('a',ATMIOC_SARPRV,struct atmif_sioc) 20 #define ENI_SETMULT _IOW('a',ATMIOC_SARPRV+7,struct atmif_sioc)
|
D | cciss_ioctl.h | 67 #define CCISS_SETINTINFO _IOW(CCISS_IOC_MAGIC, 3, cciss_coalint_struct) 70 #define CCISS_SETNODENAME _IOW(CCISS_IOC_MAGIC, 5, NodeName_type) 81 #define CCISS_REGNEWDISK _IOW(CCISS_IOC_MAGIC, 13, int)
|
D | atm_idt77105.h | 25 #define IDT77105_GETSTAT _IOW('a',ATMIOC_PHYPRV+2,struct atmif_sioc) /* get stats */ 26 #define IDT77105_GETSTATZ _IOW('a',ATMIOC_PHYPRV+3,struct atmif_sioc) /* get stats and zero */
|
D | random.h | 20 #define RNDADDTOENTCNT _IOW( 'R', 0x01, int ) 29 #define RNDADDENTROPY _IOW( 'R', 0x03, int [2] )
|
D | ivtv.h | 61 #define IVTV_IOC_DMA_FRAME _IOW ('V', BASE_VIDIOC_PRIVATE+0, struct ivtv_dma_frame) 65 #define IVTV_IOC_PASSTHROUGH_MODE _IOW ('V', BASE_VIDIOC_PRIVATE+1, int)
|
D | meye.h | 49 #define MEYEIOC_S_PARAMS _IOW ('v', BASE_VIDIOC_PRIVATE+1, struct meye_params) 51 #define MEYEIOC_QBUF_CAPT _IOW ('v', BASE_VIDIOC_PRIVATE+2, int)
|
D | matroxfb.h | 19 #define MATROXFB_SET_OUTPUT_MODE _IOW('n',0xFA,size_t) 27 #define MATROXFB_SET_OUTPUT_CONNECTION _IOW('n',0xF8,size_t)
|
D | cm4000_cs.h | 46 #define CM_IOCSPTS _IOW (CM_IOC_MAGIC, 2, ptsreq_t *) 50 #define CM_IOSDBGLVL _IOW(CM_IOC_MAGIC, 250, int*)
|
D | suspend_ioctls.h | 22 #define SNAPSHOT_SET_SWAP_AREA _IOW(SNAPSHOT_IOC_MAGIC, 13, \ 27 #define SNAPSHOT_CREATE_IMAGE _IOW(SNAPSHOT_IOC_MAGIC, 17, int)
|
D | pps.h | 126 #define PPS_SETPARAMS _IOW('p', 0xa2, struct pps_kparams *) 129 #define PPS_KC_BIND _IOW('p', 0xa5, struct pps_bind_args *)
|
D | videodev2.h | 2092 #define VIDIOC_S_FBUF _IOW('V', 11, struct v4l2_framebuffer) 2093 #define VIDIOC_OVERLAY _IOW('V', 14, int) 2097 #define VIDIOC_STREAMON _IOW('V', 18, int) 2098 #define VIDIOC_STREAMOFF _IOW('V', 19, int) 2102 #define VIDIOC_S_STD _IOW('V', 24, v4l2_std_id) 2108 #define VIDIOC_S_TUNER _IOW('V', 30, struct v4l2_tuner) 2110 #define VIDIOC_S_AUDIO _IOW('V', 34, struct v4l2_audio) 2121 #define VIDIOC_S_AUDOUT _IOW('V', 50, struct v4l2_audioout) 2123 #define VIDIOC_S_MODULATOR _IOW('V', 55, struct v4l2_modulator) 2125 #define VIDIOC_S_FREQUENCY _IOW('V', 57, struct v4l2_frequency) [all …]
|
D | input.h | 103 #define EVIOCSREP _IOW('E', 0x03, unsigned int[2]) /* set repeat settings */ 107 #define EVIOCSKEYCODE _IOW('E', 0x04, unsigned int[2]) /* set keycode */ 108 #define EVIOCSKEYCODE_V2 _IOW('E', 0x04, struct input_keymap_entry) 148 #define EVIOCSABS(abs) _IOW('E', 0xc0 + (abs), struct input_absinfo) /* set abs value/limits */ 151 #define EVIOCRMFF _IOW('E', 0x81, int) /* Erase a force effect */ 154 #define EVIOCGRAB _IOW('E', 0x90, int) /* Grab/Release device */ 155 #define EVIOCREVOKE _IOW('E', 0x91, int) /* Revoke device access */ 157 #define EVIOCSCLOCKID _IOW('E', 0xa0, int) /* Set clockid to be used for timestamps */
|
D | dn.h | 143 #define SIOCSNETADDR _IOW(DECNET_IOCTL_BASE, 0xe0, struct dn_naddr) 145 #define OSIOCSNETADDR _IOW(DECNET_IOCTL_BASE, 0xe0, int)
|
D | perf_event.h | 387 #define PERF_EVENT_IOC_PERIOD _IOW('$', 4, __u64) 389 #define PERF_EVENT_IOC_SET_FILTER _IOW('$', 6, char *) 391 #define PERF_EVENT_IOC_SET_BPF _IOW('$', 8, __u32)
|
D | radeonfb.h | 12 #define FBIO_RADEON_SET_MIRROR _IOW('@', 4, size_t)
|
D | ivtvfb.h | 35 #define IVTVFB_IOC_DMA_FRAME _IOW('V', BASE_VIDIOC_PRIVATE+0, struct ivtvfb_dma_frame)
|
D | reiserfs_fs.h | 18 #define REISERFS_IOC_UNPACK _IOW(0xCD,1,long)
|
D | atm_he.h | 8 #define HE_GET_REG _IOW('a', ATMIOC_SARPRV, struct atmif_sioc)
|
D | gigaset_dev.h | 29 #define GIGASET_BRKCHARS _IOW(GIGASET_IOCTL, 2, unsigned char[6])
|
D | hpet.h | 21 #define HPET_IRQFREQ _IOW('h', 0x6, unsigned long) /* IRQFREQ usec */
|
D | atm_nicstar.h | 26 #define NS_SETBUFLEV _IOW('a',ATMIOC_SARPRV+2,struct atmif_sioc)
|
D | synclink.h | 278 #define MGSL_IOCSPARAMS _IOW(MGSL_MAGIC_IOC,0,struct _MGSL_PARAMS) 291 #define MGSL_IOCSGPIO _IOW(MGSL_MAGIC_IOC,16,struct gpio_desc)
|
D | serio.h | 14 #define SPIOCSTYPE _IOW('q', 0x01, unsigned long)
|
D | am437x-vpfe.h | 122 _IOW('V', BASE_VIDIOC_PRIVATE + 1, void *)
|
D | atmbr2684.h | 114 #define BR2684_SETFILT _IOW( 'a', ATMIOC_BACKEND + 0, \
|
D | sonet.h | 37 #define SONET_SETFRAMING _IOW('a',ATMIOC_PHYTYP+5,int)
|
D | pmu.h | 128 #define PMU_IOC_SET_BACKLIGHT _IOW('B', 2, size_t)
|
D | capi.h | 31 #define CAPI_REGISTER _IOW('C',0x01,struct capi_register_params)
|
D | if_pppox.h | 108 #define PPPOEIOCSFWD _IOW(0xB1 ,0, size_t)
|
D | auto_fs4.h | 157 #define AUTOFS_IOC_EXPIRE_MULTI _IOW(0x93,0x66,int)
|
D | mtio.h | 128 #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */
|
D | ipmi.h | 446 #define IPMICTL_SET_MAINTENANCE_MODE_CMD _IOW(IPMI_IOC_MAGIC, 31, int)
|
D | kfd_ioctl.h | 134 #define AMDKFD_IOW(nr, type) _IOW(AMDKFD_IOCTL_BASE, nr, type)
|
D | msdos_fs.h | 106 #define FAT_IOCTL_SET_ATTRIBUTES _IOW('r', 0x11, __u32)
|
D | omapfb.h | 33 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype)
|
D | fb.h | 36 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32)
|
D | i2o-dev.h | 43 #define I2OEVTREG _IOW(I2O_MAGIC_NUMBER,10,struct i2o_evt_id)
|
D | nvme.h | 580 #define NVME_IOCTL_SUBMIT_IO _IOW('N', 0x42, struct nvme_user_io)
|
D | soundcard.h | 98 #define _SIOW _IOW
|
/linux-4.1.27/arch/xtensa/include/uapi/asm/ |
D | ioctls.h | 20 #define FIOASYNC _IOW('f', 125, int) 21 #define FIONBIO _IOW('f', 126, int) 46 #define TIOCSPGRP _IOW('t', 118, int) 53 #define TIOCSTI _IOW('T', 18, char) 55 #define TIOCMBIS _IOW('T', 22, unsigned int) 56 #define TIOCMBIC _IOW('T', 23, unsigned int) 57 #define TIOCMSET _IOW('T', 24, unsigned int) 71 #define TIOCSSOFTCAR _IOW('T', 26, unsigned int) 72 #define TIOCLINUX _IOW('T', 28, char) 76 #define TIOCPKT _IOW('T', 32, int) [all …]
|
D | sockios.h | 22 #define FIOSETOWN _IOW('f', 124, int) 25 #define SIOCSPGRP _IOW('s', 8, pid_t)
|
/linux-4.1.27/arch/sh/include/uapi/asm/ |
D | ioctls.h | 8 #define FIOASYNC _IOW('f', 125, int) 9 #define FIONBIO _IOW('f', 126, int) 34 #define TIOCSPGRP _IOW('t', 118, int) 41 #define TIOCSTI _IOW('T', 18, char) /* 0x5412 */ 43 #define TIOCMBIS _IOW('T', 22, unsigned int) /* 0x5416 */ 44 #define TIOCMBIC _IOW('T', 23, unsigned int) /* 0x5417 */ 45 #define TIOCMSET _IOW('T', 24, unsigned int) /* 0x5418 */ 59 #define TIOCSSOFTCAR _IOW('T', 26, unsigned int) /* 0x541A */ 60 #define TIOCLINUX _IOW('T', 28, char) /* 0x541C */ 64 #define TIOCPKT _IOW('T', 32, int) /* 0x5420 */ [all …]
|
D | sockios.h | 6 #define FIOSETOWN _IOW('f', 124, int) 9 #define SIOCSPGRP _IOW('s', 8, pid_t)
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | ioctls.h | 8 #define FIOASYNC _IOW('f', 125, int) 9 #define FIONBIO _IOW('f', 126, int) 15 #define TIOCSETP _IOW('t', 9, struct sgttyb) 16 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */ 18 #define TIOCSETC _IOW('t', 17, struct tchars) 21 #define TCSETS _IOW('t', 20, struct termios) 22 #define TCSETSW _IOW('t', 21, struct termios) 23 #define TCSETSF _IOW('t', 22, struct termios) 26 #define TCSETA _IOW('t', 24, struct termio) 27 #define TCSETAW _IOW('t', 25, struct termio) [all …]
|
D | sockios.h | 7 #define FIOSETOWN _IOW('f', 124, int) 10 #define SIOCSPGRP _IOW('s', 8, pid_t)
|
D | ioctl.h | 49 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) macro
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
D | ioctls.h | 8 #define FIOASYNC _IOW('f', 125, int) 9 #define FIONBIO _IOW('f', 126, int) 15 #define TIOCSETP _IOW('t', 9, struct sgttyb) 16 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */ 18 #define TIOCSETC _IOW('t', 17, struct tchars) 21 #define TCSETS _IOW('t', 20, struct termios) 22 #define TCSETSW _IOW('t', 21, struct termios) 23 #define TCSETSF _IOW('t', 22, struct termios) 26 #define TCSETA _IOW('t', 24, struct termio) 27 #define TCSETAW _IOW('t', 25, struct termio) [all …]
|
D | ps3fb.h | 26 #define PS3FB_IOCTL_SETMODE _IOW('r', 1, int) /* set video mode */ 31 #define PS3FB_IOCTL_FSEL _IOW('r', 6, int) /* blit and flip request */ 34 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32) /* wait for vsync */
|
/linux-4.1.27/include/uapi/linux/android/ |
D | binder.h | 101 #define BINDER_SET_IDLE_TIMEOUT _IOW('b', 3, __s64) 102 #define BINDER_SET_MAX_THREADS _IOW('b', 5, __u32) 103 #define BINDER_SET_IDLE_PRIORITY _IOW('b', 6, __s32) 104 #define BINDER_SET_CONTEXT_MGR _IOW('b', 7, __s32) 105 #define BINDER_THREAD_EXIT _IOW('b', 8, __s32) 275 BC_TRANSACTION = _IOW('c', 0, struct binder_transaction_data), 276 BC_REPLY = _IOW('c', 1, struct binder_transaction_data), 281 BC_ACQUIRE_RESULT = _IOW('c', 2, __s32), 288 BC_FREE_BUFFER = _IOW('c', 3, binder_uintptr_t), 293 BC_INCREFS = _IOW('c', 4, __u32), [all …]
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci_sock.h | 67 #define HCIDEVUP _IOW('H', 201, int) 68 #define HCIDEVDOWN _IOW('H', 202, int) 69 #define HCIDEVRESET _IOW('H', 203, int) 70 #define HCIDEVRESTAT _IOW('H', 204, int) 78 #define HCISETRAW _IOW('H', 220, int) 79 #define HCISETSCAN _IOW('H', 221, int) 80 #define HCISETAUTH _IOW('H', 222, int) 81 #define HCISETENCRYPT _IOW('H', 223, int) 82 #define HCISETPTYPE _IOW('H', 224, int) 83 #define HCISETLINKPOL _IOW('H', 225, int) [all …]
|
D | rfcomm.h | 321 #define RFCOMMCREATEDEV _IOW('R', 200, int) 322 #define RFCOMMRELEASEDEV _IOW('R', 201, int) 325 #define RFCOMMSTEALDLC _IOW('R', 220, int)
|
/linux-4.1.27/include/media/ |
D | lirc.h | 110 #define LIRC_SET_SEND_MODE _IOW('i', 0x00000011, __u32) 111 #define LIRC_SET_REC_MODE _IOW('i', 0x00000012, __u32) 113 #define LIRC_SET_SEND_CARRIER _IOW('i', 0x00000013, __u32) 114 #define LIRC_SET_REC_CARRIER _IOW('i', 0x00000014, __u32) 115 #define LIRC_SET_SEND_DUTY_CYCLE _IOW('i', 0x00000015, __u32) 116 #define LIRC_SET_REC_DUTY_CYCLE _IOW('i', 0x00000016, __u32) 117 #define LIRC_SET_TRANSMITTER_MASK _IOW('i', 0x00000017, __u32) 124 #define LIRC_SET_REC_TIMEOUT _IOW('i', 0x00000018, __u32) 127 #define LIRC_SET_REC_TIMEOUT_REPORTS _IOW('i', 0x00000019, __u32) 133 #define LIRC_SET_REC_FILTER_PULSE _IOW('i', 0x0000001a, __u32) [all …]
|
D | v4l2-common.h | 162 #define TUNER_SET_CONFIG _IOW('d', 92, struct v4l2_priv_tun_config) 164 #define VIDIOC_INT_RESET _IOW ('d', 102, u32)
|
D | saa6588.h | 38 #define SAA6588_CMD_CLOSE _IOW('R', 2, int)
|
D | v4l2-subdev.h | 34 #define V4L2_SUBDEV_IR_RX_NOTIFY _IOW('v', 0, u32) 40 #define V4L2_SUBDEV_IR_TX_NOTIFY _IOW('v', 1, u32)
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
D | ioctls.h | 9 #define TCSETS _IOW('T', 17, struct termios) /* TCSETATTR */ 10 #define TCSETSW _IOW('T', 18, struct termios) /* TCSETATTRD */ 11 #define TCSETSF _IOW('T', 19, struct termios) /* TCSETATTRF */ 13 #define TCSETA _IOW('T', 2, struct termio) 14 #define TCSETAW _IOW('T', 3, struct termio) 15 #define TCSETAF _IOW('T', 4, struct termio) 23 #define TIOCSPGRP _IOW('T', 29, int) 50 #define TCSETS2 _IOW('T',0x2B, struct termios2) 51 #define TCSETSW2 _IOW('T',0x2C, struct termios2) 52 #define TCSETSF2 _IOW('T',0x2D, struct termios2) [all …]
|
/linux-4.1.27/include/uapi/mtd/ |
D | ubi-user.h | 165 #define UBI_IOCMKVOL _IOW(UBI_IOC_MAGIC, 0, struct ubi_mkvol_req) 167 #define UBI_IOCRMVOL _IOW(UBI_IOC_MAGIC, 1, __s32) 169 #define UBI_IOCRSVOL _IOW(UBI_IOC_MAGIC, 2, struct ubi_rsvol_req) 171 #define UBI_IOCRNVOL _IOW(UBI_IOC_MAGIC, 3, struct ubi_rnvol_req) 178 #define UBI_IOCATT _IOW(UBI_CTRL_IOC_MAGIC, 64, struct ubi_attach_req) 180 #define UBI_IOCDET _IOW(UBI_CTRL_IOC_MAGIC, 65, __s32) 190 #define UBI_IOCVOLUP _IOW(UBI_VOL_IOC_MAGIC, 0, __s64) 192 #define UBI_IOCEBER _IOW(UBI_VOL_IOC_MAGIC, 1, __s32) 194 #define UBI_IOCEBCH _IOW(UBI_VOL_IOC_MAGIC, 2, __s32) 196 #define UBI_IOCEBMAP _IOW(UBI_VOL_IOC_MAGIC, 3, struct ubi_map_req) [all …]
|
D | mtd-abi.h | 159 #define MEMERASE _IOW('M', 2, struct erase_info_user) 165 #define MEMLOCK _IOW('M', 5, struct erase_info_user) 167 #define MEMUNLOCK _IOW('M', 6, struct erase_info_user) 175 #define MEMGETBADBLOCK _IOW('M', 11, __kernel_loff_t) 177 #define MEMSETBADBLOCK _IOW('M', 12, __kernel_loff_t) 181 #define OTPGETREGIONCOUNT _IOW('M', 14, int) 183 #define OTPGETREGIONINFO _IOW('M', 15, struct otp_info) 193 #define MEMERASE64 _IOW('M', 20, struct erase_info_user64)
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | fbio.h | 68 #define FBIOPUTCMAP_SPARC _IOW('F', 3, struct fbcmap) 69 #define FBIOGETCMAP_SPARC _IOW('F', 4, struct fbcmap) 71 #define FBIOPUTCMAP _IOW('F', 3, struct fbcmap) 72 #define FBIOGETCMAP _IOW('F', 4, struct fbcmap) 93 #define FBIOSATTR _IOW('F', 5, struct fbgattr) /* Unsupported: */ 96 #define FBIOSVIDEO _IOW('F', 7, int) 111 #define FBIOSCURSOR _IOW('F', 24, struct fbcursor) 115 #define FBIOSCURPOS _IOW('F', 26, struct fbcurpos) 116 #define FBIOGCURPOS _IOW('F', 27, struct fbcurpos) 144 #define FBIO_WID_FREE _IOW('F', 31, struct fb_wid_alloc) [all …]
|
/linux-4.1.27/fs/ocfs2/ |
D | ocfs2_ioctl.h | 48 #define OCFS2_IOC_ALLOCSP _IOW ('X', 10, struct ocfs2_space_resv) 49 #define OCFS2_IOC_FREESP _IOW ('X', 11, struct ocfs2_space_resv) 50 #define OCFS2_IOC_RESVSP _IOW ('X', 40, struct ocfs2_space_resv) 51 #define OCFS2_IOC_UNRESVSP _IOW ('X', 41, struct ocfs2_space_resv) 52 #define OCFS2_IOC_ALLOCSP64 _IOW ('X', 36, struct ocfs2_space_resv) 53 #define OCFS2_IOC_FREESP64 _IOW ('X', 37, struct ocfs2_space_resv) 54 #define OCFS2_IOC_RESVSP64 _IOW ('X', 42, struct ocfs2_space_resv) 55 #define OCFS2_IOC_UNRESVSP64 _IOW ('X', 43, struct ocfs2_space_resv) 67 #define OCFS2_IOC_GROUP_EXTEND _IOW('o', 1, int) 68 #define OCFS2_IOC_GROUP_ADD _IOW('o', 2,struct ocfs2_new_group_input) [all …]
|
/linux-4.1.27/fs/xfs/ |
D | xfs_ioctl32.h | 136 _IOW('X', 122, struct compat_xfs_fsop_attrlist_handlereq) 156 _IOW('X', 123, struct compat_xfs_fsop_attrmulti_handlereq) 165 _IOW('X', 121, struct compat_xfs_fsop_setdm_handlereq) 180 #define XFS_IOC_ALLOCSP_32 _IOW('X', 10, struct compat_xfs_flock64) 181 #define XFS_IOC_FREESP_32 _IOW('X', 11, struct compat_xfs_flock64) 182 #define XFS_IOC_ALLOCSP64_32 _IOW('X', 36, struct compat_xfs_flock64) 183 #define XFS_IOC_FREESP64_32 _IOW('X', 37, struct compat_xfs_flock64) 184 #define XFS_IOC_RESVSP_32 _IOW('X', 40, struct compat_xfs_flock64) 185 #define XFS_IOC_UNRESVSP_32 _IOW('X', 41, struct compat_xfs_flock64) 186 #define XFS_IOC_RESVSP64_32 _IOW('X', 42, struct compat_xfs_flock64) [all …]
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | mtrr.h | 95 #define MTRRIOC_ADD_ENTRY _IOW(MTRR_IOCTL_BASE, 0, struct mtrr_sentry) 96 #define MTRRIOC_SET_ENTRY _IOW(MTRR_IOCTL_BASE, 1, struct mtrr_sentry) 97 #define MTRRIOC_DEL_ENTRY _IOW(MTRR_IOCTL_BASE, 2, struct mtrr_sentry) 99 #define MTRRIOC_KILL_ENTRY _IOW(MTRR_IOCTL_BASE, 4, struct mtrr_sentry) 100 #define MTRRIOC_ADD_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 5, struct mtrr_sentry) 101 #define MTRRIOC_SET_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 6, struct mtrr_sentry) 102 #define MTRRIOC_DEL_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 7, struct mtrr_sentry) 104 #define MTRRIOC_KILL_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 9, struct mtrr_sentry)
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | ioctls.h | 45 #define TIOCSWINSZ _IOW('t', 103, struct winsize) /* set window size */ 59 #define TIOCSPGRP _IOW('t', 118, int) /* set pgrp of tty */ 61 #define TIOCCONS _IOW('t', 120, int) /* become virtual console */ 81 #define TCSETS2 _IOW('T', 0x2B, struct termios2) 82 #define TCSETSW2 _IOW('T', 0x2C, struct termios2) 83 #define TCSETSF2 _IOW('T', 0x2D, struct termios2) 87 #define TIOCSPTLCK _IOW('T', 0x31, int) /* Lock/unlock Pty */ 89 #define TIOCSIG _IOW('T', 0x36, int) /* Generate signal on Pty slave */
|
D | sockios.h | 17 #define FIOSETOWN _IOW('f', 124, int) 20 #define SIOCSPGRP _IOW('s', 8, pid_t)
|
/linux-4.1.27/net/atm/ |
D | ioctl.c | 202 #define ATM_GETLINKRATE32 _IOW('a', ATMIOC_ITF+1, struct compat_atmif_sioc) 203 #define ATM_GETNAMES32 _IOW('a', ATMIOC_ITF+3, struct compat_atm_iobuf) 204 #define ATM_GETTYPE32 _IOW('a', ATMIOC_ITF+4, struct compat_atmif_sioc) 205 #define ATM_GETESI32 _IOW('a', ATMIOC_ITF+5, struct compat_atmif_sioc) 206 #define ATM_GETADDR32 _IOW('a', ATMIOC_ITF+6, struct compat_atmif_sioc) 207 #define ATM_RSTADDR32 _IOW('a', ATMIOC_ITF+7, struct compat_atmif_sioc) 208 #define ATM_ADDADDR32 _IOW('a', ATMIOC_ITF+8, struct compat_atmif_sioc) 209 #define ATM_DELADDR32 _IOW('a', ATMIOC_ITF+9, struct compat_atmif_sioc) 210 #define ATM_GETCIRANGE32 _IOW('a', ATMIOC_ITF+10, struct compat_atmif_sioc) 211 #define ATM_SETCIRANGE32 _IOW('a', ATMIOC_ITF+11, struct compat_atmif_sioc) [all …]
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_fs.h | 503 #define XFS_IOC_ALLOCSP _IOW ('X', 10, struct xfs_flock64) 504 #define XFS_IOC_FREESP _IOW ('X', 11, struct xfs_flock64) 507 #define XFS_IOC_FSSETXATTR _IOW ('X', 32, struct fsxattr) 508 #define XFS_IOC_ALLOCSP64 _IOW ('X', 36, struct xfs_flock64) 509 #define XFS_IOC_FREESP64 _IOW ('X', 37, struct xfs_flock64) 511 #define XFS_IOC_FSSETDM _IOW ('X', 39, struct fsdmidata) 512 #define XFS_IOC_RESVSP _IOW ('X', 40, struct xfs_flock64) 513 #define XFS_IOC_UNRESVSP _IOW ('X', 41, struct xfs_flock64) 514 #define XFS_IOC_RESVSP64 _IOW ('X', 42, struct xfs_flock64) 515 #define XFS_IOC_UNRESVSP64 _IOW ('X', 43, struct xfs_flock64) [all …]
|
/linux-4.1.27/arch/x86/include/asm/ |
D | mtrr.h | 117 #define MTRRIOC32_ADD_ENTRY _IOW(MTRR_IOCTL_BASE, 0, struct mtrr_sentry32) 118 #define MTRRIOC32_SET_ENTRY _IOW(MTRR_IOCTL_BASE, 1, struct mtrr_sentry32) 119 #define MTRRIOC32_DEL_ENTRY _IOW(MTRR_IOCTL_BASE, 2, struct mtrr_sentry32) 121 #define MTRRIOC32_KILL_ENTRY _IOW(MTRR_IOCTL_BASE, 4, struct mtrr_sentry32) 122 #define MTRRIOC32_ADD_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 5, struct mtrr_sentry32) 123 #define MTRRIOC32_SET_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 6, struct mtrr_sentry32) 124 #define MTRRIOC32_DEL_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 7, struct mtrr_sentry32) 127 _IOW(MTRR_IOCTL_BASE, 9, struct mtrr_sentry32)
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | fbio.h | 6 #define FBIOPUTCMAP_SPARC _IOW('F', 3, struct fbcmap) 7 #define FBIOGETCMAP_SPARC _IOW('F', 4, struct fbcmap) 56 #define FBIOPUTCMAP32 _IOW('F', 3, struct fbcmap32) 57 #define FBIOGETCMAP32 _IOW('F', 4, struct fbcmap32) 70 #define FBIOSCURSOR32 _IOW('F', 24, struct fbcursor32) 71 #define FBIOGCURSOR32 _IOW('F', 25, struct fbcursor32)
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_lib.h | 284 #define OBD_IOC_DESTROY _IOW ('f', 104, OBD_IOC_DATA_TYPE) 287 #define OBD_IOC_SETATTR _IOW ('f', 107, OBD_IOC_DATA_TYPE) 294 #define OBD_IOC_SYNC _IOW ('f', 114, OBD_IOC_DATA_TYPE) 313 #define OBD_IOC_CLIENT_RECOVER _IOW ('f', 133, OBD_IOC_DATA_TYPE) 314 #define OBD_IOC_PING_TARGET _IOW ('f', 136, OBD_IOC_DATA_TYPE) 317 #define OBD_IOC_NO_TRANSNO _IOW ('f', 140, OBD_IOC_DATA_TYPE) 318 #define OBD_IOC_SET_READONLY _IOW ('f', 141, OBD_IOC_DATA_TYPE) 329 #define OBD_IOC_CHANGELOG_SEND _IOW ('f', 148, OBD_IOC_DATA_TYPE) 334 #define OBD_IOC_LOV_SETSTRIPE _IOW ('f', 154, OBD_IOC_DATA_TYPE) 336 #define OBD_IOC_LOV_GETSTRIPE _IOW ('f', 155, OBD_IOC_DATA_TYPE) [all …]
|
/linux-4.1.27/include/uapi/linux/spi/ |
D | spidev.h | 116 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) 121 #define SPI_IOC_WR_MODE _IOW(SPI_IOC_MAGIC, 1, __u8) 125 #define SPI_IOC_WR_LSB_FIRST _IOW(SPI_IOC_MAGIC, 2, __u8) 129 #define SPI_IOC_WR_BITS_PER_WORD _IOW(SPI_IOC_MAGIC, 3, __u8) 133 #define SPI_IOC_WR_MAX_SPEED_HZ _IOW(SPI_IOC_MAGIC, 4, __u32) 137 #define SPI_IOC_WR_MODE32 _IOW(SPI_IOC_MAGIC, 5, __u32)
|
/linux-4.1.27/drivers/staging/android/uapi/ |
D | ashmem.h | 36 #define ASHMEM_SET_NAME _IOW(__ASHMEMIOC, 1, char[ASHMEM_NAME_LEN]) 38 #define ASHMEM_SET_SIZE _IOW(__ASHMEMIOC, 3, size_t) 40 #define ASHMEM_SET_PROT_MASK _IOW(__ASHMEMIOC, 5, unsigned long) 42 #define ASHMEM_PIN _IOW(__ASHMEMIOC, 7, struct ashmem_pin) 43 #define ASHMEM_UNPIN _IOW(__ASHMEMIOC, 8, struct ashmem_pin)
|
D | ion_test.h | 57 _IOW(ION_IOC_MAGIC, 0xf1, struct ion_test_rw_data) 67 _IOW(ION_IOC_MAGIC, 0xf2, struct ion_test_rw_data)
|
D | sw_sync.h | 30 #define SW_SYNC_IOC_INC _IOW(SW_SYNC_IOC_MAGIC, 1, __u32)
|
D | sync.h | 72 #define SYNC_IOC_WAIT _IOW(SYNC_IOC_MAGIC, 0, __s32)
|
/linux-4.1.27/include/video/ |
D | da8xx-fb.h | 83 #define FBIOPUT_CONTRAST _IOW('F', 2, int) 85 #define FBIPUT_BRIGHTNESS _IOW('F', 3, int) 87 #define FBIPUT_COLOR _IOW('F', 6, int) 88 #define FBIPUT_HSYNC _IOW('F', 9, int) 89 #define FBIPUT_VSYNC _IOW('F', 10, int)
|
D | mbxfb.h | 93 #define MBXFB_IOCS_ALPHA _IOW(0xF4, 0x02,struct mbxfb_alphaCtl) 95 #define MBXFB_IOCS_REG _IOW(0xF4, 0x04,struct mbxfb_reg)
|
D | sstfb.h | 299 #define SSTFB_SET_VGAPASS _IOW('F', 0xdd, __u32)
|
/linux-4.1.27/drivers/char/mwave/ |
D | mwavepub.h | 81 #define IOCTL_MW_WRITE_DATA _IOW(MWAVE_MINOR,7,MW_READWRITE) 82 #define IOCTL_MW_WRITE_INST _IOW(MWAVE_MINOR,8,MW_READWRITE) 83 #define IOCTL_MW_REGISTER_IPC _IOW(MWAVE_MINOR,9,int) 84 #define IOCTL_MW_UNREGISTER_IPC _IOW(MWAVE_MINOR,10,int) 85 #define IOCTL_MW_GET_IPC _IOW(MWAVE_MINOR,11,int)
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | adf_cfg_common.h | 92 #define IOCTL_CONFIG_SYS_RESOURCE_PARAMETERS _IOW(ADF_CTL_IOC_MAGIC, 0, \ 94 #define IOCTL_STOP_ACCEL_DEV _IOW(ADF_CTL_IOC_MAGIC, 1, \ 96 #define IOCTL_START_ACCEL_DEV _IOW(ADF_CTL_IOC_MAGIC, 2, \ 98 #define IOCTL_STATUS_ACCEL_DEV _IOW(ADF_CTL_IOC_MAGIC, 3, uint32_t) 99 #define IOCTL_GET_NUM_DEVICES _IOW(ADF_CTL_IOC_MAGIC, 4, int32_t)
|
/linux-4.1.27/include/uapi/sound/ |
D | asequencer.h | 579 #define SNDRV_SEQ_IOCTL_SET_CLIENT_INFO _IOW ('S', 0x11, struct snd_seq_client_info) 582 #define SNDRV_SEQ_IOCTL_DELETE_PORT _IOW ('S', 0x21, struct snd_seq_port_info) 584 #define SNDRV_SEQ_IOCTL_SET_PORT_INFO _IOW ('S', 0x23, struct snd_seq_port_info) 586 #define SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT _IOW ('S', 0x30, struct snd_seq_port_subscribe) 587 #define SNDRV_SEQ_IOCTL_UNSUBSCRIBE_PORT _IOW ('S', 0x31, struct snd_seq_port_subscribe) 590 #define SNDRV_SEQ_IOCTL_DELETE_QUEUE _IOW ('S', 0x33, struct snd_seq_queue_info) 596 #define SNDRV_SEQ_IOCTL_SET_QUEUE_TEMPO _IOW ('S', 0x42, struct snd_seq_queue_tempo) 598 #define SNDRV_SEQ_IOCTL_SET_QUEUE_OWNER _IOW ('S', 0x44, struct snd_seq_queue_owner) 600 #define SNDRV_SEQ_IOCTL_SET_QUEUE_TIMER _IOW ('S', 0x46, struct snd_seq_queue_timer) 606 #define SNDRV_SEQ_IOCTL_SET_QUEUE_CLIENT _IOW ('S', 0x4a, struct snd_seq_queue_client) [all …]
|
D | asound_fm.h | 101 #define SNDRV_DM_FM_IOCTL_PLAY_NOTE _IOW('H', 0x22, struct snd_dm_fm_note) 102 #define SNDRV_DM_FM_IOCTL_SET_VOICE _IOW('H', 0x23, struct snd_dm_fm_voice) 103 #define SNDRV_DM_FM_IOCTL_SET_PARAMS _IOW('H', 0x24, struct snd_dm_fm_params) 104 #define SNDRV_DM_FM_IOCTL_SET_MODE _IOW('H', 0x25, int) 106 #define SNDRV_DM_FM_IOCTL_SET_CONNECTION _IOW('H', 0x26, int)
|
D | asound.h | 138 #define SNDRV_HWDEP_IOCTL_DSP_LOAD _IOW('H', 0x03, struct snd_hwdep_dsp_image) 555 #define SNDRV_PCM_IOCTL_TSTAMP _IOW('A', 0x02, int) 556 #define SNDRV_PCM_IOCTL_TTSTAMP _IOW('A', 0x03, int) 572 #define SNDRV_PCM_IOCTL_PAUSE _IOW('A', 0x45, int) 573 #define SNDRV_PCM_IOCTL_REWIND _IOW('A', 0x46, snd_pcm_uframes_t) 576 #define SNDRV_PCM_IOCTL_FORWARD _IOW('A', 0x49, snd_pcm_uframes_t) 577 #define SNDRV_PCM_IOCTL_WRITEI_FRAMES _IOW('A', 0x50, struct snd_xferi) 579 #define SNDRV_PCM_IOCTL_WRITEN_FRAMES _IOW('A', 0x52, struct snd_xfern) 581 #define SNDRV_PCM_IOCTL_LINK _IOW('A', 0x60, int) 640 #define SNDRV_RAWMIDI_IOCTL_DROP _IOW('W', 0x30, int) [all …]
|
D | emu10k1.h | 351 #define SNDRV_EMU10K1_IOCTL_CODE_POKE _IOW ('H', 0x11, struct snd_emu10k1_fx8010_code) 353 #define SNDRV_EMU10K1_IOCTL_TRAM_SETUP _IOW ('H', 0x20, int) 354 #define SNDRV_EMU10K1_IOCTL_TRAM_POKE _IOW ('H', 0x21, struct snd_emu10k1_fx8010_tram) 356 #define SNDRV_EMU10K1_IOCTL_PCM_POKE _IOW ('H', 0x30, struct snd_emu10k1_fx8010_pcm_rec) 362 #define SNDRV_EMU10K1_IOCTL_SINGLE_STEP _IOW ('H', 0x83, int)
|
D | compress_offload.h | 168 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params) 170 #define SNDRV_COMPRESS_SET_METADATA _IOW('C', 0x14,\
|
D | usb_stream.h | 25 _IOW('H', 0x90, struct usb_stream_config)
|
D | sb16_csp.h | 113 #define SNDRV_SB_CSP_IOCTL_START _IOW('H', 0x13, struct snd_sb_csp_start)
|
D | hdsp.h | 79 #define SNDRV_HDSP_IOCTL_UPLOAD_FIRMWARE _IOW('H', 0x42, struct hdsp_firmware)
|
D | sfnt_info.h | 209 #define SNDRV_EMUX_IOCTL_MEM_AVAIL _IOW('H', 0x84, int)
|
/linux-4.1.27/include/linux/ |
D | fsl-diu-fb.h | 40 #define MFB_SET_CHROMA_KEY _IOW('M', 1, struct mfb_chroma_key) 41 #define MFB_SET_BRIGHTNESS _IOW('M', 3, __u8) 42 #define MFB_SET_ALPHA _IOW('M', 0, __u8) 44 #define MFB_SET_AOID _IOW('M', 4, struct aoi_display_offset) 46 #define MFB_SET_PIXFMT _IOW('M', 8, __u32) 55 #define MFB_SET_GAMMA _IOW('M', 1, __u8)
|
D | falloc.h | 21 #define FS_IOC_RESVSP _IOW('X', 40, struct space_resv) 22 #define FS_IOC_RESVSP64 _IOW('X', 42, struct space_resv)
|
D | gsmmux.h | 22 #define GSMIOC_SETCONF _IOW('G', 1, struct gsm_config) 32 #define GSMIOC_ENABLE_NET _IOW('G', 2, struct gsm_netconfig)
|
D | msm_mdp.h | 20 #define MSMFB_GRP_DISP _IOW(MSMFB_IOCTL_MAGIC, 1, unsigned int) 21 #define MSMFB_BLIT _IOW(MSMFB_IOCTL_MAGIC, 2, unsigned int)
|
D | nilfs2_fs.h | 893 _IOW(NILFS_IOCTL_IDENT, 0x80, struct nilfs_cpmode) 895 _IOW(NILFS_IOCTL_IDENT, 0x81, __u64) 909 _IOW(NILFS_IOCTL_IDENT, 0x88, struct nilfs_argv[5]) 913 _IOW(NILFS_IOCTL_IDENT, 0x8B, __u64) 915 _IOW(NILFS_IOCTL_IDENT, 0x8C, __u64[2]) 917 _IOW(NILFS_IOCTL_IDENT, 0x8D, struct nilfs_argv)
|
D | timerfd.h | 35 #define TFD_IOC_SET_TICKS _IOW('T', 0, u64)
|
D | synclink.h | 34 #define MGSL_IOCSPARAMS32 _IOW(MGSL_MAGIC_IOC,0,struct MGSL_PARAMS32)
|
/linux-4.1.27/drivers/char/agp/ |
D | compat_ioctl.h | 35 #define AGPIOC_SETUP32 _IOW (AGPIOC_BASE, 3, compat_uptr_t) 36 #define AGPIOC_RESERVE32 _IOW (AGPIOC_BASE, 4, compat_uptr_t) 37 #define AGPIOC_PROTECT32 _IOW (AGPIOC_BASE, 5, compat_uptr_t) 39 #define AGPIOC_DEALLOCATE32 _IOW (AGPIOC_BASE, 7, compat_int_t) 40 #define AGPIOC_BIND32 _IOW (AGPIOC_BASE, 8, compat_uptr_t) 41 #define AGPIOC_UNBIND32 _IOW (AGPIOC_BASE, 9, compat_uptr_t)
|
/linux-4.1.27/arch/sh/include/mach-landisk/mach/ |
D | gio.h | 24 #define GIODRV_IOCSGIODATA1 _IOW(GIODRV_IOC_MAGIC, 1, unsigned char *) 26 #define GIODRV_IOCSGIODATA2 _IOW(GIODRV_IOC_MAGIC, 3, unsigned short *) 28 #define GIODRV_IOCSGIODATA4 _IOW(GIODRV_IOC_MAGIC, 5, unsigned long *) 30 #define GIODRV_IOCSGIOSETADDR _IOW(GIODRV_IOC_MAGIC, 7, unsigned long *)
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | ioctls.h | 61 #define TCSETS2 _IOW('T', 0x2B, struct termios2) 62 #define TCSETSW2 _IOW('T', 0x2C, struct termios2) 63 #define TCSETSF2 _IOW('T', 0x2D, struct termios2) 69 #define TIOCSPTLCK _IOW('T', 0x31, int) /* Lock/unlock Pty */ 75 #define TIOCSIG _IOW('T', 0x36, int) /* pty: generate signal */
|
D | ioctl.h | 78 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) macro
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 57 #define FSFILT_IOC_SETFLAGS _IOW('f', 2, long) 59 #define FSFILT_IOC_SETVERSION _IOW('f', 4, long) 61 #define FSFILT_IOC_SETVERSION_OLD _IOW('v', 2, long) 197 #define LL_IOC_SETFLAGS _IOW ('f', 152, long) 198 #define LL_IOC_CLRFLAGS _IOW ('f', 153, long) 200 #define LL_IOC_LOV_SETSTRIPE _IOW ('f', 154, long) 202 #define LL_IOC_LOV_GETSTRIPE _IOW ('f', 155, long) 204 #define LL_IOC_LOV_SETEA _IOW ('f', 156, long) 205 #define LL_IOC_RECREATE_OBJ _IOW ('f', 157, long) 206 #define LL_IOC_RECREATE_FID _IOW ('f', 157, struct lu_fid) [all …]
|
/linux-4.1.27/include/uapi/linux/dvb/ |
D | dmx.h | 145 #define DMX_SET_FILTER _IOW('o', 43, struct dmx_sct_filter_params) 146 #define DMX_SET_PES_FILTER _IOW('o', 44, struct dmx_pes_filter_params) 150 #define DMX_SET_SOURCE _IOW('o', 49, dmx_source_t) 152 #define DMX_ADD_PID _IOW('o', 51, __u16) 153 #define DMX_REMOVE_PID _IOW('o', 52, __u16)
|
D | ca.h | 86 #define CA_SEND_MSG _IOW('o', 133, ca_msg_t) 87 #define CA_SET_DESCR _IOW('o', 134, ca_descr_t) 88 #define CA_SET_PID _IOW('o', 135, ca_pid_t)
|
D | audio.h | 115 #define AUDIO_SET_MIXER _IOW('o', 14, audio_mixer_t) 118 #define AUDIO_SET_ATTRIBUTES _IOW('o', 17, audio_attributes_t) 119 #define AUDIO_SET_KARAOKE _IOW('o', 18, audio_karaoke_t)
|
D | video.h | 238 #define VIDEO_STILLPICTURE _IOW('o', 30, struct video_still_picture) 247 #define VIDEO_SET_HIGHLIGHT _IOW('o', 39, video_highlight_t) 248 #define VIDEO_SET_SPU _IOW('o', 50, video_spu_t) 249 #define VIDEO_SET_SPU_PALETTE _IOW('o', 51, video_spu_palette_t)
|
D | frontend.h | 555 #define FE_SET_PROPERTY _IOW('o', 82, struct dtv_properties) 572 #define FE_DISEQC_SEND_MASTER_CMD _IOW('o', 63, struct dvb_diseqc_master_cmd) 586 #define FE_SET_FRONTEND _IOW('o', 76, struct dvb_frontend_parameters)
|
D | osd.h | 141 #define OSD_SEND_CMD _IOW('o', 160, osd_cmd_t)
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozappif.h | 29 #define OZ_IOCTL_SET_ACTIVE_PD _IOW(OZ_IOCTL_MAGIC, 1, struct oz_mac_addr) 31 #define OZ_IOCTL_ADD_BINDING _IOW(OZ_IOCTL_MAGIC, 3, struct oz_binding_info) 32 #define OZ_IOCTL_REMOVE_BINDING _IOW(OZ_IOCTL_MAGIC, 4, struct oz_binding_info)
|
/linux-4.1.27/include/uapi/linux/raid/ |
D | md_u.h | 47 #define ADD_NEW_DISK _IOW (MD_MAJOR, 0x21, mdu_disk_info_t) 49 #define SET_ARRAY_INFO _IOW (MD_MAJOR, 0x23, mdu_array_info_t) 57 #define SET_BITMAP_FILE _IOW (MD_MAJOR, 0x2b, int) 60 #define RUN_ARRAY _IOW (MD_MAJOR, 0x30, mdu_param_t)
|
/linux-4.1.27/drivers/net/wan/ |
D | cosa.h | 76 #define COSAIOSTRT _IOW('C',0xf1, int) 85 #define COSAIODOWNLD _IOW('C',0xf2, struct cosa_download *) 109 #define COSAIOBMSET _IOW('C', 0xf9, unsigned short)
|
/linux-4.1.27/drivers/staging/vme/devices/ |
D | vme_user.h | 52 #define VME_SET_SLAVE _IOW(VME_IOC_MAGIC, 2, struct vme_slave) 54 #define VME_SET_MASTER _IOW(VME_IOC_MAGIC, 4, struct vme_master) 55 #define VME_IRQ_GEN _IOW(VME_IOC_MAGIC, 5, struct vme_irq_id)
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | tape390.h | 14 #define TAPE390_DISPLAY _IOW('d', 1, struct display_struct) 70 #define TAPE390_CRYPT_SET _IOW('d', 2, struct tape390_crypt_info) 95 #define TAPE390_KEKL_SET _IOW('d', 4, struct tape390_kekl_pair)
|
D | dasd.h | 285 #define BIODASDFMT _IOW(DASD_IOCTL_LETTER,1,format_data_t) 287 #define BIODASDSATTR _IOW(DASD_IOCTL_LETTER,2,attrib_data_t)
|
/linux-4.1.27/include/uapi/video/ |
D | sisfb.h | 166 #define SISFB_SET_AUTOMAXIMIZE _IOW(0xF3,0x03,__u32) 170 #define SISFB_SET_TVPOSOFFSET _IOW(0xF3,0x04,__u32) 179 #define SISFB_SET_LOCK _IOW(0xF3,0x06,__u32) 192 #define SISFB_SET_AUTOMAXIMIZE_OLD _IOW('n',0xFA,__u32)
|
/linux-4.1.27/drivers/staging/android/ |
D | ashmem.h | 23 #define COMPAT_ASHMEM_SET_SIZE _IOW(__ASHMEMIOC, 3, compat_size_t) 24 #define COMPAT_ASHMEM_SET_PROT_MASK _IOW(__ASHMEMIOC, 5, unsigned int)
|
/linux-4.1.27/include/linux/usb/ |
D | iowarrior.h | 7 #define IOW_WRITE _IOW(CODEMERCS_MAGIC_NUMBER, 1, __u8 *) 8 #define IOW_READ _IOW(CODEMERCS_MAGIC_NUMBER, 2, __u8 *)
|
/linux-4.1.27/drivers/scsi/dpt/ |
D | dpti_ioctl.h | 32 #ifndef _IOW 33 # define _IOW(x,y,z) (((x)<<8)|y) macro 44 #define DPT_DEBUG _IOW('D',66,int)
|
/linux-4.1.27/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb.h | 18 #define MB862XX_L1_SET_CFG _IOW(MB862XX_BASE, 1, struct mb862xx_l1_cfg*) 19 #define MB862XX_L1_ENABLE _IOW(MB862XX_BASE, 2, int) 20 #define MB862XX_L1_CAP_CTL _IOW(MB862XX_BASE, 3, int)
|
/linux-4.1.27/fs/ceph/ |
D | ioctl.h | 44 #define CEPH_IOC_SET_LAYOUT _IOW(CEPH_IOCTL_MAGIC, 2, \ 46 #define CEPH_IOC_SET_LAYOUT_POLICY _IOW(CEPH_IOCTL_MAGIC, 5, \
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | rtc.h | 61 #define RTC_SET_TIME _IOW(RTC_MAGIC, 0x0a, struct rtc_time) /* Set RTC time. */ 62 #define RTC_SET_CHARGE _IOW(RTC_MAGIC, 0x0b, int)
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy-fsl-usb.h | 395 #define SET_A_SUSPEND_REQ _IOW(OTG_IOCTL_MAGIC, 2, int) 396 #define SET_A_BUS_DROP _IOW(OTG_IOCTL_MAGIC, 3, int) 397 #define SET_A_BUS_REQ _IOW(OTG_IOCTL_MAGIC, 4, int) 398 #define SET_B_BUS_REQ _IOW(OTG_IOCTL_MAGIC, 5, int)
|
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/ |
D | ft1000_ioctl.h | 116 #define IOCTL_FT1000_SET_DPRAM _IOW(FT1000_MAGIC_CODE, IOCTL_SET_DPRAM_CMD, \ 120 #define IOCTL_FT1000_REGISTER _IOW(FT1000_MAGIC_CODE, IOCTL_REGISTER_CMD, \
|
/linux-4.1.27/net/bluetooth/cmtp/ |
D | cmtp.h | 32 #define CMTPCONNADD _IOW('C', 200, int) 33 #define CMTPCONNDEL _IOW('C', 201, int)
|
/linux-4.1.27/fs/ |
D | compat_ioctl.c | 412 #define PPPIOCSPASS32 _IOW('t', 71, struct sock_fprog32) 413 #define PPPIOCSACTIVE32 _IOW('t', 70, struct sock_fprog32) 446 #define PPPIOCSCOMPRESS32 _IOW('t', 77, struct ppp_option_data32) 563 #define HCIUARTSETPROTO _IOW('U', 200, int) 566 #define HCIUARTSETFLAGS _IOW('U', 203, int) 569 #define BNEPCONNADD _IOW('B', 200, int) 570 #define BNEPCONNDEL _IOW('B', 201, int) 575 #define CMTPCONNADD _IOW('C', 200, int) 576 #define CMTPCONNDEL _IOW('C', 201, int) 580 #define HIDPCONNADD _IOW('H', 200, int) [all …]
|
/linux-4.1.27/drivers/bluetooth/ |
D | hci_uart.h | 31 #define HCIUARTSETPROTO _IOW('U', 200, int) 34 #define HCIUARTSETFLAGS _IOW('U', 203, int)
|
/linux-4.1.27/fs/jfs/ |
D | jfs_dinode.h | 171 #define JFS_IOC_SETFLAGS _IOW('f', 2, long) 174 #define JFS_IOC_SETFLAGS32 _IOW('f', 2, int)
|
/linux-4.1.27/include/uapi/linux/genwqe/ |
D | genwqe_card.h | 445 #define GENWQE_WRITE_REG64 _IOW(GENWQE_IOC_CODE, 31, struct genwqe_reg_io) 447 #define GENWQE_WRITE_REG32 _IOW(GENWQE_IOC_CODE, 33, struct genwqe_reg_io) 449 #define GENWQE_WRITE_REG16 _IOW(GENWQE_IOC_CODE, 35, struct genwqe_reg_io)
|
/linux-4.1.27/sound/core/seq/ |
D | seq_compat.c | 85 SNDRV_SEQ_IOCTL_DELETE_PORT32 = _IOW ('S', 0x21, struct snd_seq_port_info32), 87 SNDRV_SEQ_IOCTL_SET_PORT_INFO32 = _IOW ('S', 0x23, struct snd_seq_port_info32),
|
/linux-4.1.27/net/bluetooth/hidp/ |
D | hidp.h | 78 #define HIDPCONNADD _IOW('H', 200, int) 79 #define HIDPCONNDEL _IOW('H', 201, int)
|
/linux-4.1.27/net/bluetooth/bnep/ |
D | bnep.h | 110 #define BNEPCONNADD _IOW('B', 200, int) 111 #define BNEPCONNDEL _IOW('B', 201, int)
|
/linux-4.1.27/sound/core/ |
D | timer_compat.c | 103 SNDRV_TIMER_IOCTL_STATUS32 = _IOW('T', 0x14, struct snd_timer_status32), 105 SNDRV_TIMER_IOCTL_STATUS_X32 = _IOW('T', 0x14, struct snd_timer_status),
|
D | hwdep_compat.c | 59 SNDRV_HWDEP_IOCTL_DSP_LOAD32 = _IOW('H', 0x03, struct snd_hwdep_dsp_image32)
|
D | pcm_compat.c | 643 SNDRV_PCM_IOCTL_REWIND32 = _IOW('A', 0x46, u32), 644 SNDRV_PCM_IOCTL_FORWARD32 = _IOW('A', 0x49, u32), 645 SNDRV_PCM_IOCTL_WRITEI_FRAMES32 = _IOW('A', 0x50, struct snd_xferi32), 647 SNDRV_PCM_IOCTL_WRITEN_FRAMES32 = _IOW('A', 0x52, struct snd_xfern32),
|
/linux-4.1.27/drivers/vhost/ |
D | test.h | 5 #define VHOST_TEST_RUN _IOW(VHOST_VIRTIO, 0x31, int)
|
/linux-4.1.27/drivers/s390/char/ |
D | vmcp.h | 19 #define VMCP_SETBUF _IOW(0x10, 2, int)
|
/linux-4.1.27/drivers/firewire/ |
D | nosy-user.h | 10 #define NOSY_IOC_FILTER _IOW('&', 2, __u32)
|
/linux-4.1.27/fs/ext3/ |
D | ext3.h | 213 #define EXT3_IOC_SETVERSION _IOW('f', 4, long) 214 #define EXT3_IOC_GROUP_EXTEND _IOW('f', 7, unsigned long) 215 #define EXT3_IOC_GROUP_ADD _IOW('f', 8,struct ext3_new_group_input) 222 #define EXT3_IOC_SETRSVSZ _IOW('f', 6, long) 230 #define EXT3_IOC32_SETVERSION _IOW('f', 4, int) 232 #define EXT3_IOC32_SETRSVSZ _IOW('f', 6, int) 233 #define EXT3_IOC32_GROUP_EXTEND _IOW('f', 7, unsigned int)
|
/linux-4.1.27/include/acpi/ |
D | apei.h | 14 #define APEI_ERST_CLEAR_RECORD _IOW('E', 1, u64)
|
/linux-4.1.27/include/uapi/linux/hsi/ |
D | hsi_char.h | 28 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype)
|
D | cs-protocol.h | 103 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype)
|
/linux-4.1.27/Documentation/ioctl/ |
D | ioctl-decoding.txt | 10 01 - write: _IOW
|
D | ioctl-number.txt | 10 _IOW an ioctl with write parameters (copy_from_user) 16 be _IOW, although the kernel would actually read data from user space; 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 31 to distinguish ioctls from each other. The third argument to _IOW, 48 defined with _IO, _IOW, _IOR, or _IOWR.
|
/linux-4.1.27/include/uapi/misc/ |
D | cxl.h | 37 #define CXL_IOCTL_START_WORK _IOW(CXL_MAGIC, 0x00, struct cxl_ioctl_start_work)
|
/linux-4.1.27/arch/cris/include/uapi/arch-v32/arch/ |
D | cryptocop.h | 20 #define CRYPTOCOP_IO_CLOSE_SESSION _IOW(ETRAXCRYPTOCOP_IOCTYPE, 2, struct strcop_session_op)
|
/linux-4.1.27/arch/mips/sibyte/common/ |
D | sb_tbprof.c | 92 #define SBPROF_ZBSTART _IOW('s', 0, int) 93 #define SBPROF_ZBSTOP _IOW('s', 1, int) 94 #define SBPROF_ZBWAITFULL _IOW('s', 2, int)
|
/linux-4.1.27/drivers/staging/dgnc/ |
D | digi.h | 133 #define DIGI_SETCUSTOMBAUD _IOW('e', 106, int) /* Set integer baud rate */
|
/linux-4.1.27/arch/blackfin/include/uapi/asm/ |
D | bfin_sport.h | 62 #define SPORT_IOC_SET_BAUDRATE _IOW('P', 0x03, unsigned long)
|
/linux-4.1.27/include/media/davinci/ |
D | vpfe_capture.h | 198 #define VPFE_CMD_S_CCDC_RAW_PARAMS _IOW('V', BASE_VIDIOC_PRIVATE + 1, \
|
/linux-4.1.27/include/uapi/rdma/ |
D | ib_user_mad.h | 238 #define IB_USER_MAD_UNREGISTER_AGENT _IOW(IB_IOCTL_MAGIC, 2, __u32)
|
/linux-4.1.27/Documentation/dvb/ |
D | ci.txt | 127 #define CA_SEND_MSG _IOW('o', 133, ca_msg_t) 128 #define CA_SET_DESCR _IOW('o', 134, ca_descr_t) 129 #define CA_SET_PID _IOW('o', 135, ca_pid_t)
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | uvc.h | 44 #define UVCIOC_SEND_RESPONSE _IOW('U', 1, struct uvc_request_data)
|
/linux-4.1.27/fs/ext4/ |
D | ext4.h | 600 #define EXT4_IOC_SETVERSION _IOW('f', 4, long) 604 #define EXT4_IOC_SETRSVSZ _IOW('f', 6, long) 605 #define EXT4_IOC_GROUP_EXTEND _IOW('f', 7, unsigned long) 606 #define EXT4_IOC_GROUP_ADD _IOW('f', 8, struct ext4_new_group_input) 612 #define EXT4_IOC_RESIZE_FS _IOW('f', 16, __u64) 616 #define EXT4_IOC_GET_ENCRYPTION_PWSALT _IOW('f', 20, __u8[16]) 617 #define EXT4_IOC_GET_ENCRYPTION_POLICY _IOW('f', 21, struct ext4_encryption_policy) 626 #define EXT4_IOC32_SETVERSION _IOW('f', 4, int) 628 #define EXT4_IOC32_SETRSVSZ _IOW('f', 6, int) 629 #define EXT4_IOC32_GROUP_EXTEND _IOW('f', 7, unsigned int) [all …]
|
/linux-4.1.27/block/ |
D | compat_ioctl.c | 209 #define BLKBSZSET_32 _IOW(0x12, 113, int) 277 #define FDSETPRM32 _IOW(2, 0x42, struct compat_floppy_struct) 278 #define FDDEFPRM32 _IOW(2, 0x43, struct compat_floppy_struct) 279 #define FDSETDRVPRM32 _IOW(2, 0x90, struct compat_floppy_drive_params)
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_ipp.h | 25 #define IPP_SET_WRITEBACK _IOW('F', 304, u32)
|
/linux-4.1.27/fs/cifs/ |
D | ioctl.c | 36 #define CIFS_IOC_COPYCHUNK_FILE _IOW(CIFS_IOCTL_MAGIC, 3, int)
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-compat-ioctl32.c | 802 #define VIDIOC_S_FBUF32 _IOW ('V', 11, struct v4l2_framebuffer32) 817 #define VIDIOC_OVERLAY32 _IOW ('V', 14, s32) 818 #define VIDIOC_STREAMON32 _IOW ('V', 18, s32) 819 #define VIDIOC_STREAMOFF32 _IOW ('V', 19, s32)
|
/linux-4.1.27/fs/ncpfs/ |
D | ioctl.c | 151 #define NCP_IOC_GETMOUNTUID16 _IOW('n', 2, u16) 152 #define NCP_IOC_GETMOUNTUID32 _IOW('n', 2, u32) 153 #define NCP_IOC_GETMOUNTUID64 _IOW('n', 2, u64)
|
/linux-4.1.27/drivers/staging/i2o/ |
D | i2o.h | 88 #define BLKI2OSRSTRAT _IOW('2', 3, int) 89 #define BLKI2OSWSTRAT _IOW('2', 4, int)
|
/linux-4.1.27/drivers/usb/mon/ |
D | mon_bin.c | 39 #define MON_IOCX_GET _IOW(MON_IOC_MAGIC, 6, struct mon_bin_get) 43 #define MON_IOCX_GETX _IOW(MON_IOC_MAGIC, 10, struct mon_bin_get) 46 #define MON_IOCX_GET32 _IOW(MON_IOC_MAGIC, 6, struct mon_bin_get32) 48 #define MON_IOCX_GETX32 _IOW(MON_IOC_MAGIC, 10, struct mon_bin_get32)
|
/linux-4.1.27/drivers/input/serio/ |
D | serport.c | 232 #define COMPAT_SPIOCSTYPE _IOW('q', 0x01, compat_ulong_t)
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | davinci_vpfe_user.h | 40 _IOW('V', BASE_VIDIOC_PRIVATE + 1, struct vpfe_isif_raw_config)
|
/linux-4.1.27/include/uapi/drm/ |
D | drm.h | 687 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
|
/linux-4.1.27/drivers/staging/comedi/ |
D | comedi.h | 354 #define COMEDI_DEVCONFIG _IOW(CIO, 0, struct comedi_devconfig)
|
/linux-4.1.27/Documentation/usb/ |
D | usbmon.txt | 271 MON_IOCX_GET, defined as _IOW(MON_IOC_MAGIC, 6, struct mon_get_arg) 272 MON_IOCX_GETX, defined as _IOW(MON_IOC_MAGIC, 10, struct mon_get_arg)
|
/linux-4.1.27/fs/ext2/ |
D | ext2.h | 284 #define EXT2_IOC_SETRSVSZ _IOW('f', 6, long)
|
/linux-4.1.27/drivers/staging/dgap/ |
D | dgap.h | 952 #define DIGI_SETCUSTOMBAUD _IOW('e', 106, int) /* Set integer baud rate */
|
/linux-4.1.27/drivers/input/misc/ |
D | uinput.c | 899 #define UI_SET_PHYS_COMPAT _IOW(UINPUT_IOCTL_BASE, 108, compat_uptr_t)
|
/linux-4.1.27/drivers/scsi/ |
D | ch.c | 857 #define CHIOGSTATUS32 _IOW('c', 8,struct changer_element_status32)
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_sas.h | 1948 #define MEGASAS_IOC_GET_AEN _IOW('M', 3, struct megasas_aen)
|
/linux-4.1.27/drivers/macintosh/ |
D | via-pmu.c | 2361 #define PMU_IOC_SET_BACKLIGHT32 _IOW('B', 2, compat_size_t)
|