Searched defs:ioctl (Results 1 - 74 of 74) sorted by relevance

/linux-4.4.14/arch/x86/kvm/
H A Dassigned-dev.h23 static inline long kvm_vm_ioctl_assigned_device(struct kvm *kvm, unsigned ioctl, kvm_vm_ioctl_assigned_device() argument
H A Dassigned-dev.c974 long kvm_vm_ioctl_assigned_device(struct kvm *kvm, unsigned ioctl, kvm_vm_ioctl_assigned_device() argument
H A Dx86.c2615 kvm_arch_dev_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_dev_ioctl() argument
3199 kvm_arch_vcpu_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_vcpu_ioctl() argument
3731 kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_vm_ioctl() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/
H A Ddriver.h11 int (*ioctl)(void *priv, bool super, void *data, u32 size, void **hack); member in struct:nvif_driver
/linux-4.4.14/include/linux/
H A Dppp_channel.h34 int (*ioctl)(struct ppp_channel *, unsigned int, unsigned long); member in struct:ppp_channel_ops
H A Dposix-clock.h85 long (*ioctl) (struct posix_clock *pc, member in struct:posix_clock_operations
H A Dhdlc.h28 int (*ioctl)(struct net_device *dev, struct ifreq *ifr); member in struct:hdlc_proto
H A Dtty_ldisc.h196 int (*ioctl)(struct tty_struct *tty, struct file *file, member in struct:tty_ldisc_ops
H A Dvfio.h41 long (*ioctl)(void *device_data, unsigned int cmd, member in struct:vfio_device_ops
68 long (*ioctl)(void *iommu_data, unsigned int cmd, member in struct:vfio_iommu_driver_ops
H A Dwatchdog.h50 long (*ioctl)(struct watchdog_device *, unsigned int, unsigned long); member in struct:watchdog_ops
H A Dif_pppox.h78 int (*ioctl)(struct socket *sock, unsigned int cmd, member in struct:pppox_proto
H A Dnet.h151 int (*ioctl) (struct socket *sock, unsigned int cmd, member in struct:proto_ops
H A Drtc.h82 int (*ioctl)(struct device *, unsigned int, unsigned long); member in struct:rtc_class_ops
H A Dhdlcdrv.h81 int (*ioctl)(struct net_device *, struct ifreq *, member in struct:hdlcdrv_ops
H A Dtty_driver.h266 int (*ioctl)(struct tty_struct *tty, member in struct:tty_operations
H A Datmdev.h186 int (*ioctl)(struct atm_dev *dev,unsigned int cmd,void __user *arg); member in struct:atmdev_ops
207 int (*ioctl)(struct atm_dev *dev,unsigned int cmd,void __user *arg); member in struct:atmphy_ops
290 int (*ioctl)(struct socket *, unsigned int cmd, unsigned long arg); member in struct:atm_ioctl
H A Dserial_core.h88 int (*ioctl)(struct uart_port *, unsigned int, unsigned long); member in struct:uart_ops
H A Dkvm_host.h1150 long (*ioctl)(struct kvm_device *dev, unsigned int ioctl, member in struct:kvm_device_ops
H A Dblkdev.h1635 int (*ioctl) (struct block_device *, fmode_t, unsigned, unsigned long); member in struct:block_device_operations
H A Dide.h382 int (*ioctl)(struct ide_drive_s *, struct block_device *, member in struct:ide_disk_ops
/linux-4.4.14/drivers/gpu/drm/nouveau/nvif/
H A Dclient.c75 struct nvif_ioctl_v0 ioctl; nvif_client_init() member in struct:__anon4398
H A Dnotify.c37 struct nvif_ioctl_v0 ioctl; nvif_notify_put_() member in struct:__anon4399
68 struct nvif_ioctl_v0 ioctl; nvif_notify_get_() member in struct:__anon4400
149 struct nvif_ioctl_v0 ioctl; nvif_notify_fini() member in struct:__anon4402
172 struct nvif_ioctl_v0 ioctl; nvif_notify_init() member in struct:__anon4403
H A Dobject.c62 struct nvif_ioctl_v0 ioctl; nvif_object_sclass_get() member in struct:__anon4405
106 struct nvif_ioctl_v0 ioctl; nvif_object_rd() member in struct:__anon4406
125 struct nvif_ioctl_v0 ioctl; nvif_object_wr() member in struct:__anon4407
143 struct nvif_ioctl_v0 ioctl; nvif_object_mthd() member in struct:__anon4408
174 struct nvif_ioctl_v0 ioctl; nvif_object_unmap() member in struct:__anon4409
196 struct nvif_ioctl_v0 ioctl; nvif_object_map() member in struct:__anon4410
217 struct nvif_ioctl_v0 ioctl; nvif_object_fini() member in struct:__anon4411
236 struct nvif_ioctl_v0 ioctl; nvif_object_init() member in struct:__anon4412
/linux-4.4.14/include/media/
H A Dmedia-devnode.h48 long (*ioctl) (struct file *, unsigned int, unsigned long); member in struct:media_file_operations
H A Dv4l2-subdev.h198 long (*ioctl)(struct v4l2_subdev *sd, unsigned int cmd, void *arg); member in struct:v4l2_subdev_core_ops
/linux-4.4.14/include/sound/
H A Dhwdep.h42 int (*ioctl)(struct snd_hwdep *hw, struct file *file, member in struct:snd_hwdep_ops
H A Dseq_oss.h54 int (*ioctl)(struct snd_seq_oss_arg *p, unsigned int cmd, unsigned long arg); member in struct:snd_seq_oss_callback
H A Dinfo.h68 int (*ioctl)(struct snd_info_entry *entry, void *file_private_data, member in struct:snd_info_entry_ops
H A Dpcm.h69 int (*ioctl)(struct snd_pcm_substream * substream, member in struct:snd_pcm_ops
/linux-4.4.14/Documentation/cdrom/
H A Dcdrom-standard.tex
/linux-4.4.14/drivers/scsi/osd/
H A Dosd_uld.c166 int osduld_register_test(unsigned ioctl, do_test_fn *do_test) osduld_register_test() argument
177 void osduld_unregister_test(unsigned ioctl) osduld_unregister_test() argument
/linux-4.4.14/drivers/vhost/
H A Dtest.c260 static long vhost_test_ioctl(struct file *f, unsigned int ioctl, vhost_test_ioctl() argument
302 static long vhost_test_compat_ioctl(struct file *f, unsigned int ioctl, vhost_test_compat_ioctl() argument
H A Dnet.c1051 static long vhost_net_ioctl(struct file *f, unsigned int ioctl, vhost_net_ioctl() argument
1094 static long vhost_net_compat_ioctl(struct file *f, unsigned int ioctl, vhost_net_compat_ioctl() argument
H A Dvhost.c733 long vhost_vring_ioctl(struct vhost_dev *d, int ioctl, void __user *argp) vhost_vring_ioctl() argument
939 long vhost_dev_ioctl(struct vhost_dev *d, unsigned int ioctl, void __user *argp) vhost_dev_ioctl() argument
H A Dscsi.c1543 static long vhost_scsi_compat_ioctl(struct file *f, unsigned int ioctl, vhost_scsi_compat_ioctl() argument
1475 vhost_scsi_ioctl(struct file *f, unsigned int ioctl, unsigned long arg) vhost_scsi_ioctl() argument
/linux-4.4.14/drivers/pcmcia/
H A Di82092.c560 unsigned char map, ioctl; i82092aa_set_io_map() local
H A Dpd6729.c427 unsigned char map, ioctl; pd6729_set_io_map() local
H A Dvrc4173_cardu.c251 uint8_t ioctl, window; cardu_get_io_map() local
275 uint16_t ioctl; cardu_set_io_map() local
H A Dtcic.c296 u_short scf1, ioctl, base, num; is_active() local
700 u_short base, len, ioctl; tcic_set_io_map() local
H A Di82365.c1034 u_char map, ioctl; i365_set_io_map() local
H A Dvrc4171_card.c383 uint8_t ioctl, addrwin; pccard_set_io_map() local
H A Dyenta_socket.c406 unsigned char ioctl, addr, enable; yenta_set_io_map() local
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_ioctl.c687 const struct drm_ioctl_desc *ioctl = NULL; drm_ioctl() local
/linux-4.4.14/arch/um/os-Linux/
H A Duser_syms.c93 EXPORT_SYMBOL_PROTO(ioctl); variable
/linux-4.4.14/drivers/block/
H A Dloop.h46 int (*ioctl)(struct loop_device *, int cmd, member in struct:loop_device
86 int (*ioctl)(struct loop_device *, int cmd, unsigned long arg); member in struct:loop_func_table
/linux-4.4.14/net/atm/
H A Dioctl.c34 void register_atm_ioctl(struct atm_ioctl *ioctl) register_atm_ioctl() argument
42 void deregister_atm_ioctl(struct atm_ioctl *ioctl) deregister_atm_ioctl() argument
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c931 const struct amdkfd_ioctl_desc *ioctl = NULL; kfd_ioctl() local
/linux-4.4.14/drivers/scsi/esas2r/
H A Desas2r_ioctl.c69 void *ioctl; member in struct:esas2r_buffered_ioctl
348 struct atto_vda_ioctl_req *ioctl = &rq->vrq->ioctl; csmi_ioctl_tunnel() local
1279 struct atto_express_ioctl *ioctl = NULL; esas2r_ioctl_handler() local
H A Datvda.h1223 struct atto_vda_ioctl_req ioctl; member in union:atto_vda_req
/linux-4.4.14/drivers/net/ethernet/ti/
H A Dnetcp.h193 int (*ioctl)(void *intf_priv, struct ifreq *req, int cmd); member in struct:netcp_module
/linux-4.4.14/drivers/staging/media/lirc/
H A Dlirc_zilog.c1241 static long ioctl(struct file *filep, unsigned int cmd, unsigned long arg) ioctl() function
/linux-4.4.14/drivers/scsi/cxlflash/
H A Dsuperpipe.c2033 sioctl ioctl; cxlflash_ioctl() member in struct:__anon9311
/linux-4.4.14/drivers/scsi/
H A Dgdth_ioctl.h74 } __attribute__((packed)) ioctl; /* IOCTL command structure */ member in union:__anon9444::__anon9445
185 u16 ioctl; /* IOCTL */ member in struct:__anon9461
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c1096 const struct drm_ioctl_desc *ioctl = vmw_generic_ioctl() local
/linux-4.4.14/include/linux/usb/
H A Dgadget.h554 int (*ioctl)(struct usb_gadget *, member in struct:usb_gadget_ops
H A Dserial.h262 int (*ioctl)(struct tty_struct *tty, member in struct:usb_serial_driver
/linux-4.4.14/arch/powerpc/kvm/
H A Dbook3s_pr.c1699 kvm_arch_vm_ioctl_pr(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_vm_ioctl_pr() argument
H A Dpowerpc.c581 kvm_arch_dev_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_dev_ioctl() argument
1158 kvm_arch_vcpu_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_vcpu_ioctl() argument
1305 kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_vm_ioctl() argument
H A Dbook3s_hv.c3078 kvm_arch_vm_ioctl_hv(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_vm_ioctl_hv() argument
/linux-4.4.14/arch/mips/kvm/
H A Dmips.c188 long kvm_arch_dev_ioctl(struct file *filp, unsigned int ioctl, kvm_arch_dev_ioctl() argument
899 long kvm_arch_vcpu_ioctl(struct file *filp, unsigned int ioctl, kvm_arch_vcpu_ioctl() argument
1011 long kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_vm_ioctl() argument
/linux-4.4.14/arch/arm/kvm/
H A Darm.c206 kvm_arch_dev_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_dev_ioctl() argument
817 kvm_arch_vcpu_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_vcpu_ioctl() argument
922 kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_vm_ioctl() argument
/linux-4.4.14/sound/soc/codecs/
H A Dwm8753.c245 u16 ioctl; wm8753_set_dai() local
964 u16 voice, ioctl; wm8753_pcm_set_dai_fmt() local
1089 u16 ioctl, hifi; wm8753_i2s_set_dai_fmt() local
/linux-4.4.14/drivers/md/bcache/
H A Dbcache.h277 int (*ioctl) (struct bcache_device *, fmode_t, unsigned, unsigned long); member in struct:bcache_device
/linux-4.4.14/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c2376 unsigned int ioctl; member in struct:v4l2_ioctl_info
/linux-4.4.14/include/scsi/
H A Dscsi_host.h82 int (* ioctl)(struct scsi_device *dev, int cmd, void __user *arg); member in struct:scsi_host_template
/linux-4.4.14/arch/s390/kvm/
H A Dkvm-s390.c207 kvm_arch_dev_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_dev_ioctl() argument
915 kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_vm_ioctl() argument
2509 kvm_arch_vcpu_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_vcpu_ioctl() argument
/linux-4.4.14/sound/oss/
H A Ddev_table.h159 int (*ioctl) (void *devc, unsigned int cmd, void __user * arg, int local); member in struct:coproc_operations
174 int (*ioctl) (int dev, unsigned int cmd, void __user * arg); member in struct:audio_driver
250 int (*ioctl) (int dev, unsigned int cmd, void __user * arg); member in struct:mixer_operations
267 int (*ioctl) (int dev, unsigned int cmd, void __user * arg); member in struct:synth_operations
320 int (*ioctl) (int dev, unsigned int cmd, void __user * arg); member in struct:midi_operations
351 int (*ioctl) (int dev, unsigned int cmd, void __user * arg); member in struct:sound_timer_operations
/linux-4.4.14/drivers/s390/block/
H A Ddasd_int.h349 int (*ioctl) (struct dasd_block *, unsigned int, void __user *); member in struct:dasd_discipline
/linux-4.4.14/drivers/tty/
H A Dsynclink_gt.c1027 static int ioctl(struct tty_struct *tty, ioctl() function
H A Dsynclinkmp.c1254 static int ioctl(struct tty_struct *tty, ioctl() function
/linux-4.4.14/virt/kvm/
H A Dkvm_main.c2600 static long kvm_device_ioctl(struct file *filp, unsigned int ioctl, kvm_device_ioctl() argument
2336 kvm_vcpu_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_vcpu_ioctl() argument
2540 kvm_vcpu_compat_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_vcpu_compat_ioctl() argument
2748 kvm_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_vm_ioctl() argument
2922 kvm_vm_compat_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_vm_compat_ioctl() argument
2987 kvm_dev_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_dev_ioctl() argument
/linux-4.4.14/security/selinux/
H A Dhooks.c3246 struct lsm_ioctlop_audit ioctl; ioctl_has_perm() local
/linux-4.4.14/include/net/
H A Dsock.h967 int (*ioctl)(struct sock *sk, int cmd, member in struct:proto
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmain.c752 u32 ioctl = bcma_aread32(core, BCMA_IOCTL) & ~m; brcms_b_core_ioctl() local

Completed in 2579 milliseconds