| /linux/Documentation/driver-api/tty/ |
| H A D | tty_ldisc.rst | 9 TTY line discipline process all incoming and outgoing character from/to a tty 10 device. The default line discipline is :doc:`N_TTY <n_tty>`. It is also a 11 fallback if establishing any other discipline for a tty fails. If even N_TTY 19 structure. At the point of registration the discipline must be ready to use and 24 discipline even with the same data or your computer again will be eaten by 25 demons. In order to remove a line discipline call tty_unregister_ldisc(). 29 discipline. The reference count of the tty_ldisc structure within a tty counts 52 Line discipline methods can call the methods of the underlying hardware driver. 58 Line discipline methods have access to :c:member:`tty_struct.flags` field. See 64 Callers to the line discipline functions from the tty layer are required to [all …]
|
| H A D | n_gsm.rst | 7 This line discipline implements the GSM 07.10 multiplexing protocol 25 #. Switch the serial line to using the n_gsm line discipline by using 68 /* use n_gsm line discipline */ 98 /* and wait for ever to keep the line discipline enabled */ 125 #. Switch the serial line to using the *n_gsm* line discipline by using 158 /* use n_gsm line discipline */ 188 /* and wait for ever to keep the line discipline enabled */
|
| H A D | n_tty.rst | 9 The default (and fallback) :doc:`TTY line discipline <tty_ldisc>`. It tries to
|
| H A D | tty_buffer.rst | 11 then flip the buffer, so that the data are passed to :doc:`line discipline
|
| /linux/drivers/s390/block/ |
| H A D | dasd_erp.c | 178 if (device->discipline && device->discipline->dump_sense) in dasd_log_sense() 179 device->discipline->dump_sense(device, cqr, irb); in dasd_log_sense() 189 if (device->discipline && device->discipline->dump_sense_dbf) in dasd_log_sense_dbf() 190 device->discipline->dump_sense_dbf(device, irb, "log"); in dasd_log_sense_dbf()
|
| H A D | dasd_eer.c | 462 else if (!device->discipline || in dasd_eer_enable() 463 strcmp(device->discipline->name, "ECKD")) in dasd_eer_enable()
|
| H A D | dasd_alias.c | 187 device->discipline->get_uid(device, &uid); in dasd_alias_make_device_known_to_lcu() 249 device->discipline->get_uid(device, &uid); in dasd_alias_disconnect_device_from_lcu()
|
| H A D | dasd_int.h | 558 struct dasd_discipline *discipline; member
|
| /linux/Documentation/networking/device_drivers/can/ |
| H A D | can327.rst | 41 is up to the user to attach it in form of a TTY line discipline 58 How to attach the line discipline 64 If you have kept this default configuration, the line discipline can 78 sheet. This needs to be done before attaching the line discipline. 250 programmed by the user before attaching the line discipline. See the
|
| /linux/drivers/pps/clients/ |
| H A D | Kconfig | 18 tristate "PPS line discipline"
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-kim | 44 configuring baud and install line discipline via this sysfs
|
| /linux/drivers/net/mctp/ |
| H A D | Kconfig | 12 serial line-discipline, as defined by DMTF specification "DSP0253 -
|
| /linux/net/sched/ |
| H A D | Kconfig | 126 scheduling algorithm. This queueing discipline allows the combination 367 This queuing discipline allows userspace to plug/unplug a network 393 queuing discipline that merges functionality of PRIO and DRR 431 bool "Allow override default queue discipline" 433 Support for selection of default queuing discipline. 444 prompt "Default queuing discipline" 447 Select the queueing discipline that will be used by default
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | net_prio.rst | 49 queueing discipline (qdisc) so priorities will be assigned prior to the hardware
|
| /linux/Documentation/networking/caif/ |
| H A D | caif.rst | 34 TTY, we are installing our physical serial driver as a line discipline above
|
| /linux/Documentation/networking/device_drivers/ethernet/microsoft/ |
| H A D | netvsc.rst | 79 most cases. The exceptions are if some special queue discipline or
|
| /linux/Documentation/admin-guide/ |
| H A D | devices.rst | 167 disciplines; these include the common terminal line discipline as well 250 other capabilities requiring a TTY line discipline (including SLIP or
|
| /linux/sound/soc/ti/ |
| H A D | Kconfig | 140 a line discipline #19 on the modem (ttyS3) serial line. The simplest
|
| /linux/Documentation/networking/ |
| H A D | xsk-tx-metadata.rst | 77 compared to the ETF queuing discipline, which organizes packets and delays
|
| H A D | phonet.rst | 22 - an RS232 serial port (with a dedicated "FBUS" line discipline),
|
| H A D | ppp_generic.rst | 70 a serial port to the PPPDISC line discipline causes the ppp_async
|
| /linux/drivers/input/serio/ |
| H A D | Kconfig | 44 tristate "Serial port line discipline"
|
| /linux/drivers/s390/net/ |
| H A D | qeth_core.h | 844 const struct qeth_discipline *discipline; member
|
| /linux/Documentation/input/joydev/ |
| H A D | joystick.rst | 73 discipline module loaded and the inputattach utility started::
|
| /linux/Documentation/process/ |
| H A D | 2.Process.rst | 30 A relatively straightforward discipline is followed with regard to the
|