/kernel/linux/linux-5.10/drivers/tty/ |
H A D | ttynull.c | 46 .hangup = ttynull_hangup,
|
H A D | tty_ldisc.c | 41 * 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 D | ttynull.c | 46 .hangup = ttynull_hangup,
|
H A D | tty_ldisc.c | 41 * 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 D | rpmsg_tty.c | 128 .hangup = rpmsg_tty_hangup,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tty_ldisc.h | 101 * 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 D | tty_driver.h | 173 * void (*hangup)(struct tty_struct *tty); 270 void (*hangup)(struct tty_struct *tty); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tty_ldisc.h | 155 * @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 D | tty_driver.h | 205 * @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 D | ttyprintk.c | 162 * TTY operations hangup function. 177 .hangup = tpk_hangup,
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | ssl.c | 106 .hangup = line_hangup,
|
H A D | stdio_console.c | 112 .hangup = line_hangup,
|
/kernel/linux/linux-5.10/arch/xtensa/platforms/iss/ |
H A D | console.c | 164 .hangup = rs_hangup,
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | stdio_console.c | 109 .hangup = line_hangup,
|
H A D | ssl.c | 103 .hangup = line_hangup,
|
/kernel/linux/linux-5.10/drivers/staging/fwserial/ |
H A D | fwserial.h | 204 * @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 D | ttyprintk.c | 129 * TTY operations hangup function. 157 .hangup = tpk_hangup,
|
/kernel/linux/linux-5.10/drivers/input/serio/ |
H A D | serport.c | 285 .hangup = serport_ldisc_hangup,
|
/kernel/linux/linux-6.6/drivers/input/serio/ |
H A D | serport.c | 285 .hangup = serport_ldisc_hangup,
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | kgdb_nmi.c | 321 .hangup = kgdb_nmi_tty_hangup,
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | cx20442.c | 254 /* Line discipline .hangup() */ 293 .hangup = v253_hangup,
|
/kernel/linux/linux-5.10/drivers/staging/gdm724x/ |
H A D | gdm_tty.c | 272 .hangup = gdm_tty_hangup,
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | kgdb_nmi.c | 322 .hangup = kgdb_nmi_tty_hangup,
|
/kernel/linux/linux-6.6/drivers/staging/gdm724x/ |
H A D | gdm_tty.c | 262 .hangup = gdm_tty_hangup,
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | cx20442.c | 254 /* Line discipline .hangup() */ 286 .hangup = v253_hangup,
|