Searched refs:hangup (Results 1 – 25 of 54) sorted by relevance
123
/kernel/linux/linux-5.10/drivers/tty/ |
D | ttynull.c | 46 .hangup = ttynull_hangup,
|
D | tty_ldisc.c | 730 if (ld->ops->hangup) in tty_ldisc_hangup() 731 ld->ops->hangup(tty); in tty_ldisc_hangup()
|
D | goldfish.c | 238 .hangup = goldfish_tty_hangup,
|
D | ehv_bytechan.c | 610 .hangup = ehv_bc_tty_hangup,
|
/kernel/linux/linux-5.10/include/linux/ |
D | tty_ldisc.h | 199 int (*hangup)(struct tty_struct *tty); member
|
D | tty_driver.h | 270 void (*hangup)(struct tty_struct *tty); member
|
/kernel/linux/linux-5.10/drivers/char/ |
D | ttyprintk.c | 177 .hangup = tpk_hangup,
|
/kernel/linux/linux-5.10/arch/xtensa/platforms/iss/ |
D | console.c | 164 .hangup = rs_hangup,
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
D | stdio_console.c | 112 .hangup = line_hangup,
|
D | ssl.c | 106 .hangup = line_hangup,
|
/kernel/linux/linux-5.10/drivers/staging/fwserial/ |
D | fwserial.h | 253 struct work_struct hangup; member
|
D | fwserial.c | 322 schedule_work(&port->hangup); in fwtty_update_port_status() 487 struct fwtty_port *port = to_port(work, hangup); in fwtty_do_hangup() 1510 .hangup = fwtty_hangup, 1533 .hangup = fwtty_hangup, 2172 INIT_WORK(&port->hangup, fwtty_do_hangup); in fwserial_create()
|
/kernel/linux/linux-5.10/Documentation/driver-api/serial/ |
D | tty.rst | 58 hangup() Called when the tty line is hung up. 188 hangup() Ask the tty driver to hang up the tty device. 315 hangup() Ask the tty driver to cause a hangup initiated
|
/kernel/linux/linux-5.10/drivers/input/serio/ |
D | serport.c | 285 .hangup = serport_ldisc_hangup,
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
D | kgdb_nmi.c | 321 .hangup = kgdb_nmi_tty_hangup,
|
/kernel/linux/linux-5.10/drivers/staging/gdm724x/ |
D | gdm_tty.c | 272 .hangup = gdm_tty_hangup,
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | cx20442.c | 293 .hangup = v253_hangup,
|
/kernel/linux/linux-5.10/sound/soc/ti/ |
D | ams-delta.c | 403 .hangup = cx81801_hangup,
|
/kernel/linux/linux-5.10/drivers/tty/ipwireless/ |
D | tty.c | 555 .hangup = ipw_hangup,
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/fddi/ |
D | skfp.rst | 229 Connection hangup with telnet
|
/kernel/linux/linux-5.10/drivers/net/ppp/ |
D | ppp_synctty.c | 372 .hangup = ppp_sync_hangup,
|
/kernel/linux/linux-5.10/drivers/net/can/ |
D | slcan.c | 704 .hangup = slcan_hangup,
|
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
D | hvc_console.c | 894 .hangup = hvc_hangup,
|
/kernel/linux/linux-5.10/drivers/ipack/devices/ |
D | ipoctal.c | 688 .hangup = ipoctal_hangup,
|
123