Searched refs:ldisc (Results 1 – 13 of 13) sorted by relevance
253 ld = tty->ldisc; in tty_ldisc_ref_wait()274 ld = tty->ldisc; in tty_ldisc_ref()495 tty->ldisc = disc; in tty_ldisc_failto()555 if (!tty->ldisc) { in tty_set_ldisc()624 if (!tty->ldisc) in tty_ldisc_kill()632 tty->ldisc = NULL; in tty_ldisc_kill()678 if (tty->ldisc) { in tty_ldisc_reinit()684 tty->ldisc = ld; in tty_ldisc_reinit()743 if (tty->ldisc) { in tty_ldisc_hangup()830 tty->ldisc = ld; in tty_ldisc_init()[all …]
818 struct tty_ldisc *ld = tty->ldisc; in __tty_perform_flush()
1370 if (!tty->ldisc) in tty_reopen()
25 return -EBUSY if the ldisc is currently in use. Since the ldisc referencing56 ldisc code for this tty. Can sleep.122 from the ->write call from the ldisc as the ldisc239 ldisc = tty_ldisc_ref(tty);246 tty_ldisc_deref(ldisc)248 Returns the ldisc reference and allows the ldisc to be closed. Returning the252 ldisc = tty_ldisc_ref_wait(tty);255 ldisc change to complete and then return a reference to the new ldisc.261 A caution: The ldisc->open(), ldisc->close() and driver->set_ldisc304 is the job of the ldisc layer.[all …]
36 int ldisc = N_GSM0710;56 ioctl(fd, TIOCSETD, &ldisc);110 int ldisc = N_GSM0710;123 ioctl(fd, TIOCSETD, &ldisc);
222 #define MODULE_ALIAS_LDISC(ldisc) \ argument223 MODULE_ALIAS("tty-ldisc-" __stringify(ldisc))234 void tty_unregister_ldisc(struct tty_ldisc_ops *ldisc);
153 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
24 daemon when the ldisc install is requested.48 to be opened/ldisc installed, and would be '0' when UART
7 obj-$(CONFIG_PPS_CLIENT_LDISC) += pps-ldisc.o
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
86 alias tty-ldisc-2 serport
1 …i <hayashi.kunihiko@socionext.com>n_null.description=Null ldisc drivern_null.alias=tty-ldisc-27…
Completed in 33 milliseconds