Searched refs:ioctl (Results 76 - 100 of 425) sorted by relevance

1234567891011>>

/drivers/vhost/
H A Dnet.c802 static long vhost_net_ioctl(struct file *f, unsigned int ioctl, argument
812 switch (ioctl) {
832 r = vhost_dev_ioctl(&n->dev, ioctl, arg);
840 static long vhost_net_compat_ioctl(struct file *f, unsigned int ioctl, argument
843 return vhost_net_ioctl(f, ioctl, (unsigned long)compat_ptr(arg));
/drivers/gpu/drm/gma500/
H A Dpsb_drv.c116 #define PSB_IOCTL_DEF(ioctl, func, flags) \
117 [DRM_IOCTL_NR(ioctl) - DRM_COMMAND_BASE] = {ioctl, flags, func}
/drivers/media/video/
H A Dv4l2-dev.c33 #include <media/v4l2-ioctl.h>
332 } else if (vdev->fops->ioctl) {
347 * ioctl calls will proceed very, very slowly since each call
362 ret = vdev->fops->ioctl(filp, cmd, arg);
H A Dbt856.c34 #include <linux/ioctl.h>
H A Dbt866.c34 #include <linux/ioctl.h>
H A Dcs53l32a.c26 #include <linux/ioctl.h>
H A Dv4l2-device.c22 #include <linux/ioctl.h>
H A Dwm8739.c27 #include <linux/ioctl.h>
/drivers/atm/
H A DKconfig262 dynamically using an ioctl (not yet) or changed by sending the
286 dynamically using an ioctl (not yet) or changed by sending the
318 dynamically using an ioctl (Get the debug utility, iadbg, from
H A DuPD98402.c242 .ioctl = uPD98402_ioctl,
/drivers/pcmcia/
H A Dyenta_socket.c406 unsigned char ioctl, addr, enable; local
425 ioctl = exca_readb(socket, I365_IOCTL) & ~I365_IOCTL_MASK(map);
427 ioctl |= I365_IOCTL_0WS(map);
429 ioctl |= I365_IOCTL_16BIT(map);
431 ioctl |= I365_IOCTL_IOCS16(map);
432 exca_writeb(socket, I365_IOCTL, ioctl);
/drivers/bluetooth/
H A Dhci_ldisc.c41 #include <linux/ioctl.h>
545 hci_uart_ldisc.ioctl = hci_uart_tty_ioctl;
/drivers/ide/
H A Dide-gd.c341 return drive->disk_ops->ioctl(drive, bdev, mode, cmd, arg);
348 .ioctl = ide_gd_ioctl,
/drivers/media/video/tlg2300/
H A Dpd-radio.c11 #include <media/v4l2-ioctl.h>
159 .ioctl = video_ioctl2,
/drivers/rtc/
H A Drtc-dev.c257 * Drivers *SHOULD NOT* provide ioctl implementations
419 /* Finally try the driver's ioctl interface */
420 if (ops->ioctl) {
421 err = ops->ioctl(rtc->dev.parent, cmd, arg);
453 /* Keep ioctl until all drivers are converted */
/drivers/s390/block/
H A Ddasd_ioctl.c85 * using the BIODASDFMT ioctl. Therefore the correct state for the
501 /* if the discipline has an ioctl method try it. */
502 if (base->discipline->ioctl) {
503 rc = base->discipline->ioctl(block, cmd, argp);
/drivers/input/serio/
H A Dserport.c243 .ioctl = serport_ldisc_ioctl,
/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.h33 #include <linux/ioctl.h>
/drivers/media/radio/
H A Dradio-miropcm20.c19 #include <media/v4l2-ioctl.h>
H A Dradio-timb.c20 #include <media/v4l2-ioctl.h>
H A Dtef6862.c26 #include <media/v4l2-ioctl.h>
/drivers/media/rc/
H A Dnuvoton-cir.h29 #include <linux/ioctl.h>
/drivers/media/video/cx18/
H A Dcx18-alsa-pcm.c320 .ioctl = snd_cx18_pcm_ioctl,
/drivers/media/video/cx25821/
H A Dcx25821-video.h41 #include <media/v4l2-ioctl.h>
/drivers/media/video/s5p-mfc/
H A Ds5p_mfc_common.h24 #include <media/v4l2-ioctl.h>

Completed in 555 milliseconds

1234567891011>>