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

12

/linux-master/drivers/tty/
H A Dttynull.c46 .hangup = ttynull_hangup,
H A Drpmsg_tty.c128 .hangup = rpmsg_tty_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 */
517 * tty/pty pair, and eventually hangup.
543 /* We were raced by hangup */
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);
698 if (ld->ops->hangup)
699 ld->ops->hangup(tty);
H A Dehv_bytechan.c612 .hangup = ehv_bc_tty_hangup,
H A Dgoldfish.c230 .hangup = goldfish_tty_hangup,
H A Dvcc.c690 * hangup of the TTY. This *may* cause the process to call close
800 pr_err("VCC: hangup: Failed to find VCC port\n");
805 pr_err("VCC: hangup: TTY port not found\n");
1009 .hangup = vcc_hangup,
/linux-master/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 in struct:tty_ldisc_ops
H A Dtty_driver.h204 * @hangup: ``void ()(struct tty_struct *tty)``
230 * hangup, to implement %TCOFLUSH ioctl and similar.
372 void (*hangup)(struct tty_struct *tty); member in struct:tty_operations
/linux-master/arch/um/drivers/
H A Dssl.c103 .hangup = line_hangup,
H A Dstdio_console.c109 .hangup = line_hangup,
/linux-master/drivers/char/
H A Dttyprintk.c129 * TTY operations hangup function.
157 .hangup = tpk_hangup,
/linux-master/drivers/input/serio/
H A Dserport.c285 .hangup = serport_ldisc_hangup,
/linux-master/drivers/tty/serial/
H A Dkgdb_nmi.c322 .hangup = kgdb_nmi_tty_hangup,
/linux-master/sound/soc/codecs/
H A Dcx20442.c254 /* Line discipline .hangup() */
286 .hangup = v253_hangup,
/linux-master/drivers/staging/gdm724x/
H A Dgdm_tty.c263 .hangup = gdm_tty_hangup,
/linux-master/drivers/tty/ipwireless/
H A Dtty.c532 /* FIXME2: hangup does not mean all processes
552 .hangup = ipw_hangup,
/linux-master/sound/soc/ti/
H A Dams-delta.c332 /* Line discipline .hangup() */
402 .hangup = cx81801_hangup,
/linux-master/drivers/tty/hvc/
H A Dhvc_console.c454 * open->hangup case this can be called after the final close so prevent
894 .hangup = hvc_hangup,
H A Dhvsi.c1029 .hangup = hvsi_hangup,
H A Dhvcs.c1239 /* This will drop any buffered data on the floor which is OK in a hangup
1385 .hangup = hvcs_hangup,
/linux-master/drivers/net/ppp/
H A Dppp_synctty.c243 * Called on tty hangup in process context.
362 .hangup = ppp_sync_hangup,
/linux-master/drivers/staging/greybus/
H A Duart.c779 .hangup = gb_tty_hangup,
/linux-master/drivers/ipack/devices/
H A Dipoctal.c681 .hangup = ipoctal_hangup,
/linux-master/net/bluetooth/rfcomm/
H A Dtty.c1119 .hangup = rfcomm_tty_hangup,
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c544 * adjusted during an open, close and hangup.
570 * at the same time even during a hangup event.
656 * at the same time even during a hangup event.
738 * Open/close/hangup is now entirely boilerplate
1007 .hangup = sdio_uart_hangup,

Completed in 245 milliseconds

12