Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/tty/
H A Dn_gsm.rst47 int ldisc = N_GSM0710;
69 ioctl(fd, TIOCSETD, &ldisc);
144 int ldisc = N_GSM0710;
159 ioctl(fd, TIOCSETD, &ldisc);
H A Dindex.rst23 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 Dsysfs-platform-kim24 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 DMakefile7 obj-$(CONFIG_PPS_CLIENT_LDISC) += pps-ldisc.o
/linux/drivers/net/mctp/
H A DKconfig13 MCTP Serial Transport Binding". By attaching the ldisc to a serial
/linux/drivers/tty/
H A Dtty_ioctl.c897 struct tty_ldisc *ld = tty->ldisc; in __tty_perform_flush()
/linux/Documentation/networking/device_drivers/can/
H A Dcan327.rst80 Once the ldisc is attached, the CAN interface starts out unconfigured.
/linux/Documentation/input/joydev/
H A Djoystick.rst86 alias tty-ldisc-2 serport
/linux/drivers/tty/vt/
H A Dvt.c3805 static int con_ldisc_ok(struct tty_struct *tty, int ldisc) in con_ldisc_ok() argument
3807 return ldisc == N_TTY ? 0 : -EINVAL; in con_ldisc_ok()