Home
last modified time | relevance | path

Searched refs:hangup (Results 1 - 25 of 90) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/tty/
H A Dttynull.c46 .hangup = ttynull_hangup,
H A Dtty_ldisc.c41 * must be taken with irqs off because there are hangup path
463 /* BTM here locks versus a hangup event */ in tty_ldisc_open()
550 * the close of one side of a tty/pty pair, and eventually hangup.
577 /* We were raced by hangup */ in tty_set_ldisc()
703 * tty_ldisc_hangup - hangup ldisc reset
706 * Some tty devices reset their termios when they receive a hangup
721 tty_ldisc_debug(tty, "%p: hangup\n", tty->ldisc); in tty_ldisc_hangup()
731 if (ld->ops->hangup) in tty_ldisc_hangup()
732 ld->ops->hangup(tty); in tty_ldisc_hangup()
/kernel/linux/linux-6.6/drivers/tty/
H A Dttynull.c46 .hangup = ttynull_hangup,
H A Dtty_ldisc.c41 * must be taken with irqs off because there are hangup path
431 /* BTM here locks versus a hangup event */ in tty_ldisc_open()
517 * tty/pty pair, and eventually hangup.
543 /* We were raced by hangup */ in tty_set_ldisc()
670 * tty_ldisc_hangup - hangup ldisc reset
674 * Some tty devices reset their termios when they receive a hangup event. In
688 tty_ldisc_debug(tty, "%p: hangup\n", tty->ldisc); in tty_ldisc_hangup()
698 if (ld->ops->hangup) in tty_ldisc_hangup()
699 ld->ops->hangup(tty); in tty_ldisc_hangup()
H A Drpmsg_tty.c128 .hangup = rpmsg_tty_hangup,
/kernel/linux/linux-5.10/include/linux/
H A Dtty_ldisc.h101 * int (*hangup)(struct tty_struct *)
103 * Called on a hangup. Tells the discipline that it should
199 int (*hangup)(struct tty_struct *tty); member
H A Dtty_driver.h173 * void (*hangup)(struct tty_struct *tty);
270 void (*hangup)(struct tty_struct *tty); member
/kernel/linux/linux-6.6/include/linux/
H A Dtty_ldisc.h155 * @hangup: [TTY] ``void ()(struct tty_struct *tty)``
157 * Called on a hangup. Tells the discipline that it should cease I/O to
252 void (*hangup)(struct tty_struct *tty); member
H A Dtty_driver.h205 * @hangup: ``void ()(struct tty_struct *tty)``
231 * hangup, to implement %TCOFLUSH ioctl and similar.
373 void (*hangup)(struct tty_struct *tty); member
/kernel/linux/linux-5.10/drivers/char/
H A Dttyprintk.c162 * TTY operations hangup function.
177 .hangup = tpk_hangup,
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dssl.c106 .hangup = line_hangup,
H A Dstdio_console.c112 .hangup = line_hangup,
/kernel/linux/linux-5.10/arch/xtensa/platforms/iss/
H A Dconsole.c164 .hangup = rs_hangup,
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dstdio_console.c109 .hangup = line_hangup,
H A Dssl.c103 .hangup = line_hangup,
/kernel/linux/linux-5.10/drivers/staging/fwserial/
H A Dfwserial.h204 * @hangup: work responsible for HUPing when carrier is dropped/lost
253 struct work_struct hangup; member
/kernel/linux/linux-6.6/drivers/char/
H A Dttyprintk.c129 * TTY operations hangup function.
157 .hangup = tpk_hangup,
/kernel/linux/linux-5.10/drivers/input/serio/
H A Dserport.c285 .hangup = serport_ldisc_hangup,
/kernel/linux/linux-6.6/drivers/input/serio/
H A Dserport.c285 .hangup = serport_ldisc_hangup,
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dkgdb_nmi.c321 .hangup = kgdb_nmi_tty_hangup,
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dcx20442.c254 /* Line discipline .hangup() */
293 .hangup = v253_hangup,
/kernel/linux/linux-5.10/drivers/staging/gdm724x/
H A Dgdm_tty.c272 .hangup = gdm_tty_hangup,
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dkgdb_nmi.c322 .hangup = kgdb_nmi_tty_hangup,
/kernel/linux/linux-6.6/drivers/staging/gdm724x/
H A Dgdm_tty.c262 .hangup = gdm_tty_hangup,
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dcx20442.c254 /* Line discipline .hangup() */
286 .hangup = v253_hangup,

Completed in 14 milliseconds

1234