Home
last modified time | relevance | path

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

/drivers/tty/
A Dtty_ldisc.c244 ld = tty->ldisc; in tty_ldisc_ref_wait()
264 ld = tty->ldisc; in tty_ldisc_ref()
475 tty->ldisc = disc; in tty_ldisc_failto()
533 if (!tty->ldisc) { in tty_set_ldisc()
608 if (!tty->ldisc) in tty_ldisc_kill()
616 tty->ldisc = NULL; in tty_ldisc_kill()
659 if (tty->ldisc) { in tty_ldisc_reinit()
665 tty->ldisc = ld; in tty_ldisc_reinit()
723 if (tty->ldisc) { in tty_ldisc_hangup()
807 tty->ldisc = ld; in tty_ldisc_init()
[all …]
A Dtty_ioctl.c897 struct tty_ldisc *ld = tty->ldisc; in __tty_perform_flush()
A Dtty_io.c1350 if (!tty->ldisc) in tty_reopen()
/drivers/net/caif/
A DKconfig19 The CAIF TTY transport driver is a Line Discipline (ldisc)
20 identified as N_CAIF. When this ldisc is opened from user space
/drivers/pps/clients/
A DMakefile7 obj-$(CONFIG_PPS_CLIENT_LDISC) += pps-ldisc.o
/drivers/net/mctp/
A DKconfig13 MCTP Serial Transport Binding". By attaching the ldisc to a serial
/drivers/tty/vt/
A Dvt.c3665 static int con_ldisc_ok(struct tty_struct *tty, int ldisc) in con_ldisc_ok() argument
3667 return ldisc == N_TTY ? 0 : -EINVAL; in con_ldisc_ok()

Completed in 28 milliseconds