Searched refs:ldisc (Results 1 – 13 of 13) sorted by relevance
264 ld = tty->ldisc; in tty_ldisc_ref_wait()285 ld = tty->ldisc; in tty_ldisc_ref()497 tty->ldisc = disc; in tty_ldisc_failto()554 if (!tty->ldisc) { in tty_set_ldisc()560 if (tty->ldisc->ops->num == disc) in tty_set_ldisc()569 old_ldisc = tty->ldisc; in tty_set_ldisc()575 tty->ldisc = new_ldisc; in tty_set_ldisc()585 if (tty->ldisc->ops->num != old_ldisc->ops->num && tty->ops->set_ldisc) { in tty_set_ldisc()618 if (!tty->ldisc) in tty_ldisc_kill()623 tty_ldisc_close(tty, tty->ldisc); in tty_ldisc_kill()[all …]
855 struct tty_ldisc *ld = tty->ldisc; in __tty_perform_flush()
1272 if (tty->ldisc) in tty_reopen()
12 discipline number and the ldisc structure. At the point of registration the 15 called. Do not re-use ldisc numbers as they are part of the userspace ABI16 and writing over an existing ldisc will cause demons to eat your computer.17 After the return the ldisc data has been copied so you may free your own 24 return -EBUSY if the ldisc is currently in use. Since the ldisc referencing28 tty_ldisc structure in the ldisc table counts the number of lines using this30 counts the number of active users of the ldisc at this instant. In effect it31 counts the number of threads of execution within an ldisc method (plus those43 state needed by the ldisc, and set receive_room47 Returning an error will prevent the ldisc from[all …]
27 int ldisc = N_GSM0710;46 ioctl(fd, TIOCSETD, &ldisc);
218 #define MODULE_ALIAS_LDISC(ldisc) \ argument219 MODULE_ALIAS("tty-ldisc-" __stringify(ldisc))
293 struct tty_ldisc *ldisc; member
12 The CAIF TTY transport driver is a Line Discipline (ldisc)13 identified as N_CAIF. When this ldisc is opened from user space
6 obj-$(CONFIG_PPS_CLIENT_LDISC) += pps-ldisc.o
40 privileges to successfully manipulate the ldisc drivers54 // needed global to hand onto ldisc connection58 // these two vars used to grab LDISC values from loaded ldisc drivers
23 daemon when the ldisc install is requested.47 to be opened/ldisc installed, and would be '0' when UART
26 To achieve this we need to install the N_CAIF ldisc from user space.97 The host seems to be able to send over the UART, at least the CAIF ldisc get
86 alias tty-ldisc-2 serport