/linux/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/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_port.c | 70 tty_kref_put(tty); in tty_port_default_wakeup() 327 tty_kref_put(port->tty); in tty_port_tty_set() 388 tty_kref_put(tty); in tty_port_hangup() 404 tty_kref_put(tty); in __tty_port_tty_hangup()
|
H A D | tty_io.c | 619 tty_kref_put(tty); in __tty_hangup() 708 tty_kref_put(tty); in tty_vhangup_self() 1548 * tty_kref_put - release a tty kref 1554 void tty_kref_put(struct tty_struct *tty) in tty_kref_put() function 1559 EXPORT_SYMBOL(tty_kref_put); 1592 tty_kref_put(tty->link); in release_tty() 1593 tty_kref_put(tty); in release_tty() 1882 tty_kref_put(tty); /* safe to drop the kref now */ in tty_open_current_tty() 1964 tty_kref_put(tty); in tty_kopen() 2053 tty_kref_put(tt in tty_open_by_driver() [all...] |
H A D | n_gsm.c | 1717 tty_kref_put(tty); in gsm_control_modem() 2428 tty_kref_put(tty); in gsm_dlci_data() 2733 /* We cannot use tty_hangup() because in tty_kref_put() the tty in gsm_dlci_release() 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/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 | 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()
|
H A D | cypress_m8.c | 1139 tty_kref_put(tty); in cypress_read_int_callback()
|
H A D | io_ti.c | 1583 tty_kref_put(tty); in handle_new_msr() 1831 tty_kref_put(tty); in edge_bulk_out_callback()
|
H A D | pl2303.c | 1177 tty_kref_put(tty); in pl2303_update_line_status()
|
/linux/Documentation/driver-api/tty/ |
H A D | tty_struct.rst | 33 :identifiers: tty_kref_put
|
/linux/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/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/include/linux/ |
H A D | tty.h | 124 * @kref: reference counting by tty_kref_get() and tty_kref_put(), reaching zero 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/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 | 494 tty_kref_put(tty); in kbd_ioctl()
|
H A D | con3215.c | 446 tty_kref_put(tty); in raw3215_irq()
|
H A D | con3270.c | 1033 tty_kref_put(tty); in tty3270_resize() 1056 tty_kref_put(tty); in tty3270_release()
|
/linux/drivers/tty/serdev/ |
H A D | serdev-ttyport.c | 63 tty_kref_put(tty); in ttyport_write_wakeup()
|
/linux/drivers/tty/hvc/ |
H A D | hvsi_lib.c | 411 tty_kref_put(pv->tty); in hvsilib_close()
|
H A D | hvsi.c | 507 tty_kref_put(tty); in hvsi_interrupt()
|
/linux/security/apparmor/ |
H A D | file.c | 677 tty_kref_put(tty); in revalidate_tty()
|