Searched refs:NR_LDISCS (Results 1 – 2 of 2) sorted by relevance
47 static struct tty_ldisc_ops *tty_ldiscs[NR_LDISCS];62 if (new_ldisc->num < N_TTY || new_ldisc->num >= NR_LDISCS) in tty_register_ldisc()144 if (disc < N_TTY || disc >= NR_LDISCS) in tty_ldisc_get()189 return (*pos < NR_LDISCS) ? pos : NULL; in tty_ldiscs_seq_start()195 return (*pos < NR_LDISCS) ? pos : NULL; in tty_ldiscs_seq_next()
44 #define NR_LDISCS 31 macro