/linux/include/linux/ |
H A D | tty_driver.h | 61 * &tty_operations.break_ctl instead of using a simple on/off interface. 106 * struct tty_operations -- interface between driver and tty 442 struct tty_operations { struct 555 const struct tty_operations *ops; 584 const struct tty_operations *op) in tty_set_operations() 443 lookuptty_operations global() argument 445 installtty_operations global() argument 446 removetty_operations global() argument 447 opentty_operations global() argument 448 closetty_operations global() argument 449 shutdowntty_operations global() argument 450 cleanuptty_operations global() argument 451 writetty_operations global() argument 452 put_chartty_operations global() argument 453 flush_charstty_operations global() argument 454 write_roomtty_operations global() argument 455 chars_in_buffertty_operations global() argument 456 ioctltty_operations global() argument 458 compat_ioctltty_operations global() argument 460 set_termiostty_operations global() argument 461 throttletty_operations global() argument 462 unthrottletty_operations global() argument 463 stoptty_operations global() argument 464 starttty_operations global() argument 465 hanguptty_operations global() argument 466 break_ctltty_operations global() argument 467 flush_buffertty_operations global() argument 468 ldisc_oktty_operations global() argument 469 set_ldisctty_operations global() argument 470 wait_until_senttty_operations global() argument 471 send_xchartty_operations global() argument 472 tiocmgettty_operations global() argument 473 tiocmsettty_operations global() argument 475 resizetty_operations global() argument 476 get_icounttty_operations global() argument 478 get_serialtty_operations global() argument 479 set_serialtty_operations global() argument 480 show_fdinfotty_operations global() argument 482 poll_inittty_operations global() argument 483 poll_get_chartty_operations global() argument 484 poll_put_chartty_operations global() argument 486 proc_showtty_operations global() argument
|
H A D | tty.h | 119 struct tty_operations; 128 * @ops: &struct tty_operations of @driver for this tty (open, close, etc.) 194 const struct tty_operations *ops;
|
/linux/scripts/ |
H A D | const_structs.checkpatch | 98 tty_operations
|
/linux/drivers/tty/ |
H A D | ttynull.c | 43 static const struct tty_operations ttynull_ops = {
|
H A D | pty.c | 498 static const struct tty_operations master_pty_ops_bsd = { 513 static const struct tty_operations slave_pty_ops_bsd = { 745 static const struct tty_operations ptm_unix98_ops = { 762 static const struct tty_operations pty_unix98_ops = {
|
H A D | goldfish.c | 227 static const struct tty_operations goldfish_tty_ops = {
|
H A D | ehv_bytechan.c | 605 static const struct tty_operations ehv_bc_ops = {
|
H A D | vcc.c | 1006 static const struct tty_operations vcc_ops = {
|
H A D | mips_ejtag_fdc.c | 871 static const struct tty_operations mips_ejtag_fdc_tty_ops = {
|
/linux/arch/um/drivers/ |
H A D | line.h | 80 const struct tty_operations *driver,
|
H A D | stdio_console.c | 98 static const struct tty_operations console_ops = {
|
H A D | ssl.c | 92 static const struct tty_operations ssl_ops = {
|
H A D | line.c | 544 const struct tty_operations *ops, in register_lines()
|
/linux/Documentation/driver-api/tty/ |
H A D | tty_driver.rst | 116 noted at the end. struct tty_operations are documented next. 129 :identifiers: tty_operations
|
H A D | tty_ldisc.rst | 53 These are documented as a part of struct tty_operations.
|
/linux/arch/xtensa/platforms/iss/ |
H A D | console.c | 96 static const struct tty_operations serial_ops = {
|
/linux/drivers/usb/serial/ |
H A D | console.c | 47 static const struct tty_operations usb_console_fake_tty_ops = {
|
/linux/drivers/ipack/devices/ |
H A D | ipoctal.c | 26 static const struct tty_operations ipoctal_fops; 671 static const struct tty_operations ipoctal_fops = {
|
/linux/drivers/misc/bcm-vk/ |
H A D | bcm_vk_tty.c | 223 static const struct tty_operations serial_ops = {
|
/linux/drivers/s390/char/ |
H A D | sclp_tty.c | 482 static const struct tty_operations sclp_ops = {
|
H A D | sclp_vt220.c | 713 static const struct tty_operations sclp_vt220_ops = {
|
H A D | con3215.c | 1116 static const struct tty_operations tty3215_ops = {
|
/linux/drivers/usb/host/ |
H A D | xhci-dbgtty.c | 376 static const struct tty_operations dbc_tty_ops = {
|
/linux/drivers/staging/greybus/ |
H A D | uart.c | 776 static const struct tty_operations gb_ops = {
|
/linux/net/bluetooth/rfcomm/ |
H A D | tty.c | 1099 static const struct tty_operations rfcomm_ops = {
|