Home
last modified time | relevance | path

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

/linux/drivers/tty/
A Dtty_ldisc.c100 ldops = tty_ldiscs[disc]; in get_ldops()
101 if (ldops) { in get_ldops()
104 ret = ldops; in get_ldops()
151 ldops = get_ldops(disc); in tty_ldisc_get()
152 if (IS_ERR(ldops)) { in tty_ldisc_get()
157 if (IS_ERR(ldops)) in tty_ldisc_get()
166 ld->ops = ldops; in tty_ldisc_get()
207 ldops = get_ldops(i); in tty_ldiscs_seq_show()
208 if (IS_ERR(ldops)) in tty_ldiscs_seq_show()
210 seq_printf(m, "%-10s %2d\n", ldops->name ? ldops->name : "???", i); in tty_ldiscs_seq_show()
[all …]

Completed in 5 milliseconds