Searched refs:ldops (Results 1 – 1 of 1) sorted by relevance
136 struct tty_ldisc_ops *ldops, *ret; in get_ldops() local140 ldops = tty_ldiscs[disc]; in get_ldops()141 if (ldops) { in get_ldops()143 if (try_module_get(ldops->owner)) { in get_ldops()144 ldops->refcount++; in get_ldops()145 ret = ldops; in get_ldops()152 static void put_ldops(struct tty_ldisc_ops *ldops) in put_ldops() argument157 ldops->refcount--; in put_ldops()158 module_put(ldops->owner); in put_ldops()178 struct tty_ldisc_ops *ldops; in tty_ldisc_get() local[all …]