Searched refs:hangup (Results 1 – 25 of 62) sorted by relevance
123
/Linux-v4.19/include/linux/ |
D | tty_ldisc.h | 192 int (*hangup)(struct tty_struct *tty); member
|
D | tty_driver.h | 277 void (*hangup)(struct tty_struct *tty); member
|
/Linux-v4.19/Documentation/isdn/ |
D | INTERFACE.fax | 11 command ISDN_CMD_SETL3 (parm.fax). This pointer expires in case of hangup 79 Other than that the "code" is set with the hangup-code value at
|
D | README.audio | 35 AT+VNH=x Auto hangup setting. NO EFFECT, supported 102 hangup of the remote side) Emulator stops
|
D | README.x25 | 102 be established. But hangup timeout is still active. Whenever a hangup 104 It is recommended to use sufficiently large hangup-timeouts for the
|
D | README | 213 Bit 2: 0 = Don't hangup on DTR low. 396 If you don't want any automatic hangup, set the huptimeout value to 0. 471 This enables (default) or disables an active hangup (reject) when getting an 519 "isdnctrl hangup <InterfaceName>" 520 Forces hangup of an interface. 550 has a load of more than 7000 cps. They hangup if the load goes under 7000
|
/Linux-v4.19/arch/xtensa/platforms/iss/ |
D | console.c | 164 .hangup = rs_hangup,
|
/Linux-v4.19/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-v4.19/arch/um/drivers/ |
D | ssl.c | 108 .hangup = line_hangup,
|
D | stdio_console.c | 113 .hangup = line_hangup,
|
/Linux-v4.19/drivers/staging/fwserial/ |
D | fwserial.h | 253 struct work_struct hangup; member
|
D | fwserial.c | 319 schedule_work(&port->hangup); in fwtty_update_port_status() 484 struct fwtty_port *port = to_port(work, hangup); in fwtty_do_hangup() 1545 .hangup = fwtty_hangup, 1566 .hangup = fwtty_hangup, 2203 INIT_WORK(&port->hangup, fwtty_do_hangup); in fwserial_create()
|
/Linux-v4.19/Documentation/serial/ |
D | tty.txt | 55 hangup() - Called when the tty line is hung up. 179 hangup() Ask the tty driver to hang up the tty device. 300 hangup() - Ask the tty driver to cause a hangup initiated
|
/Linux-v4.19/drivers/tty/ |
D | tty_ldisc.c | 716 if (ld->ops->hangup) in tty_ldisc_hangup() 717 ld->ops->hangup(tty); in tty_ldisc_hangup()
|
D | goldfish.c | 238 .hangup = goldfish_tty_hangup,
|
D | ehv_bytechan.c | 595 .hangup = ehv_bc_tty_hangup,
|
/Linux-v4.19/drivers/input/serio/ |
D | serport.c | 287 .hangup = serport_ldisc_hangup,
|
/Linux-v4.19/drivers/tty/serial/ |
D | kgdb_nmi.c | 321 .hangup = kgdb_nmi_tty_hangup,
|
/Linux-v4.19/drivers/staging/gdm724x/ |
D | gdm_tty.c | 272 .hangup = gdm_tty_hangup,
|
/Linux-v4.19/sound/soc/codecs/ |
D | cx20442.c | 297 .hangup = v253_hangup,
|
/Linux-v4.19/sound/soc/omap/ |
D | ams-delta.c | 400 .hangup = cx81801_hangup,
|
/Linux-v4.19/arch/ia64/hp/sim/ |
D | simserial.c | 451 .hangup = rs_hangup,
|
/Linux-v4.19/drivers/tty/ipwireless/ |
D | tty.c | 557 .hangup = ipw_hangup,
|
/Linux-v4.19/Documentation/networking/ |
D | skfp.txt | 199 Connection hangup with telnet
|
/Linux-v4.19/drivers/net/can/ |
D | slcan.c | 690 .hangup = slcan_hangup,
|
123