Searched refs:ioctl (Results 1 - 25 of 425) sorted by relevance

1234567891011>>

/drivers/media/radio/wl128x/
H A Dfmdrv_v4l2.h26 #include <media/v4l2-ioctl.h>
/drivers/video/omap2/omapfb/
H A DMakefile2 omapfb-y := omapfb-main.o omapfb-sysfs.o omapfb-ioctl.o
/drivers/firewire/
H A Dnosy-user.h4 #include <linux/ioctl.h>
/drivers/isdn/sc/
H A DMakefile10 ioctl.o interrupt.o message.o timer.o
/drivers/s390/char/
H A Dvmcp.h15 #include <linux/ioctl.h>
/drivers/video/matrox/
H A Dmatroxfb_crtc2.h4 #include <linux/ioctl.h>
H A Dmatroxfb_maven.h4 #include <linux/ioctl.h>
/drivers/video/via/
H A DMakefile7 viafb-y :=viafbdev.o hw.o via_i2c.o dvi.o lcd.o ioctl.o accel.o \
/drivers/staging/android/
H A Dashmem.h16 #include <linux/ioctl.h>
H A Dandroid_alarm.h19 #include <linux/ioctl.h>
H A Dlogger.h21 #include <linux/ioctl.h>
40 * This structure is returned to userspace if ioctl(LOGGER_SET_VERSION)
/drivers/staging/xgifb/
H A Dvgatypes.h4 #include <linux/ioctl.h>
H A DXGIfb.h3 #include <linux/ioctl.h>
/drivers/scsi/
H A Dgdth_proc.c135 gdtcmd.u.ioctl.p_param = paddr;
136 gdtcmd.u.ioctl.param_size = sizeof(gdth_cpar_str);
137 gdtcmd.u.ioctl.subfunc = CACHE_CONFIG;
138 gdtcmd.u.ioctl.channel = INVALID_CHANNEL;
278 gdtcmd->u.ioctl.p_param = paddr + GDTH_SCRATCH/4;
279 gdtcmd->u.ioctl.param_size = 3*GDTH_SCRATCH/4;
280 gdtcmd->u.ioctl.subfunc = DSK_STATISTICS | L_CTRL_PATTERN;
281 gdtcmd->u.ioctl.channel = ha->raw[i].address | INVALID_CHANNEL;
301 gdtcmd->u.ioctl.p_param = paddr;
302 gdtcmd->u.ioctl
[all...]
/drivers/staging/vt6655/
H A DMakefile24 ioctl.o \
/drivers/staging/vt6656/
H A DMakefile23 ioctl.o \
/drivers/gpu/drm/
H A Ddrm_drv.c59 #define DRM_IOCTL_DEF(ioctl, _func, _flags) \
60 [DRM_IOCTL_NR(ioctl)] = {.cmd = ioctl, .func = _func, .flags = _flags, .cmd_drv = 0}
109 /* The DRM_IOCTL_DMA ioctl should be defined by the driver. */
368 * Called whenever a process performs an ioctl on /dev/drm.
376 * Looks up the ioctl function in the ::ioctls table, checking for root
384 struct drm_ioctl_desc *ioctl; local
408 ioctl = &dev->driver->ioctls[nr - DRM_COMMAND_BASE];
409 drv_size = _IOC_SIZE(ioctl->cmd_drv);
415 ioctl
[all...]
/drivers/net/ppp/
H A Dpppox.c96 rc = pppox_protos[sk->sk_protocol]->ioctl ?
97 pppox_protos[sk->sk_protocol]->ioctl(sock, cmd, arg) : -ENOTTY;
/drivers/virt/
H A DKconfig22 1) An ioctl interface for querying and managing partitions.
/drivers/isdn/divert/
H A Disdn_divert.h3 * Header for the diversion supplementary ioctl interface.
12 #include <linux/ioctl.h>
/drivers/media/video/cx18/
H A DMakefile2 cx18-queue.o cx18-streams.o cx18-fileops.o cx18-ioctl.o cx18-controls.o \
/drivers/media/video/cx23885/
H A DMakefile3 cx23885-ioctl.o cx23885-ir.o cx23885-av.o cx23885-input.o \
/drivers/media/video/ivtv/
H A DMakefile3 ivtv-gpio.o ivtv-i2c.o ivtv-ioctl.o ivtv-irq.o \
/drivers/net/wan/
H A Dcosa.h24 #include <linux/ioctl.h>
81 * the ioctl number same as in 2.4 in order to keep the user-space
87 * the ioctl number same as in 2.4 in order to keep the user-space
/drivers/staging/iio/
H A Devents.h12 #include <linux/ioctl.h>

Completed in 3787 milliseconds

1234567891011>>