Searched refs:ldisc (Results 1 – 15 of 15) sorted by relevance
245 ld = tty->ldisc; in tty_ldisc_ref_wait()265 ld = tty->ldisc; in tty_ldisc_ref()476 tty->ldisc = disc; in tty_ldisc_failto()534 if (!tty->ldisc) { in tty_set_ldisc()603 if (!tty->ldisc) in tty_ldisc_kill()611 tty->ldisc = NULL; in tty_ldisc_kill()654 if (tty->ldisc) { in tty_ldisc_reinit()660 tty->ldisc = ld; in tty_ldisc_reinit()718 if (tty->ldisc) { in tty_ldisc_hangup()802 tty->ldisc = ld; in tty_ldisc_init()[all …]
895 struct tty_ldisc *ld = tty->ldisc; in __tty_perform_flush()
1358 if (!tty->ldisc) in tty_reopen()
18 Line disciplines are registered with tty_register_ldisc() passing the ldisc21 returns an error then it won’t get called. Do not re-use ldisc numbers as they22 are part of the userspace ABI and writing over an existing ldisc will cause28 tty_ldisc structure in the ldisc table counts the number of lines using this30 the number of active users of the ldisc at this instant. In effect it counts31 the number of threads of execution within an ldisc method (plus those about to77 functions are called with the ldisc unavailable. Thus tty_ldisc_ref() will fail
45 int ldisc = N_GSM0710;66 ioctl(fd, TIOCSETD, &ldisc);132 int ldisc = N_GSM0710;146 ioctl(fd, TIOCSETD, &ldisc);
23 short ldisc; in C, struct tty_ldisc_ops). Its task is to transform characters24 as defined by a particular ldisc or by user too. The default one is n_tty,
255 #define MODULE_ALIAS_LDISC(ldisc) \ argument256 MODULE_ALIAS("tty-ldisc-" __stringify(ldisc))267 void tty_unregister_ldisc(struct tty_ldisc_ops *ldisc);
201 struct tty_ldisc *ldisc; member
19 The CAIF TTY transport driver is a Line Discipline (ldisc)20 identified as N_CAIF. When this ldisc is opened from user space
7 obj-$(CONFIG_PPS_CLIENT_LDISC) += pps-ldisc.o
24 daemon when the ldisc install is requested.48 to be opened/ldisc installed, and would be '0' when UART
37 To achieve this we need to install the N_CAIF ldisc from user space.124 The host seems to be able to send over the UART, at least the CAIF ldisc get
13 MCTP Serial Transport Binding". By attaching the ldisc to a serial
80 Once the ldisc is attached, the CAN interface starts out unconfigured.
86 alias tty-ldisc-2 serport
Completed in 23 milliseconds