Home
last modified time | relevance | path

Searched refs:ldops (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/tty/
A Dtty_ldisc.c105 ldops = tty_ldiscs[disc]; in get_ldops()
106 if (ldops) { in get_ldops()
109 ret = ldops; in get_ldops()
158 ldops = get_ldops(disc); in tty_ldisc_get()
159 if (IS_ERR(ldops)) { in tty_ldisc_get()
164 if (IS_ERR(ldops)) in tty_ldisc_get()
173 ld->ops = ldops; in tty_ldisc_get()
213 ldops = get_ldops(i); in tty_ldiscs_seq_show()
214 if (IS_ERR(ldops)) in tty_ldiscs_seq_show()
216 seq_printf(m, "%-10s %2d\n", ldops->name ? ldops->name : "???", i); in tty_ldiscs_seq_show()
[all …]

Completed in 4 milliseconds