Home
last modified time | relevance | path

Searched refs:hangup (Results 1 – 25 of 78) sorted by relevance

1234

/linux-2.4.37.9/drivers/isdn/sc/
Dcommand.c27 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/
Dtty_ldisc.h131 int (*hangup)(struct tty_struct *tty); member
Dtty_driver.h163 void (*hangup)(struct tty_struct *tty); member
/linux-2.4.37.9/Documentation/isdn/
DINTERFACE.fax11 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
DREADME.audio35 AT+VNH=x Auto hangup setting. NO EFFECT, supported
102 hangup of the remote side) Emulator stops
DREADME.x25102 be established. But hangup timeout is still active. Whenever a hangup
104 It is recommended to use sufficiently large hangup-timeouts for the
DREADME.sc200 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
DREADME213 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
DINTERFACE290 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/
DChangeLog56 * 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
Dhvc_console.c273 hvc_driver.hangup = hvc_hangup; in hvc_init()
Dmux.c585 mux_drv_driver.hangup = NULL; in mux_probe()
Dpdc_console.c655 pdc_drv_driver.hangup = pdc_hangup; in pdc_drv_init()
Dtty_io.c795 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()
Dserial_tx3912.c664 rs_driver.hangup = gs_hangup; in tx3912_rs_init()
Dser_a2232.c744 a2232_driver.hangup = gs_hangup; in a2232_init_drivers()
Dsn_serial.c869 .hangup = sn_sal_hangup,
Dsb1250_duart.c784 sb1250_duart_driver.hangup = duart_hangup; in sb1250_duart_init()
/linux-2.4.37.9/drivers/s390/char/
Dhwc_tty.c265 hwc_tty_driver.hangup = NULL; in hwc_tty_init()
/linux-2.4.37.9/Documentation/
Dtty.txt181 hangup() - Ask the tty driver to cause a hangup initiated
/linux-2.4.37.9/Documentation/networking/
Dskfp.txt203 Connection hangup with telnet
/linux-2.4.37.9/drivers/net/
Dppp_synctty.c429 hangup: ppp_sync_hangup,
Dppp_async.c383 hangup: ppp_asynctty_hangup,
/linux-2.4.37.9/drivers/scsi/
DREADME.AM53C974207 crash/hangup or whatever happens and send me all of this information
/linux-2.4.37.9/net/bluetooth/rfcomm/
Dtty.c927 hangup: rfcomm_tty_hangup,

1234