aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/tty_driver.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)1-2/+2
2023-11-25tty: fix tty_operations types in documentationJiri Slaby (SUSE)1-3/+2
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-3/+3
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-2/+1
2022-09-22tty: remove TTY_DRIVER_MAGICнаб1-5/+0
2022-09-09termios: get rid of non-UAPI asm/termios.hAl Viro1-0/+1
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen1-2/+2
2021-11-26tty: reformat TTY_DRIVER_ flags into kernel-docJiri Slaby1-43/+47
2021-11-26tty: combine tty_operations triple docs into kernel-docJiri Slaby1-9/+27
2021-11-26tty: add kernel-doc for tty_operationsJiri Slaby1-157/+241
2021-11-26tty: add kernel-doc for tty_driverJiri Slaby1-12/+50
2021-10-30tty: Fix extra "not" in TTY_DRIVER_REAL_RAW descriptionAnssi Hannula1-1/+1
2021-09-22tty: remove extern from functions in tty headersJiri Slaby1-4/+4
2021-07-27tty: drop put_tty_driverJiri Slaby1-1/+0
2021-07-27tty: make tty_set_operations an inlineJiri Slaby1-2/+6
2021-07-27tty: drop alloc_tty_driverJiri Slaby1-12/+0
2021-07-27tty: include kref.h in tty_driver.hJiri Slaby1-0/+1
2021-07-27tty: move tty_driver related prototypes to tty_driver.hJiri Slaby1-0/+17
2021-05-13tty: remove unused tty_throttleJiri Slaby1-1/+1
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-2/+2
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby1-2/+2
2021-04-10tty: fix return value for unsupported ioctlsJohan Hovold1-1/+1
2020-12-04tty: Remove dead termiox codeJann Horn1-9/+0
2018-09-14tty_ioctl(): start taking TIOC[SG]SERIAL into separate methodsAl Viro1-0/+3
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-28pty: show associative slave of ptmx in fdinfoMasatake YAMATO1-0/+2
2017-06-30randstruct: Mark various structs for randomizationKees Cook1-2/+2
2016-04-26devpts: more pty driver interface cleanupsLinus Torvalds1-2/+2
2015-08-03Avoid usb reset crashes by making tty_io cdevs truly dynamicRichard Watts1-1/+1
2014-09-23tty: Serialize tty flow control changes with flow_lockPeter Hurley1-0/+4
2014-07-10tty: Document locking for tty driver methodsPeter Hurley1-3/+5
2013-02-04tty: Document required behavior of tty driver close()Peter Hurley1-0/+1
2012-08-13TTY: move cdev_add to tty_register_deviceJiri Slaby1-1/+1
2012-08-13TTY: add support for unnumbered device nodesJiri Slaby1-0/+6
2012-08-13TTY: pty, switch to tty_alloc_driverJiri Slaby1-0/+4
2012-08-10TTY: pass flags to alloc_tty_driverJiri Slaby1-4/+19
2012-07-17tty: Move the handling of the tty release logicAlan Cox1-8/+3
2012-06-13TTY: add ports array to tty_driverJiri Slaby1-0/+1
2012-03-08TTY: tty_driver, document tty->ops->shutdown limitationJiri Slaby1-0/+2
2012-03-08TTY: remove minor_num from tty_driverJiri Slaby1-1/+0
2012-03-08TTY: let alloc_tty_driver deduce the owner automaticallyJiri Slaby1-1/+4
2012-01-17tty: remove unused tty_driver->termios_lockedKonstantin Khlebnikov1-1/+0
2011-08-23TTY: pty, fix pty countingJiri Slaby1-0/+3
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-5/+4
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2010-12-16tty: fix typos/errors in tty_driver.h commentsTimur Tabi1-4/+4