Searched refs:hangup (Results 1 – 25 of 35) sorted by relevance
12
/linux/drivers/tty/ |
H A D | ttynull.c | 46 .hangup = ttynull_hangup,
|
H A D | rpmsg_tty.c | 128 .hangup = rpmsg_tty_hangup,
|
H A D | goldfish.c | 230 .hangup = goldfish_tty_hangup,
|
H A D | ehv_bytechan.c | 612 .hangup = ehv_bc_tty_hangup,
|
H A D | vcc.c | 1009 .hangup = vcc_hangup,
|
H A D | mips_ejtag_fdc.c | 874 .hangup = mips_ejtag_fdc_tty_hangup,
|
/linux/include/linux/ |
H A D | tty_ldisc.h | 252 void (*hangup)(struct tty_struct *tty); member
|
H A D | tty_driver.h | 211 * @hangup: ``void ()(struct tty_struct *tty)`` 237 * hangup, to implement %TCOFLUSH ioctl and similar. 379 void (*hangup)(struct tty_struct *tty); 372 void (*hangup)(struct tty_struct *tty); global() member
|
/linux/Documentation/input/devices/ |
H A D | yealink.rst | 34 pickup C hangup enter, backspace, escape 41 The "pickup" and "hangup" keys are symbolised by a green and red phone
|
/linux/arch/um/drivers/ |
H A D | stdio_console.c | 109 .hangup = line_hangup,
|
H A D | ssl.c | 103 .hangup = line_hangup,
|
/linux/drivers/char/ |
H A D | ttyprintk.c | 157 .hangup = tpk_hangup,
|
/linux/drivers/input/serio/ |
H A D | serport.c | 274 .hangup = serport_ldisc_hangup,
|
/linux/drivers/tty/serial/ |
H A D | kgdb_nmi.c | 221 .hangup = kgdb_nmi_tty_hangup, in kgdb_nmi_tty_shutdown()
|
/linux/sound/soc/codecs/ |
H A D | cx20442.c | 286 .hangup = v253_hangup,
|
/linux/sound/soc/ti/ |
H A D | ams-delta.c | 402 .hangup = cx81801_hangup,
|
/linux/drivers/tty/ipwireless/ |
H A D | tty.c | 552 .hangup = ipw_hangup,
|
/linux/Documentation/networking/device_drivers/fddi/ |
H A D | skfp.rst | 229 Connection hangup with telnet
|
/linux/drivers/net/ppp/ |
H A D | ppp_synctty.c | 362 .hangup = ppp_sync_hangup,
|
H A D | ppp_async.c | 370 .hangup = ppp_asynctty_hangup,
|
/linux/drivers/ipack/devices/ |
H A D | ipoctal.c | 681 .hangup = ipoctal_hangup,
|
/linux/drivers/tty/hvc/ |
H A D | hvc_console.c | 894 .hangup = hvc_hangup,
|
H A D | hvcs.c | 1385 .hangup = hvcs_hangup,
|
/linux/drivers/mmc/core/ |
H A D | sdio_uart.c | 1007 .hangup = sdio_uart_hangup,
|
/linux/net/bluetooth/rfcomm/ |
H A D | tty.c | 1116 .hangup = rfcomm_tty_hangup,
|
12