Home
last modified time | relevance | path

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

123

/linux-2.6.39/drivers/isdn/sc/
Dcommand.c26 static int hangup(int card, unsigned long channel);
114 return hangup(card, cmd->arg); in command()
199 hangup(card, channel+1); in answer()
212 static int hangup(int card, unsigned long channel) in hangup() function
289 hangup(card, channel+1); in acceptb()
/linux-2.6.39/drivers/tty/hvc/
Dhvsi.c464 struct tty_struct **hangup, struct hvsi_struct **handshake) in hvsi_load_chunk() argument
470 *hangup = NULL; in hvsi_load_chunk()
509 hvsi_recv_control(hp, packet, hangup, handshake); in hvsi_load_chunk()
526 if (*hangup || *handshake) { in hvsi_load_chunk()
559 struct tty_struct *hangup; in hvsi_interrupt() local
568 again = hvsi_load_chunk(hp, &flip, &hangup, &handshake); in hvsi_interrupt()
583 if (hangup) { in hvsi_interrupt()
584 tty_hangup(hangup); in hvsi_interrupt()
1135 .hangup = hvsi_hangup,
Dhvc_console.c752 .hangup = hvc_hangup,
/linux-2.6.39/include/linux/
Dtty_ldisc.h138 int (*hangup)(struct tty_struct *tty); member
Dtty_driver.h267 void (*hangup)(struct tty_struct *tty); member
/linux-2.6.39/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
594 or caused by a remote-hangup or if the remote-station has actively
607 or caused by a remote-hangup.
/linux-2.6.39/Documentation/serial/
Dtty.txt53 hangup() - Called when the tty line is hung up.
167 hangup() Ask the tty driver to hang up the tty device.
288 hangup() - Ask the tty driver to cause a hangup initiated
/linux-2.6.39/arch/xtensa/platforms/iss/
Dconsole.c206 .hangup = rs_hangup,
/linux-2.6.39/arch/um/drivers/
Dssl.c145 .hangup = ssl_hangup,
/linux-2.6.39/Documentation/input/
Dyealink.txt57 pickup C hangup enter, backspace, escape
64 The "pickup" and "hangup" keys are symbolised by a green and red phone
/linux-2.6.39/drivers/tty/
Dtty_ldisc.c813 if (ld->ops->hangup) in tty_ldisc_hangup()
814 ld->ops->hangup(tty); in tty_ldisc_hangup()
/linux-2.6.39/sound/soc/codecs/
Dcx20442.c309 .hangup = v253_hangup,
/linux-2.6.39/sound/soc/omap/
Dams-delta.c398 .hangup = cx81801_hangup,
/linux-2.6.39/Documentation/networking/
Dskfp.txt199 Connection hangup with telnet
/linux-2.6.39/drivers/tty/ipwireless/
Dtty.c600 .hangup = ipw_hangup,
/linux-2.6.39/drivers/net/can/
Dslcan.c666 .hangup = slcan_hangup,
/linux-2.6.39/drivers/net/
Dppp_synctty.c422 .hangup = ppp_sync_hangup,
/linux-2.6.39/drivers/isdn/gigaset/
Dser-gigaset.c751 .hangup = gigaset_tty_hangup,
/linux-2.6.39/drivers/staging/generic_serial/
Dser_a2232.c680 .hangup = gs_hangup,
/linux-2.6.39/arch/ia64/hp/sim/
Dsimserial.c906 .hangup = rs_hangup,

123