Home
last modified time | relevance | path

Searched refs:tty_kref_put (Results 1 – 25 of 41) sorted by relevance

12

/linux/drivers/accessibility/speakup/
H A Dselection.c54 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 Dtty_mutex.c29 tty_kref_put(tty); in tty_lock_interruptible()
36 tty_kref_put(tty); in tty_unlock()
H A Dtty_port.c70 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 Dtty_io.c619 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 Dn_gsm.c1717 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 Dmips_ejtag_fdc.c469 tty_kref_put(tty); in mips_ejtag_fdc_put_chan()
/linux/drivers/usb/serial/
H A Dconsole.c170 tty_kref_put(tty); in usb_console_setup()
186 tty_kref_put(tty); in usb_console_setup()
H A Dch341.c767 tty_kref_put(tty); in ch341_update_status()
H A Df81232.c233 tty_kref_put(tty); in f81232_read_msr()
H A Dcypress_m8.c1139 tty_kref_put(tty); in cypress_read_int_callback()
H A Dio_ti.c1583 tty_kref_put(tty); in handle_new_msr()
1831 tty_kref_put(tty); in edge_bulk_out_callback()
H A Dpl2303.c1177 tty_kref_put(tty); in pl2303_update_line_status()
/linux/Documentation/driver-api/tty/
H A Dtty_struct.rst33 :identifiers: tty_kref_put
/linux/drivers/net/caif/
H A Dcaif_serial.c339 tty_kref_put(tty); in ldisc_open()
358 tty_kref_put(ser->tty); in ldisc_close()
/linux/arch/um/drivers/
H A Dline.c512 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 Dtty.h124 * @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 Dfs3270.c437 tty_kref_put(tty); in fs3270_open()
441 tty_kref_put(tty); in fs3270_open()
H A Dsclp_tty.c348 tty_kref_put(tty); in sclp_tty_input()
H A Dkeyboard.c494 tty_kref_put(tty); in kbd_ioctl()
H A Dcon3215.c446 tty_kref_put(tty); in raw3215_irq()
H A Dcon3270.c1033 tty_kref_put(tty); in tty3270_resize()
1056 tty_kref_put(tty); in tty3270_release()
/linux/drivers/tty/serdev/
H A Dserdev-ttyport.c63 tty_kref_put(tty); in ttyport_write_wakeup()
/linux/drivers/tty/hvc/
H A Dhvsi_lib.c411 tty_kref_put(pv->tty); in hvsilib_close()
H A Dhvsi.c507 tty_kref_put(tty); in hvsi_interrupt()
/linux/security/apparmor/
H A Dfile.c677 tty_kref_put(tty); in revalidate_tty()

12