taglinefilesource code
channel54include/linux/soundcard.hint     channel;  /*  Channel to be programmed   */
channel136kernel/chr_drv/tty_ioctl.cstatic int check_change(struct tty_struct * tty, int channel)
channel141kernel/chr_drv/tty_ioctl.cif (current->tty != channel)
channel154kernel/chr_drv/tty_ioctl.cint channel)
channel159kernel/chr_drv/tty_ioctl.ci = check_change(tty, channel);
channel168kernel/chr_drv/tty_ioctl.cif (IS_A_PTY_MASTER(channel)) tty->termios->c_lflag &= ~ECHO;
channel200kernel/chr_drv/tty_ioctl.cint channel)
channel206kernel/chr_drv/tty_ioctl.ci = check_change(tty, channel);