Searched refs:hangup (Results 1 – 25 of 43) sorted by relevance
12
/Linux-v6.6/drivers/tty/ |
D | ttynull.c | 46 .hangup = ttynull_hangup,
|
D | tty_ldisc.c | 698 if (ld->ops->hangup) in tty_ldisc_hangup() 699 ld->ops->hangup(tty); in tty_ldisc_hangup()
|
D | rpmsg_tty.c | 128 .hangup = rpmsg_tty_hangup,
|
D | goldfish.c | 237 .hangup = goldfish_tty_hangup,
|
D | ehv_bytechan.c | 610 .hangup = ehv_bc_tty_hangup,
|
D | vcc.c | 999 .hangup = vcc_hangup,
|
/Linux-v6.6/include/linux/ |
D | tty_ldisc.h | 252 void (*hangup)(struct tty_struct *tty); member
|
D | tty_driver.h | 373 void (*hangup)(struct tty_struct *tty); member
|
/Linux-v6.6/arch/um/drivers/ |
D | stdio_console.c | 109 .hangup = line_hangup,
|
D | ssl.c | 103 .hangup = line_hangup,
|
/Linux-v6.6/drivers/char/ |
D | ttyprintk.c | 157 .hangup = tpk_hangup,
|
/Linux-v6.6/Documentation/input/devices/ |
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-v6.6/drivers/input/serio/ |
D | serport.c | 285 .hangup = serport_ldisc_hangup,
|
/Linux-v6.6/drivers/tty/serial/ |
D | kgdb_nmi.c | 322 .hangup = kgdb_nmi_tty_hangup,
|
/Linux-v6.6/drivers/staging/gdm724x/ |
D | gdm_tty.c | 262 .hangup = gdm_tty_hangup,
|
/Linux-v6.6/sound/soc/codecs/ |
D | cx20442.c | 286 .hangup = v253_hangup,
|
/Linux-v6.6/sound/soc/ti/ |
D | ams-delta.c | 402 .hangup = cx81801_hangup,
|
/Linux-v6.6/Documentation/networking/device_drivers/fddi/ |
D | skfp.rst | 229 Connection hangup with telnet
|
/Linux-v6.6/drivers/tty/ipwireless/ |
D | tty.c | 552 .hangup = ipw_hangup,
|
/Linux-v6.6/drivers/net/ppp/ |
D | ppp_synctty.c | 362 .hangup = ppp_sync_hangup,
|
D | ppp_async.c | 369 .hangup = ppp_asynctty_hangup,
|
/Linux-v6.6/drivers/ipack/devices/ |
D | ipoctal.c | 683 .hangup = ipoctal_hangup,
|
/Linux-v6.6/drivers/tty/hvc/ |
D | hvc_console.c | 894 .hangup = hvc_hangup,
|
D | hvcs.c | 1387 .hangup = hvcs_hangup,
|
/Linux-v6.6/drivers/staging/greybus/ |
D | uart.c | 779 .hangup = gb_tty_hangup,
|
12