tag | line | file | source code |
ioctl | 1892 | drivers/char/console.c | console_driver.ioctl = vt_ioctl; |
ioctl | 2480 | drivers/char/cyclades.c | cy_serial_driver.ioctl = cy_ioctl; |
ioctl | 2418 | drivers/char/serial.c | serial_driver.ioctl = rs_ioctl; |
ioctl | 1501 | drivers/char/tty_io.c | if (tty->driver.ioctl) { |
ioctl | 1502 | drivers/char/tty_io.c | retval = (tty->driver.ioctl)(tty, file, |
ioctl | 1507 | drivers/char/tty_io.c | if (tty->ldisc.ioctl) { |
ioctl | 1508 | drivers/char/tty_io.c | retval = (tty->ldisc.ioctl)(tty, file, |
ioctl | 366 | drivers/char/tty_ioctl.c | if (!tty->driver.ioctl) |
ioctl | 368 | drivers/char/tty_ioctl.c | tty->driver.ioctl(tty, file, cmd, arg); |
ioctl | 238 | drivers/net/ppp.c | ppp_ldisc.ioctl = ppp_ioctl; |
ioctl | 1090 | drivers/net/slip.c | sl_ldisc.ioctl = (int (*)(struct tty_struct *, struct file *, |
ioctl | 124 | drivers/sound/dev_table.h | int (*ioctl) (int dev, unsigned int cmd, unsigned int arg, int local); |
ioctl | 139 | drivers/sound/dev_table.h | int (*ioctl) (int dev, unsigned int cmd, unsigned int arg); |
ioctl | 150 | drivers/sound/dev_table.h | int (*ioctl) (int dev, unsigned int cmd, unsigned int arg); |
ioctl | 178 | drivers/sound/dev_table.h | int (*ioctl) (int dev, unsigned int cmd, unsigned int arg); |
ioctl | 196 | drivers/sound/dev_table.h | int (*ioctl) (int dev, unsigned int cmd, unsigned int arg); |
ioctl | 63 | drivers/sound/dmabuf.c | sr = dsp_dev->ioctl (dev, SOUND_PCM_READ_RATE, 0, 1); |
ioctl | 64 | drivers/sound/dmabuf.c | nc = dsp_dev->ioctl (dev, SOUND_PCM_READ_CHANNELS, 0, 1); |
ioctl | 65 | drivers/sound/dmabuf.c | sz = dsp_dev->ioctl (dev, SOUND_PCM_READ_BITS, 0, 1); |
ioctl | 204 | drivers/sound/dmabuf.c | audio_devs[dev]->ioctl (dev, SOUND_PCM_WRITE_BITS, 8, 1); |
ioctl | 205 | drivers/sound/dmabuf.c | audio_devs[dev]->ioctl (dev, SOUND_PCM_WRITE_CHANNELS, 1, 1); |
ioctl | 206 | drivers/sound/dmabuf.c | audio_devs[dev]->ioctl (dev, SOUND_PCM_WRITE_RATE, DSP_DEFAULT_SPEED, 1); |
ioctl | 482 | drivers/sound/dmabuf.c | return audio_devs[dev]->ioctl (dev, cmd, arg, local); |
ioctl | 396 | drivers/sound/midibuf.c | return midi_devs[dev]->ioctl (dev, cmd, arg); |
ioctl | 1347 | drivers/sound/sequencer.c | return tmr->ioctl (tmr_no, cmd, arg); |
ioctl | 1449 | drivers/sound/sequencer.c | return tmr->ioctl (tmr_no, cmd, arg); |
ioctl | 1468 | drivers/sound/sequencer.c | return synth_devs[dev]->ioctl (dev, cmd, arg); |
ioctl | 1489 | drivers/sound/sequencer.c | return IOCTL_OUT (arg, synth_devs[dev]->ioctl (dev, cmd, arg)); |
ioctl | 1503 | drivers/sound/sequencer.c | synth_devs[dev]->ioctl (dev, cmd, arg); |
ioctl | 1522 | drivers/sound/sequencer.c | return synth_devs[dev]->ioctl (dev, cmd, arg); |
ioctl | 1654 | drivers/sound/sequencer.c | return synth_devs[0]->ioctl (0, cmd, arg); |
ioctl | 479 | drivers/sound/sound_switch.c | return mixer_devs[0]->ioctl (0, cmd, arg); |
ioctl | 494 | drivers/sound/sound_switch.c | return mixer_devs[dev]->ioctl (dev, cmd, arg); |
ioctl | 51 | fs/ioctl.c | if (filp->f_op && filp->f_op->ioctl) |
ioctl | 52 | fs/ioctl.c | return filp->f_op->ioctl(filp->f_inode, filp, cmd,arg); |
ioctl | 94 | fs/ioctl.c | if (filp->f_op && filp->f_op->ioctl) |
ioctl | 95 | fs/ioctl.c | return filp->f_op->ioctl(filp->f_inode, filp, cmd,arg); |
ioctl | 204 | fs/isofs/inode.c | i=get_blkfops(MAJOR(dev))->ioctl(&inode_fake, |
ioctl | 332 | include/linux/fs.h | int (*ioctl) (struct inode *, struct file *, unsigned int, unsigned long); |
ioctl | 108 | include/linux/net.h | int (*ioctl) (struct socket *sock, unsigned int cmd, |
ioctl | 823 | include/linux/soundcard.h | ioctl(seqfd, SNDCTL_PMGR_ACCESS, &_pm_info)) |
ioctl | 827 | include/linux/soundcard.h | ioctl(seqfd, SNDCTL_PMGR_ACCESS, &_pm_info)) |
ioctl | 132 | include/linux/tty_driver.h | int (*ioctl)(struct tty_struct *tty, struct file * file, |
ioctl | 26 | include/linux/tty_ldisc.h | int (*ioctl)(struct tty_struct * tty, struct file * file, |
ioctl | 1293 | net/inet/af_inet.c | if (sk->prot->ioctl==NULL) |
ioctl | 1295 | net/inet/af_inet.c | return(sk->prot->ioctl(sk, cmd, arg)); |
ioctl | 236 | net/inet/sock.h | int (*ioctl)(struct sock *sk, int cmd, |
ioctl | 457 | net/socket.c | return(sock->ops->ioctl(sock, cmd, arg)); |