Searched refs:ldisc (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/tty/ |
| H A D | tty_ldisc.c | 83 void tty_unregister_ldisc(struct tty_ldisc_ops *ldisc) in tty_unregister_ldisc() argument 88 tty_ldiscs[ldisc->num] = NULL; in tty_unregister_ldisc() 244 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() 539 if (tty->ldisc->ops->num == disc) in tty_set_ldisc() 554 old_ldisc = tty->ldisc; in tty_set_ldisc() 560 tty->ldisc = new_ldisc; in tty_set_ldisc() 570 if (tty->ldisc->ops->num != old_ldisc->ops->num && tty->ops->set_ldisc) { in tty_set_ldisc() [all …]
|
| H A D | tty_ioctl.c | 897 struct tty_ldisc *ld = tty->ldisc; in __tty_perform_flush()
|
| H A D | tty_io.c | 1350 if (!tty->ldisc) in tty_reopen()
|
| /linux/drivers/net/caif/ |
| H A D | Kconfig | 19 The CAIF TTY transport driver is a Line Discipline (ldisc) 20 identified as N_CAIF. When this ldisc is opened from user space
|
| /linux/Documentation/driver-api/tty/ |
| H A D | n_gsm.rst | 47 int ldisc = N_GSM0710; 69 ioctl(fd, TIOCSETD, &ldisc); 144 int ldisc = N_GSM0710; 159 ioctl(fd, TIOCSETD, &ldisc);
|
| H A D | index.rst | 23 short ldisc; in C, struct tty_ldisc_ops). Its task is to transform characters 24 as defined by a particular ldisc or by user too. The default one is n_tty,
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-kim | 24 daemon when the ldisc install is requested. 48 to be opened/ldisc installed, and would be '0' when UART
|
| /linux/drivers/pps/clients/ |
| H A D | Makefile | 7 obj-$(CONFIG_PPS_CLIENT_LDISC) += pps-ldisc.o
|
| /linux/Documentation/networking/caif/ |
| H A D | caif.rst | 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
|
| /linux/drivers/net/mctp/ |
| H A D | Kconfig | 13 MCTP Serial Transport Binding". By attaching the ldisc to a serial
|
| /linux/Documentation/networking/device_drivers/can/ |
| H A D | can327.rst | 80 Once the ldisc is attached, the CAN interface starts out unconfigured.
|
| /linux/Documentation/input/joydev/ |
| H A D | joystick.rst | 86 alias tty-ldisc-2 serport
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 3703 static int con_ldisc_ok(struct tty_struct *tty, int ldisc) in con_ldisc_ok() argument 3705 return ldisc == N_TTY ? 0 : -EINVAL; in con_ldisc_ok()
|