Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
Dtty_ldisc.c112 struct tty_ldisc_ops *ldops, *ret; in get_ldops() local
116 ldops = tty_ldiscs[disc]; in get_ldops()
117 if (ldops) { in get_ldops()
119 if (try_module_get(ldops->owner)) { in get_ldops()
120 ldops->refcount++; in get_ldops()
121 ret = ldops; in get_ldops()
128 static void put_ldops(struct tty_ldisc_ops *ldops) in put_ldops() argument
133 ldops->refcount--; in put_ldops()
134 module_put(ldops->owner); in put_ldops()
163 struct tty_ldisc_ops *ldops; in tty_ldisc_get() local
[all …]