tag | line | file | source code |
ioctl | 1460 | drivers/char/console.c | console_driver.ioctl = vt_ioctl; |
ioctl | 2221 | drivers/char/serial.c | serial_driver.ioctl = rs_ioctl; |
ioctl | 1388 | drivers/char/tty_io.c | if (tty->driver.ioctl) { |
ioctl | 1389 | drivers/char/tty_io.c | retval = (tty->driver.ioctl)(tty, file, |
ioctl | 1394 | drivers/char/tty_io.c | if (tty->ldisc.ioctl) { |
ioctl | 1395 | drivers/char/tty_io.c | retval = (tty->ldisc.ioctl)(tty, file, |
ioctl | 361 | drivers/char/tty_ioctl.c | if (!tty->driver.ioctl) |
ioctl | 363 | drivers/char/tty_ioctl.c | tty->driver.ioctl(tty, file, cmd, arg); |
ioctl | 237 | drivers/net/ppp.c | ppp_ldisc.ioctl = ppp_ioctl; |
ioctl | 1047 | drivers/net/slip.c | sl_ldisc.ioctl = (int (*)(struct tty_struct *, struct file *, |
ioctl | 70 | drivers/sound/dev_table.h | int (*ioctl) (int dev, unsigned int cmd, unsigned int arg, int local); |
ioctl | 81 | drivers/sound/dev_table.h | int (*ioctl) (int dev, unsigned int cmd, unsigned int arg); |
ioctl | 91 | drivers/sound/dev_table.h | int (*ioctl) (int dev, unsigned int cmd, unsigned int arg); |
ioctl | 113 | drivers/sound/dev_table.h | int (*ioctl) (int dev, unsigned int cmd, unsigned int arg); |
ioctl | 111 | drivers/sound/dmabuf.c | sr = dsp_devs[dev]->ioctl (dev, SOUND_PCM_READ_RATE, 0, 1); |
ioctl | 112 | drivers/sound/dmabuf.c | nc = dsp_devs[dev]->ioctl (dev, SOUND_PCM_READ_CHANNELS, 0, 1); |
ioctl | 113 | drivers/sound/dmabuf.c | sz = dsp_devs[dev]->ioctl (dev, SOUND_PCM_READ_BITS, 0, 1); |
ioctl | 229 | drivers/sound/dmabuf.c | dsp_devs[dev]->ioctl (dev, SOUND_PCM_WRITE_BITS, 8, 1); |
ioctl | 230 | drivers/sound/dmabuf.c | dsp_devs[dev]->ioctl (dev, SOUND_PCM_WRITE_CHANNELS, 1, 1); |
ioctl | 231 | drivers/sound/dmabuf.c | dsp_devs[dev]->ioctl (dev, SOUND_PCM_WRITE_RATE, DSP_DEFAULT_SPEED, 1); |
ioctl | 480 | drivers/sound/dmabuf.c | return dsp_devs[dev]->ioctl (dev, cmd, arg, local); |
ioctl | 108 | drivers/sound/midibuf.c | return midi_devs[0]->ioctl (dev, cmd, arg); |
ioctl | 814 | drivers/sound/sequencer.c | return synth_devs[dev]->ioctl (dev, cmd, arg); |
ioctl | 835 | drivers/sound/sequencer.c | return IOCTL_OUT (arg, synth_devs[dev]->ioctl (dev, cmd, arg)); |
ioctl | 849 | drivers/sound/sequencer.c | synth_devs[dev]->ioctl (dev, cmd, arg); |
ioctl | 868 | drivers/sound/sequencer.c | return synth_devs[dev]->ioctl (dev, cmd, arg); |
ioctl | 983 | drivers/sound/sequencer.c | return synth_devs[0]->ioctl (0, cmd, arg); |
ioctl | 418 | drivers/sound/sound_switch.c | return mixer_devs[dev >> 4]->ioctl (dev >> 4, 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 | 289 | include/linux/fs.h | int (*ioctl) (struct inode *, struct file *, unsigned int, unsigned long); |
ioctl | 105 | include/linux/net.h | int (*ioctl) (struct socket *sock, unsigned int cmd, |
ioctl | 650 | include/linux/soundcard.h | ioctl(seqfd, SNDCTL_PMGR_ACCESS, &_pm_info)) |
ioctl | 654 | include/linux/soundcard.h | ioctl(seqfd, SNDCTL_PMGR_ACCESS, &_pm_info)) |
ioctl | 125 | 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 | 1267 | net/inet/af_inet.c | if (sk->prot->ioctl==NULL) |
ioctl | 1269 | net/inet/af_inet.c | return(sk->prot->ioctl(sk, cmd, arg)); |
ioctl | 222 | net/inet/sock.h | int (*ioctl)(struct sock *sk, int cmd, |
ioctl | 292 | net/socket.c | return(sock->ops->ioctl(sock, cmd, arg)); |