Searched refs:_IOW (Results 126 - 150 of 262) sorted by relevance

1234567891011

/linux-master/tools/include/uapi/linux/
H A Dfs.h184 #define BLKELVSET _IOW(0x12,107,size_t)/* elevator set */
190 #define BLKBSZSET _IOW(0x12,113,size_t)
217 #define FICLONE _IOW(0x94, 9, int)
218 #define FICLONERANGE _IOW(0x94, 13, struct file_clone_range)
224 #define FS_IOC_SETFLAGS _IOW('f', 2, long)
226 #define FS_IOC_SETVERSION _IOW('v', 2, long)
229 #define FS_IOC32_SETFLAGS _IOW('f', 2, int)
231 #define FS_IOC32_SETVERSION _IOW('v', 2, int)
233 #define FS_IOC_FSSETXATTR _IOW('X', 32, struct fsxattr)
235 #define FS_IOC_SETFSLABEL _IOW(
[all...]
/linux-master/include/uapi/linux/
H A Dnilfs2_api.h267 _IOW(NILFS_IOCTL_IDENT, 0x80, struct nilfs_cpmode)
269 _IOW(NILFS_IOCTL_IDENT, 0x81, __u64)
283 _IOW(NILFS_IOCTL_IDENT, 0x88, struct nilfs_argv[5])
287 _IOW(NILFS_IOCTL_IDENT, 0x8B, __u64)
289 _IOW(NILFS_IOCTL_IDENT, 0x8C, __u64[2])
291 _IOW(NILFS_IOCTL_IDENT, 0x8D, struct nilfs_argv)
H A Djoystick.h61 #define JSIOCSCORR _IOW('j', 0x21, struct js_corr) /* set correction values */
64 #define JSIOCSAXMAP _IOW('j', 0x31, __u8[ABS_CNT]) /* set axis mapping */
66 #define JSIOCSBTNMAP _IOW('j', 0x33, __u16[KEY_MAX - BTN_MISC + 1]) /* set button mapping */
H A Dcciss_ioctl.h68 #define CCISS_SETINTINFO _IOW(CCISS_IOC_MAGIC, 3, cciss_coalint_struct)
71 #define CCISS_SETNODENAME _IOW(CCISS_IOC_MAGIC, 5, NodeName_type)
82 #define CCISS_REGNEWDISK _IOW(CCISS_IOC_MAGIC, 13, int)
H A Dcachefiles.h66 #define CACHEFILES_IOC_READ_COMPLETE _IOW(0x98, 1, int)
H A Dkcov.h24 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg)
H A Dmei.h57 #define IOCTL_MEI_NOTIFY_SET _IOW('H', 0x02, __u32)
H A Dpps.h146 #define PPS_SETPARAMS _IOW('p', 0xa2, struct pps_kparams *)
149 #define PPS_KC_BIND _IOW('p', 0xa5, struct pps_bind_args *)
H A Dfd.h52 #define FDSETPRM _IOW(2, 0x42, struct floppy_struct)
56 #define FDDEFPRM _IOW(2, 0x43, struct floppy_struct)
79 #define FDFMTTRK _IOW(2,0x48, struct format_descr)
113 #define FDSETMAXERRS _IOW(2, 0x4c, struct floppy_max_errors)
196 #define FDSETDRVPRM _IOW(2, 0x90, struct floppy_drive_params)
H A Dam437x-vpfe.h123 _IOW('V', BASE_VIDIOC_PRIVATE + 1, void *)
H A Dsonet.h38 #define SONET_SETFRAMING _IOW('a',ATMIOC_PHYTYP+5,int)
/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb.h19 #define MB862XX_L1_SET_CFG _IOW(MB862XX_BASE, 1, struct mb862xx_l1_cfg*)
20 #define MB862XX_L1_ENABLE _IOW(MB862XX_BASE, 2, int)
21 #define MB862XX_L1_CAP_CTL _IOW(MB862XX_BASE, 3, int)
/linux-master/arch/x86/include/uapi/asm/
H A Dsgx.h23 _IOW(SGX_MAGIC, 0x00, struct sgx_enclave_create)
27 _IOW(SGX_MAGIC, 0x02, struct sgx_enclave_init)
29 _IOW(SGX_MAGIC, 0x03, struct sgx_enclave_provision)
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_ioctl.h90 _IOW(VCHIQ_IOC_MAGIC, 4, struct vchiq_queue_message)
106 _IOW(VCHIQ_IOC_MAGIC, 14, struct vchiq_set_service_option)
108 _IOW(VCHIQ_IOC_MAGIC, 15, struct vchiq_dump_mem)
/linux-master/include/uapi/sound/
H A Dasequencer.h613 #define SNDRV_SEQ_IOCTL_USER_PVERSION _IOW('S', 0x04, int)
616 #define SNDRV_SEQ_IOCTL_SET_CLIENT_INFO _IOW ('S', 0x11, struct snd_seq_client_info)
621 #define SNDRV_SEQ_IOCTL_DELETE_PORT _IOW ('S', 0x21, struct snd_seq_port_info)
623 #define SNDRV_SEQ_IOCTL_SET_PORT_INFO _IOW ('S', 0x23, struct snd_seq_port_info)
625 #define SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT _IOW ('S', 0x30, struct snd_seq_port_subscribe)
626 #define SNDRV_SEQ_IOCTL_UNSUBSCRIBE_PORT _IOW ('S', 0x31, struct snd_seq_port_subscribe)
629 #define SNDRV_SEQ_IOCTL_DELETE_QUEUE _IOW ('S', 0x33, struct snd_seq_queue_info)
635 #define SNDRV_SEQ_IOCTL_SET_QUEUE_TEMPO _IOW ('S', 0x42, struct snd_seq_queue_tempo)
637 #define SNDRV_SEQ_IOCTL_SET_QUEUE_TIMER _IOW ('S', 0x46, struct snd_seq_queue_timer)
639 #define SNDRV_SEQ_IOCTL_SET_QUEUE_CLIENT _IOW ('
[all...]
H A Dusb_stream.h12 _IOW('H', 0x90, struct usb_stream_config)
H A Dscarlett2.h39 #define SCARLETT2_IOCTL_SELECT_FLASH_SEGMENT _IOW('S', 0x62, int)
/linux-master/include/uapi/linux/usb/
H A Dfunctionfs.h314 #define FUNCTIONFS_DMABUF_ATTACH _IOW('g', 131, int)
323 #define FUNCTIONFS_DMABUF_DETACH _IOW('g', 132, int)
333 #define FUNCTIONFS_DMABUF_TRANSFER _IOW('g', 133, \
H A Dg_uvc.h40 #define UVCIOC_SEND_RESPONSE _IOW('U', 1, struct uvc_request_data)
/linux-master/include/uapi/linux/misc/
H A Dbcm_vk.h29 #define VK_IOCTL_LOAD_IMAGE _IOW(VK_MAGIC, 0x2, struct vk_image)
32 #define VK_IOCTL_RESET _IOW(VK_MAGIC, 0x4, struct vk_reset)
/linux-master/net/bluetooth/cmtp/
H A Dcmtp.h32 #define CMTPCONNADD _IOW('C', 200, int)
33 #define CMTPCONNDEL _IOW('C', 201, int)
/linux-master/drivers/staging/pi433/
H A Dpi433_if.h141 _IOW(PI433_IOC_MAGIC, PI433_TX_CFG_IOCTL_NR, char[sizeof(struct pi433_tx_cfg)])
146 _IOW(PI433_IOC_MAGIC, PI433_RX_CFG_IOCTL_NR, char[sizeof(struct pi433_rx_cfg)])
/linux-master/include/uapi/misc/
H A Dcxl.h84 #define CXL_IOCTL_START_WORK _IOW(CXL_MAGIC, 0x00, struct cxl_ioctl_start_work)
88 #define CXL_IOCTL_DOWNLOAD_IMAGE _IOW(CXL_MAGIC, 0x0A, struct cxl_adapter_image)
89 #define CXL_IOCTL_VALIDATE_IMAGE _IOW(CXL_MAGIC, 0x0B, struct cxl_adapter_image)
/linux-master/sound/core/
H A Dtimer_compat.c73 SNDRV_TIMER_IOCTL_GPARAMS32 = _IOW('T', 0x04, struct snd_timer_gparams32),
75 SNDRV_TIMER_IOCTL_STATUS_COMPAT32 = _IOW('T', 0x14, struct snd_timer_status32),
76 SNDRV_TIMER_IOCTL_STATUS_COMPAT64 = _IOW('T', 0x14, struct snd_timer_status64),
/linux-master/include/uapi/video/
H A Dsisfb.h167 #define SISFB_SET_AUTOMAXIMIZE _IOW(0xF3,0x03,__u32)
171 #define SISFB_SET_TVPOSOFFSET _IOW(0xF3,0x04,__u32)
180 #define SISFB_SET_LOCK _IOW(0xF3,0x06,__u32)
193 #define SISFB_SET_AUTOMAXIMIZE_OLD _IOW('n',0xFA,__u32)

Completed in 259 milliseconds

1234567891011