Searched refs:hangup (Results 1 – 25 of 78) sorted by relevance
1234
/linux-2.4.37.9/drivers/isdn/sc/ |
D | command.c | 27 int hangup(int card, unsigned long channel); 140 return hangup(card, cmd->arg); in command() 295 hangup(card, channel+1); in answer() 308 int hangup(int card, unsigned long channel) in hangup() function 423 hangup(card, channel+1); in acceptb()
|
/linux-2.4.37.9/include/linux/ |
D | tty_ldisc.h | 131 int (*hangup)(struct tty_struct *tty); member
|
D | tty_driver.h | 163 void (*hangup)(struct tty_struct *tty); member
|
/linux-2.4.37.9/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.sc | 200 vi) the hangup timeout can be set to a specified number of seconds 201 vii) the hangup upon incoming call can be set on or off 251 vi) the hangup timeout can be set to a specified number of seconds 252 vii) the hangup upon incoming call can be set on or off
|
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
|
D | INTERFACE | 290 With this command, the HL-driver is told to hangup (B-Channel if 618 or caused by a remote-hangup or if the remote-station has actively 631 or caused by a remote-hangup.
|
/linux-2.4.37.9/drivers/char/ |
D | ChangeLog | 56 * tty_io.c (tty_hangup): Now actually do the tty hangup 58 interrupts while doing the hangup processing. This avoids 60 hangup processing was done asynchronously. 180 hangup when speed becomes B0 to rs_set_termios() 391 happens if a hangup happens during the open. 396 if a hangup condition happened during the setup of the 435 * pty.c (pty_close): When the master pty is closed, send a hangup 572 * tty_io.c (do_tty_hangup, disassociate_ctty): At hangup time, 770 prevent a race condition with the hangup code (which
|
D | hvc_console.c | 273 hvc_driver.hangup = hvc_hangup; in hvc_init()
|
D | mux.c | 585 mux_drv_driver.hangup = NULL; in mux_probe()
|
D | pdc_console.c | 655 pdc_drv_driver.hangup = pdc_hangup; in pdc_drv_init()
|
D | tty_io.c | 795 if (ld->hangup) in do_tty_hangup() 796 ld->hangup(tty); in do_tty_hangup() 850 } else if (tty->driver.hangup) in do_tty_hangup() 851 (tty->driver.hangup)(tty); in do_tty_hangup()
|
D | serial_tx3912.c | 664 rs_driver.hangup = gs_hangup; in tx3912_rs_init()
|
D | ser_a2232.c | 744 a2232_driver.hangup = gs_hangup; in a2232_init_drivers()
|
D | sn_serial.c | 869 .hangup = sn_sal_hangup,
|
D | sb1250_duart.c | 784 sb1250_duart_driver.hangup = duart_hangup; in sb1250_duart_init()
|
/linux-2.4.37.9/drivers/s390/char/ |
D | hwc_tty.c | 265 hwc_tty_driver.hangup = NULL; in hwc_tty_init()
|
/linux-2.4.37.9/Documentation/ |
D | tty.txt | 181 hangup() - Ask the tty driver to cause a hangup initiated
|
/linux-2.4.37.9/Documentation/networking/ |
D | skfp.txt | 203 Connection hangup with telnet
|
/linux-2.4.37.9/drivers/net/ |
D | ppp_synctty.c | 429 hangup: ppp_sync_hangup,
|
D | ppp_async.c | 383 hangup: ppp_asynctty_hangup,
|
/linux-2.4.37.9/drivers/scsi/ |
D | README.AM53C974 | 207 crash/hangup or whatever happens and send me all of this information
|
/linux-2.4.37.9/net/bluetooth/rfcomm/ |
D | tty.c | 927 hangup: rfcomm_tty_hangup,
|
1234