Home
last modified time | relevance | path

Searched refs:discipline (Results 1 – 25 of 46) sorted by relevance

12

/linux-6.3-rc2/Documentation/driver-api/tty/
A Dtty_ldisc.rst9 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 …]
A Dn_gsm.rst7 This line discipline implements the GSM 07.10 multiplexing protocol
25 #. Switch the serial line to using the n_gsm line discipline by using
65 /* use n_gsm line discipline */
88 /* and wait for ever to keep the line discipline enabled */
115 #. Switch the serial line to using the *n_gsm* line discipline by using
145 /* use n_gsm line discipline */
168 /* and wait for ever to keep the line discipline enabled */
A Dn_tty.rst9 The default (and fallback) :doc:`TTY line discipline <tty_ldisc>`. It tries to
A Dtty_buffer.rst11 then flip the buffer, so that the data are passed to :doc:`line discipline
/linux-6.3-rc2/drivers/s390/block/
A Ddasd_ioctl.c203 if (base->discipline->format_device == NULL) in dasd_format()
227 rc = base->discipline->format_device(base, fdata, 1); in dasd_format()
241 if (!base->discipline->check_device_format) in dasd_check_format()
332 if (!device->discipline->is_ese && !device->discipline->is_ese(device)) in dasd_release_space()
334 if (!device->discipline->release_space) in dasd_release_space()
421 if (!device->discipline->copy_pair_swap) { in dasd_ioctl_copy_pair_swap()
515 if (!base->discipline || !base->discipline->fill_info) in __dasd_ioctl_information()
518 rc = base->discipline->fill_info(base, dasd_info); in __dasd_ioctl_information()
553 memcpy(dasd_info->type, base->discipline->name, 4); in __dasd_ioctl_information()
696 if (base->discipline->ioctl) in dasd_ioctl()
[all …]
A Ddasd_erp.c182 if (device->discipline && device->discipline->dump_sense) in dasd_log_sense()
183 device->discipline->dump_sense(device, cqr, irb); in dasd_log_sense()
193 if (device->discipline && device->discipline->dump_sense_dbf) in dasd_log_sense_dbf()
194 device->discipline->dump_sense_dbf(device, irb, "log"); in dasd_log_sense_dbf()
A Ddasd.c349 if (device->discipline->basic_to_ready) in dasd_state_basic_to_ready()
567 device->discipline->reload(device); in do_reload_device()
619 if (device->discipline->kick_validate) in dasd_enable_device()
1136 if (device->discipline->hosts_print) in dasd_hosts_show()
3299 if (!base->discipline || in dasd_getgeo()
3409 if (device->discipline) { in dasd_generic_free_discipline()
3413 device->discipline = NULL; in dasd_generic_free_discipline()
3468 struct dasd_discipline *discipline; in dasd_generic_set_online() local
3478 discipline = base_discipline; in dasd_generic_set_online()
3513 device->discipline = discipline; in dasd_generic_set_online()
[all …]
A Ddasd_devmap.c604 if (!device->discipline || !device->discipline->pprc_status) { in dasd_devmap_get_pprc_status()
668 if (!device->discipline || !device->discipline->get_uid || in dasd_devmap_check_copy_relation()
1250 if (!device->discipline) in dasd_access_show()
1276 else if (!device->discipline) { in dasd_discipline_show()
1281 device->discipline->name); in dasd_discipline_show()
1342 if (device->discipline && device->discipline->get_uid && in dasd_alias_show()
1369 if (device->discipline && device->discipline->get_uid && in dasd_vendor_show()
1397 if (device->discipline && device->discipline->get_uid && in dasd_uid_show()
1622 if (device->discipline && device->discipline->reset_path) in dasd_path_reset_store()
1640 if (!device->discipline || !device->discipline->hpf_enabled) { in dasd_hpf_show()
[all …]
A Ddasd_proc.c54 if (device->discipline != NULL) in dasd_devices_show()
55 seq_printf(m, "(%s)", device->discipline->name); in dasd_devices_show()
A Ddasd_eer.c467 else if (!device->discipline || in dasd_eer_enable()
468 strcmp(device->discipline->name, "ECKD")) in dasd_eer_enable()
A Ddasd_diag.c260 if (strncmp(device->discipline->ebcname, (char *) &cqr->magic, 4)) { in dasd_ext_handler()
264 cqr->magic, *(int *) (&device->discipline->name)); in dasd_ext_handler()
/linux-6.3-rc2/drivers/s390/char/
A Dtape_core.c374 struct tape_discipline *discipline) in tape_generic_online() argument
388 device->discipline = discipline; in tape_generic_online()
389 if (!try_module_get(discipline->owner)) { in tape_generic_online()
393 rc = discipline->setup_device(device); in tape_generic_online()
413 device->discipline->cleanup_device(device); in tape_generic_online()
414 device->discipline = NULL; in tape_generic_online()
416 module_put(discipline->owner); in tape_generic_online()
424 device->discipline->cleanup_device(device); in tape_cleanup_device()
425 module_put(device->discipline->owner); in tape_cleanup_device()
1211 } else if (device->discipline != NULL && in tape_open()
[all …]
A Dtape_char.c166 request = device->discipline->read_block(device, block_size); in tapechar_read()
219 request = device->discipline->write_block(device, block_size); in tapechar_write()
247 if (device->discipline->process_eov) in tapechar_write()
248 device->discipline->process_eov(device); in tapechar_write()
426 if (device->discipline->ioctl_fn == NULL) in __tapechar_ioctl()
428 return device->discipline->ioctl_fn(device, no, (unsigned long)data); in __tapechar_ioctl()
A Dtape.h193 struct tape_discipline * discipline; member
/linux-6.3-rc2/drivers/misc/ti-st/
A DKconfig3 # TI's shared transport line discipline and the protocol
6 menu "Texas Instruments shared transport line discipline"
/linux-6.3-rc2/Documentation/process/
A Dmagic-number.rst17 discipline-specific structures back and forth.
27 Please follow this discipline when you are adding future enhancements
31 discipline, these cases get detected quickly and safely.
/linux-6.3-rc2/Documentation/networking/device_drivers/can/
A Dcan327.rst41 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-6.3-rc2/drivers/pps/clients/
A DKconfig18 tristate "PPS line discipline"
/linux-6.3-rc2/drivers/net/mctp/
A DKconfig12 serial line-discipline, as defined by DMTF specification "DSP0253 -
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-platform-kim44 configuring baud and install line discipline via this sysfs
/linux-6.3-rc2/Documentation/accounting/
A Dtaskstats-struct.rst69 /* The scheduling discipline as set in task->policy field. */
70 __u8 ac_sched; /* Scheduling discipline */
/linux-6.3-rc2/drivers/tty/
A DKconfig176 line discipline that is in a kernel module when a user asks
245 tristate "HDLC line discipline support"
305 tristate "GSM MUX line discipline support (EXPERIMENTAL)"
308 This line discipline provides support for the GSM MUX protocol and
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/
A Dnet_prio.rst49 queueing discipline (qdisc) so priorities will be assigned prior to the hardware
/linux-6.3-rc2/net/sched/
A DKconfig126 scheduling algorithm. This queueing discipline allows the combination
368 This queuing discipline allows userspace to plug/unplug a network
394 queuing discipline that merges functionality of PRIO and DRR
408 bool "Allow override default queue discipline"
410 Support for selection of default queuing discipline.
421 prompt "Default queuing discipline"
424 Select the queueing discipline that will be used by default
/linux-6.3-rc2/Documentation/translations/it_IT/process/
A Dmagic-number.rst22 strutture specifiche per driver e discipline.

Completed in 137 milliseconds

12