| /linux-6.15/drivers/accessibility/speakup/ |
| H A D | selection.c | 54 tty_kref_put(tty); in __speakup_set_selection() 72 tty_kref_put(tty); in speakup_set_selection() 103 tty_kref_put(tty); in speakup_cancel_selection() 113 tty_kref_put(tty); in __speakup_paste_selection() 125 tty_kref_put(tty); in speakup_paste_selection() 140 tty_kref_put(tty); in speakup_cancel_paste()
|
| /linux-6.15/drivers/tty/ |
| H A D | tty_mutex.c | 29 tty_kref_put(tty); in tty_lock_interruptible() 36 tty_kref_put(tty); in tty_unlock()
|
| H A D | tty_jobctrl.c | 84 tty_kref_put(tty); in proc_clear_tty() 115 tty_kref_put(current->signal->tty); in __proc_set_tty() 286 tty_kref_put(tty); in disassociate_ctty() 315 tty_kref_put(tty); in disassociate_ctty()
|
| H A D | tty_port.c | 70 tty_kref_put(tty); in tty_port_default_wakeup() 347 tty_kref_put(port->tty); in tty_port_tty_set() 408 tty_kref_put(tty); in tty_port_hangup() 425 tty_kref_put(tty); in tty_port_tty_hangup()
|
| H A D | tty_io.c | 622 tty_kref_put(tty); in __tty_hangup() 711 tty_kref_put(tty); in tty_vhangup_self() 1563 void tty_kref_put(struct tty_struct *tty) in tty_kref_put() function 1568 EXPORT_SYMBOL(tty_kref_put); 1601 tty_kref_put(tty->link); in release_tty() 1602 tty_kref_put(tty); in release_tty() 1891 tty_kref_put(tty); /* safe to drop the kref now */ in tty_open_current_tty() 1973 tty_kref_put(tty); in tty_kopen() 2062 tty_kref_put(tty); in tty_open_by_driver() 2069 tty_kref_put(tty); /* drop kref from tty_driver_lookup_tty() */ in tty_open_by_driver()
|
| H A D | n_gsm.c | 1717 tty_kref_put(tty); in gsm_control_modem() 2428 tty_kref_put(tty); in gsm_dlci_data() 2741 tty_kref_put(tty); in gsm_dlci_release() 3597 tty_kref_put(gsm->tty); in gsmld_detach_gsm()
|
| H A D | mips_ejtag_fdc.c | 469 tty_kref_put(tty); in mips_ejtag_fdc_put_chan()
|
| /linux-6.15/drivers/usb/serial/ |
| H A D | console.c | 170 tty_kref_put(tty); in usb_console_setup() 186 tty_kref_put(tty); in usb_console_setup()
|
| H A D | mct_u232.c | 581 tty_kref_put(tty); in mct_u232_read_int_callback()
|
| H A D | ch341.c | 767 tty_kref_put(tty); in ch341_update_status()
|
| H A D | f81232.c | 233 tty_kref_put(tty); in f81232_read_msr()
|
| /linux-6.15/drivers/leds/trigger/ |
| H A D | ledtrig-tty.c | 101 tty_kref_put(trigger_data->tty); in ttyname_store() 341 tty_kref_put(trigger_data->tty); in ledtrig_tty_deactivate()
|
| /linux-6.15/Documentation/driver-api/tty/ |
| H A D | tty_struct.rst | 33 :identifiers: tty_kref_put
|
| /linux-6.15/drivers/net/caif/ |
| H A D | caif_serial.c | 339 tty_kref_put(tty); in ldisc_open() 358 tty_kref_put(ser->tty); in ldisc_close()
|
| /linux-6.15/drivers/isdn/capi/ |
| H A D | capi.c | 315 tty_kref_put(tty); in capincci_free_minor() 332 tty_kref_put(tty); in capincci_minor_opencount() 477 tty_kref_put(tty); in handle_recv_skb() 506 tty_kref_put(tty); in handle_minor_send() 568 tty_kref_put(tty); in handle_minor_send()
|
| /linux-6.15/drivers/tty/hvc/ |
| H A D | hvc_console.c | 581 tty_kref_put(tty); in hvc_set_winsz() 757 tty_kref_put(tty); in __hvc_poll() 1009 tty_kref_put(tty); in hvc_remove()
|
| H A D | hvsi_lib.c | 411 tty_kref_put(pv->tty); in hvsilib_close()
|
| /linux-6.15/arch/um/drivers/ |
| H A D | line.c | 512 tty_kref_put(tty); in line_get_config() 664 tty_kref_put(tty); in winch_interrupt() 729 tty_kref_put(wtty); in unregister_winch()
|
| /linux-6.15/include/linux/ |
| H A D | tty.h | 338 void tty_kref_put(struct tty_struct *tty); 353 static inline void tty_kref_put(struct tty_struct *tty) in tty_kref_put() function
|
| /linux-6.15/drivers/s390/char/ |
| H A D | fs3270.c | 437 tty_kref_put(tty); in fs3270_open() 441 tty_kref_put(tty); in fs3270_open()
|
| H A D | sclp_tty.c | 348 tty_kref_put(tty); in sclp_tty_input()
|
| H A D | keyboard.c | 493 tty_kref_put(tty); in kbd_ioctl()
|
| /linux-6.15/drivers/mmc/core/ |
| H A D | sdio_uart.c | 427 tty_kref_put(tty); in sdio_uart_transmit_chars() 443 tty_kref_put(tty); in sdio_uart_transmit_chars() 488 tty_kref_put(tty); in sdio_uart_check_modem_status()
|
| /linux-6.15/drivers/tty/serdev/ |
| H A D | serdev-ttyport.c | 63 tty_kref_put(tty); in ttyport_write_wakeup()
|
| /linux-6.15/security/apparmor/ |
| H A D | file.c | 643 tty_kref_put(tty); in revalidate_tty()
|