Searched refs:ioctl (Results 251 - 275 of 425) sorted by relevance

<<11121314151617

/drivers/md/
H A Ddm.c435 if (tgt->type->ioctl)
436 r = tgt->type->ioctl(tgt, cmd, arg);
2762 .ioctl = dm_blk_ioctl,
/drivers/tty/serial/
H A Dserial_core.c1176 if (uport->ops->ioctl)
1177 ret = uport->ops->ioctl(uport, cmd, arg);
2171 .ioctl = uart_ioctl,
/drivers/usb/serial/
H A Dio_ti.c33 #include <linux/ioctl.h>
2740 .ioctl = edge_ioctl,
2772 .ioctl = edge_ioctl,
/drivers/tty/
H A Dsynclink_gt.c69 #include <linux/ioctl.h>
157 static int ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg);
503 * ioctl handlers
1038 static int ioctl(struct tty_struct *tty, function
1045 if (sanity_check(info, tty->name, "ioctl"))
1047 DBGINFO(("%s ioctl() cmd=%08X\n", info->device_name, cmd));
1142 * support for 32 bit ioctl calls on 64 bit systems
1241 rc = ioctl(tty, cmd, arg);
3722 .ioctl = ioctl,
[all...]
/drivers/media/radio/
H A Dsi4713-i2c.c34 #include <media/v4l2-ioctl.h>
1816 .ioctl = si4713_ioctl,
/drivers/media/video/au0828/
H A Dau0828-video.c37 #include <media/v4l2-ioctl.h>
103 printk(KERN_INFO "v4l2 ioctl: device not present\n");
108 printk(KERN_INFO "v4l2 ioctl: device is misconfigured; "
1830 .ioctl = video_ioctl2,
/drivers/media/video/cx231xx/
H A Dcx231xx-417.c36 #include <media/v4l2-ioctl.h>
41 /*#include "cx23885-ioctl.h"*/
2069 .ioctl = video_ioctl2,
/drivers/media/video/cx23885/
H A Dcx23885-417.c36 #include <media/v4l2-ioctl.h>
40 #include "cx23885-ioctl.h"
1660 .ioctl = video_ioctl2,
/drivers/media/video/davinci/
H A Dvpbe_display.c33 #include <media/v4l2-ioctl.h>
58 ioctl,
401 * and expected_ysize are set through S_CROP ioctl. Based on this,
735 v4l2_dbg(1, debug, &vpbe_dev->v4l2_dev, "VIDIOC_CROPCAP ioctl\n");
1538 /* vpbe capture ioctl operations */
/drivers/media/video/
H A Domap24xxcam.c42 #include <media/v4l2-ioctl.h>
1557 .ioctl = video_ioctl2,
H A Dzr364xx.c39 #include <media/v4l2-ioctl.h>
1443 .ioctl = video_ioctl2,
/drivers/media/video/tlg2300/
H A Dpd-video.c9 #include <media/v4l2-ioctl.h>
1544 .ioctl = video_ioctl2, /* maybe changed in future */
/drivers/mmc/card/
H A Dblock.c38 #include <linux/mmc/ioctl.h>
510 .ioctl = mmc_blk_ioctl,
/drivers/staging/media/go7007/
H A Dgo7007-v4l2.c32 #include <media/v4l2-ioctl.h>
1743 .ioctl = video_ioctl2,
/drivers/staging/media/solo6x10/
H A Dv4l2-enc.c24 #include <media/v4l2-ioctl.h>
1679 .ioctl = video_ioctl2,
/drivers/usb/gadget/
H A DKconfig827 receive or send printer data. It can use ioctl calls to
H A Df_fs.c715 } else if (gadget->ops->ioctl) {
716 ret = gadget->ops->ioctl(gadget, code, value);
H A Dinode.c59 * Unlike "usbfs" the only ioctl()s are for things that are rare, and maybe
265 * stream read() and write() requests; and maybe ioctl() to get more
1298 if (gadget->ops->ioctl)
1299 ret = gadget->ops->ioctl (gadget, code, value);
/drivers/block/paride/
H A Dpcd.c98 1.06 GRG 1998.08.19 Added audio ioctl support
272 .ioctl = pcd_block_ioctl,
H A Dpd.c108 Added eject ioctl
153 #include <linux/cdrom.h> /* for the eject ioctl */
824 .ioctl = pd_ioctl,
H A Dpf.c274 .ioctl = pf_ioctl,
/drivers/block/
H A Dswim.c773 .ioctl = floppy_ioctl,
H A Dumem.c44 #include <linux/ioctl.h>
/drivers/bluetooth/
H A Dbluecard_cs.c745 hdev->ioctl = bluecard_hci_ioctl;
/drivers/firmware/google/
H A Dgsmi.c22 #include <linux/ioctl.h>
839 * firmware handler to spin until released. This ioctl determines

Completed in 605 milliseconds

<<11121314151617