tag | line | file | source code |
ioctl | 2017 | drivers/char/console.c | console_driver.ioctl = vt_ioctl; |
ioctl | 2737 | drivers/char/cyclades.c | cy_serial_driver.ioctl = cy_ioctl; |
ioctl | 2335 | drivers/char/scc.c | scc_driver.ioctl = scc_ioctl; |
ioctl | 2623 | drivers/char/serial.c | serial_driver.ioctl = rs_ioctl; |
ioctl | 1521 | drivers/char/tty_io.c | if (tty->driver.ioctl) { |
ioctl | 1522 | drivers/char/tty_io.c | retval = (tty->driver.ioctl)(tty, file, |
ioctl | 1527 | drivers/char/tty_io.c | if (tty->ldisc.ioctl) { |
ioctl | 1528 | drivers/char/tty_io.c | retval = (tty->ldisc.ioctl)(tty, file, |
ioctl | 542 | drivers/char/tty_ioctl.c | if (!tty->driver.ioctl) |
ioctl | 544 | drivers/char/tty_ioctl.c | tty->driver.ioctl(tty, file, cmd, arg); |
ioctl | 242 | drivers/net/ppp.c | ppp_ldisc.ioctl = ppp_ioctl; |
ioctl | 1155 | drivers/net/slip.c | sl_ldisc.ioctl = (int (*)(struct tty_struct *, struct file *, |
ioctl | 360 | drivers/sound/audio.c | return audio_devs[dev]->coproc->ioctl (audio_devs[dev]->coproc->devc, cmd, arg, 0); |
ioctl | 118 | drivers/sound/dev_table.h | int (*ioctl) (void *devc, unsigned int cmd, unsigned int arg, int local); |
ioctl | 138 | drivers/sound/dev_table.h | int (*ioctl) (int dev, unsigned int cmd, unsigned int arg, int local); |
ioctl | 156 | drivers/sound/dev_table.h | int (*ioctl) (int dev, unsigned int cmd, unsigned int arg); |
ioctl | 167 | drivers/sound/dev_table.h | int (*ioctl) (int dev, unsigned int cmd, unsigned int arg); |
ioctl | 210 | drivers/sound/dev_table.h | int (*ioctl) (int dev, unsigned int cmd, unsigned int arg); |
ioctl | 229 | drivers/sound/dev_table.h | int (*ioctl) (int dev, unsigned int cmd, unsigned int arg); |
ioctl | 65 | drivers/sound/dmabuf.c | sr = dsp_dev->ioctl (dev, SOUND_PCM_READ_RATE, 0, 1); |
ioctl | 66 | drivers/sound/dmabuf.c | nc = dsp_dev->ioctl (dev, SOUND_PCM_READ_CHANNELS, 0, 1); |
ioctl | 67 | drivers/sound/dmabuf.c | sz = dsp_dev->ioctl (dev, SOUND_PCM_READ_BITS, 0, 1); |
ioctl | 205 | drivers/sound/dmabuf.c | audio_devs[dev]->ioctl (dev, SOUND_PCM_WRITE_BITS, 8, 1); |
ioctl | 206 | drivers/sound/dmabuf.c | audio_devs[dev]->ioctl (dev, SOUND_PCM_WRITE_CHANNELS, 1, 1); |
ioctl | 207 | drivers/sound/dmabuf.c | audio_devs[dev]->ioctl (dev, SOUND_PCM_WRITE_RATE, DSP_DEFAULT_SPEED, 1); |
ioctl | 535 | drivers/sound/dmabuf.c | return audio_devs[dev]->ioctl (dev, cmd, arg, local); |
ioctl | 385 | drivers/sound/midibuf.c | return midi_devs[dev]->coproc->ioctl (midi_devs[dev]->coproc->devc, cmd, arg, 0); |
ioctl | 406 | drivers/sound/midibuf.c | return midi_devs[dev]->ioctl (dev, cmd, arg); |
ioctl | 1416 | drivers/sound/sequencer.c | return tmr->ioctl (tmr_no, cmd, arg); |
ioctl | 1518 | drivers/sound/sequencer.c | return tmr->ioctl (tmr_no, cmd, arg); |
ioctl | 1537 | drivers/sound/sequencer.c | return synth_devs[dev]->ioctl (dev, cmd, arg); |
ioctl | 1558 | drivers/sound/sequencer.c | return IOCTL_OUT (arg, synth_devs[dev]->ioctl (dev, cmd, arg)); |
ioctl | 1572 | drivers/sound/sequencer.c | synth_devs[dev]->ioctl (dev, cmd, arg); |
ioctl | 1591 | drivers/sound/sequencer.c | return synth_devs[dev]->ioctl (dev, cmd, arg); |
ioctl | 1746 | drivers/sound/sequencer.c | return synth_devs[0]->ioctl (0, cmd, arg); |
ioctl | 496 | drivers/sound/sound_switch.c | return mixer_devs[mixdev]->ioctl (mixdev, cmd, arg); |
ioctl | 500 | drivers/sound/sound_switch.c | return mixer_devs[0]->ioctl (0, cmd, arg); |
ioctl | 517 | drivers/sound/sound_switch.c | return mixer_devs[dev]->ioctl (dev, cmd, arg); |
ioctl | 52 | fs/ioctl.c | if (filp->f_op && filp->f_op->ioctl) |
ioctl | 53 | fs/ioctl.c | return filp->f_op->ioctl(filp->f_inode, filp, cmd,arg); |
ioctl | 95 | fs/ioctl.c | if (filp->f_op && filp->f_op->ioctl) |
ioctl | 96 | fs/ioctl.c | return filp->f_op->ioctl(filp->f_inode, filp, cmd,arg); |
ioctl | 169 | fs/isofs/inode.c | if (get_blkfops(MAJOR(dev))->ioctl!=NULL) |
ioctl | 174 | fs/isofs/inode.c | i=get_blkfops(MAJOR(dev))->ioctl(&inode_fake, |
ioctl | 341 | include/linux/fs.h | int (*ioctl) (struct inode *, struct file *, unsigned int, unsigned long); |
ioctl | 111 | include/linux/net.h | int (*ioctl) (struct socket *sock, unsigned int cmd, |
ioctl | 914 | include/linux/soundcard.h | ioctl(seqfd, SNDCTL_PMGR_ACCESS, &_pm_info)) |
ioctl | 918 | 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 | 283 | include/net/sock.h | int (*ioctl)(struct sock *sk, int cmd, |
ioctl | 1381 | net/ipv4/af_inet.c | if (sk->prot->ioctl==NULL) |
ioctl | 1383 | net/ipv4/af_inet.c | return(sk->prot->ioctl(sk, cmd, arg)); |
ioctl | 371 | net/socket.c | return(sock->ops->ioctl(sock, cmd, arg)); |