tag | line | file | source code |
START_CHAR | 1441 | drivers/char/cyclades.c | base_addr[CySCHR1] = START_CHAR(info->tty); |
START_CHAR | 1741 | drivers/char/cyclades.c | info->x_char = START_CHAR(tty); |
START_CHAR | 360 | drivers/char/n_tty.c | if (c == START_CHAR(tty)) |
START_CHAR | 401 | drivers/char/n_tty.c | if (c == START_CHAR(tty)) { |
START_CHAR | 654 | drivers/char/n_tty.c | set_bit(START_CHAR(tty), &tty->process_char_map); |
START_CHAR | 1426 | drivers/char/serial.c | info->x_char = START_CHAR(tty); |
START_CHAR | 125 | drivers/char/tty_ioctl.c | START_CHAR(tty) == '\021'); |
START_CHAR | 447 | drivers/char/tty_ioctl.c | if (START_CHAR(tty) != __DISABLED_CHAR) |
START_CHAR | 449 | drivers/char/tty_ioctl.c | &START_CHAR(tty), 1); |