summaryrefslogtreecommitdiffstats
path: root/include/linux/tty_driver.h
Commit message (Expand)AuthorAgeFilesLines
* tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)2023-12-081-2/+2
* tty: fix tty_operations types in documentationJiri Slaby (SUSE)2023-11-251-3/+2
* tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-3/+3
* tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)2023-08-111-1/+1
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
* tty: remove TTY_DRIVER_MAGICнаб2022-09-221-5/+0
* termios: get rid of non-UAPI asm/termios.hAl Viro2022-09-091-0/+1
* tty: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-2/+2
* tty: reformat TTY_DRIVER_ flags into kernel-docJiri Slaby2021-11-261-43/+47
* tty: combine tty_operations triple docs into kernel-docJiri Slaby2021-11-261-9/+27
* tty: add kernel-doc for tty_operationsJiri Slaby2021-11-261-157/+241
* tty: add kernel-doc for tty_driverJiri Slaby2021-11-261-12/+50
* tty: Fix extra "not" in TTY_DRIVER_REAL_RAW descriptionAnssi Hannula2021-10-301-1/+1
* tty: remove extern from functions in tty headersJiri Slaby2021-09-221-4/+4
* tty: drop put_tty_driverJiri Slaby2021-07-271-1/+0
* tty: make tty_set_operations an inlineJiri Slaby2021-07-271-2/+6
* tty: drop alloc_tty_driverJiri Slaby2021-07-271-12/+0
* tty: include kref.h in tty_driver.hJiri Slaby2021-07-271-0/+1
* tty: move tty_driver related prototypes to tty_driver.hJiri Slaby2021-07-271-0/+17
* tty: remove unused tty_throttleJiri Slaby2021-05-131-1/+1
* tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-2/+2
* tty: cumulate and document tty_struct::flow* membersJiri Slaby2021-05-131-2/+2
* tty: fix return value for unsupported ioctlsJohan Hovold2021-04-101-1/+1
* tty: Remove dead termiox codeJann Horn2020-12-041-9/+0
* tty_ioctl(): start taking TIOC[SG]SERIAL into separate methodsAl Viro2018-09-141-0/+3
* tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* pty: show associative slave of ptmx in fdinfoMasatake YAMATO2017-08-281-0/+2
* randstruct: Mark various structs for randomizationKees Cook2017-06-301-2/+2
* devpts: more pty driver interface cleanupsLinus Torvalds2016-04-261-2/+2
* Avoid usb reset crashes by making tty_io cdevs truly dynamicRichard Watts2015-08-031-1/+1
* tty: Serialize tty flow control changes with flow_lockPeter Hurley2014-09-231-0/+4
* tty: Document locking for tty driver methodsPeter Hurley2014-07-101-3/+5
* tty: Document required behavior of tty driver close()Peter Hurley2013-02-041-0/+1
* TTY: move cdev_add to tty_register_deviceJiri Slaby2012-08-131-1/+1
* TTY: add support for unnumbered device nodesJiri Slaby2012-08-131-0/+6
* TTY: pty, switch to tty_alloc_driverJiri Slaby2012-08-131-0/+4
* TTY: pass flags to alloc_tty_driverJiri Slaby2012-08-101-4/+19
* tty: Move the handling of the tty release logicAlan Cox2012-07-171-8/+3
* TTY: add ports array to tty_driverJiri Slaby2012-06-131-0/+1
* TTY: tty_driver, document tty->ops->shutdown limitationJiri Slaby2012-03-081-0/+2
* TTY: remove minor_num from tty_driverJiri Slaby2012-03-081-1/+0
* TTY: let alloc_tty_driver deduce the owner automaticallyJiri Slaby2012-03-081-1/+4
* tty: remove unused tty_driver->termios_lockedKonstantin Khlebnikov2012-01-171-1/+0
* TTY: pty, fix pty countingJiri Slaby2011-08-231-0/+3
* tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-5/+4
* tiocmset: kill the file pointer argumentAlan Cox2011-02-171-1/+1
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* tty: fix typos/errors in tty_driver.h commentsTimur Tabi2010-12-161-4/+4