| /linux-6.15/drivers/tty/ |
| H A D | tty_port.c | 66 struct tty_struct *tty = tty_port_tty_get(port); in tty_port_default_wakeup() 322 struct tty_struct *tty_port_tty_get(struct tty_port *port) in tty_port_tty_get() function 332 EXPORT_SYMBOL(tty_port_tty_get); 421 struct tty_struct *tty = tty_port_tty_get(port); in tty_port_tty_hangup()
|
| H A D | mips_ejtag_fdc.c | 466 tty = tty_port_tty_get(&dport->port); in mips_ejtag_fdc_put_chan()
|
| H A D | n_gsm.c | 1713 tty = tty_port_tty_get(&dlci->port); in gsm_control_modem() 2424 tty = tty_port_tty_get(port); in gsm_dlci_data() 2727 struct tty_struct *tty = tty_port_tty_get(&dlci->port); in gsm_dlci_release()
|
| /linux-6.15/arch/um/drivers/ |
| H A D | line.c | 309 struct tty_struct *tty = tty_port_tty_get(port); in line_destruct() 507 struct tty_struct *tty = tty_port_tty_get(&line->port); in line_get_config() 653 tty = tty_port_tty_get(winch->port); in winch_interrupt() 722 wtty = tty_port_tty_get(winch->port); in unregister_winch()
|
| /linux-6.15/Documentation/driver-api/tty/ |
| H A D | tty_port.rst | 40 :identifiers: tty_port_tty_get tty_port_tty_set
|
| /linux-6.15/drivers/tty/hvc/ |
| H A D | hvc_console.c | 572 tty = tty_port_tty_get(&hp->port); in hvc_set_winsz() 661 tty = tty_port_tty_get(&hp->port); in __hvc_poll() 982 tty = tty_port_tty_get(&hp->port); in hvc_remove()
|
| H A D | hvsi_lib.c | 381 pv->tty = tty_port_tty_get(&hp->port); in hvsilib_open()
|
| H A D | hvcs.c | 809 tty = tty_port_tty_get(&hvcsd->port); in hvcs_remove()
|
| H A D | hvsi.c | 485 tty = tty_port_tty_get(&hp->port); in hvsi_interrupt()
|
| /linux-6.15/include/linux/ |
| H A D | tty_port.h | 232 struct tty_struct *tty_port_tty_get(struct tty_port *port);
|
| /linux-6.15/drivers/isdn/capi/ |
| H A D | capi.c | 312 tty = tty_port_tty_get(&mp->port); in capincci_free_minor() 329 tty = tty_port_tty_get(&mp->port); in capincci_minor_opencount() 416 tty = tty_port_tty_get(&mp->port); in handle_recv_skb() 500 tty = tty_port_tty_get(&mp->port); in handle_minor_send()
|
| /linux-6.15/drivers/tty/serdev/ |
| H A D | serdev-ttyport.c | 52 tty = tty_port_tty_get(port); in ttyport_write_wakeup()
|
| /linux-6.15/drivers/s390/char/ |
| H A D | sclp_tty.c | 318 struct tty_struct *tty = tty_port_tty_get(&sclp_port); in sclp_tty_input()
|
| H A D | keyboard.c | 490 tty = tty_port_tty_get(kbd->port); in kbd_ioctl()
|
| H A D | con3215.c | 357 tty = tty_port_tty_get(&raw->port); in raw3215_irq()
|
| H A D | con3270.c | 1023 tty = tty_port_tty_get(&tp->port); in tty3270_resize() 1045 struct tty_struct *tty = tty_port_tty_get(&tp->port); in tty3270_release()
|
| /linux-6.15/drivers/mmc/core/ |
| H A D | sdio_uart.c | 422 tty = tty_port_tty_get(&port->port); in sdio_uart_transmit_chars() 472 tty = tty_port_tty_get(&port->port); in sdio_uart_check_modem_status()
|
| /linux-6.15/drivers/usb/serial/ |
| H A D | mct_u232.c | 568 tty = tty_port_tty_get(&port->port); in mct_u232_read_int_callback()
|
| H A D | ch341.c | 763 tty = tty_port_tty_get(&port->port); in ch341_update_status()
|
| H A D | f81232.c | 228 tty = tty_port_tty_get(&port->port); in f81232_read_msr()
|
| H A D | cypress_m8.c | 1051 tty = tty_port_tty_get(&port->port); in cypress_read_int_callback()
|
| H A D | io_ti.c | 1577 tty = tty_port_tty_get(&edge_port->port->port); in handle_new_msr() 1829 tty = tty_port_tty_get(&port->port); in edge_bulk_out_callback()
|
| H A D | pl2303.c | 1171 tty = tty_port_tty_get(&port->port); in pl2303_update_line_status()
|
| /linux-6.15/net/bluetooth/rfcomm/ |
| H A D | tty.c | 467 tty = tty_port_tty_get(&dev->port); in __rfcomm_release_dev()
|
| /linux-6.15/drivers/staging/greybus/ |
| H A D | uart.c | 932 tty = tty_port_tty_get(&gb_tty->port); in gb_uart_remove()
|