taglinefilesource code
channel54include/linux/soundcard.hint     channel;  /*  Channel to be programmed   */
channel133kernel/chr_drv/tty_ioctl.cstatic int check_change(struct tty_struct * tty, int channel)
channel138kernel/chr_drv/tty_ioctl.cif (current->tty != channel)
channel151kernel/chr_drv/tty_ioctl.cint channel)
channel156kernel/chr_drv/tty_ioctl.ci = check_change(tty, channel);
channel165kernel/chr_drv/tty_ioctl.cif (IS_A_PTY_MASTER(channel)) tty->termios->c_lflag &= ~ECHO;
channel195kernel/chr_drv/tty_ioctl.cint channel)
channel201kernel/chr_drv/tty_ioctl.ci = check_change(tty, channel);