Searched refs:hangup (Results 1 – 25 of 43) sorted by relevance
12
/drivers/isdn/sc/ |
D | command.c | 26 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()
|
/drivers/staging/fwserial/ |
D | fwserial.h | 263 struct work_struct hangup; member
|
D | fwserial.c | 334 schedule_work(&port->hangup); in fwtty_update_port_status() 488 struct fwtty_port *port = to_port(work, hangup); in fwtty_do_hangup() 1644 .hangup = fwtty_hangup, 1665 .hangup = fwtty_hangup, 2298 INIT_WORK(&port->hangup, fwtty_do_hangup); in fwserial_create()
|
/drivers/tty/ |
D | tty_ldisc.c | 828 if (ld->ops->hangup) in tty_ldisc_hangup() 829 ld->ops->hangup(tty); in tty_ldisc_hangup()
|
D | goldfish.c | 237 .hangup = goldfish_tty_hangup,
|
D | metag_da.c | 555 .hangup = dashtty_hangup,
|
D | ehv_bytechan.c | 634 .hangup = ehv_bc_tty_hangup,
|
D | synclink_gt.c | 143 static void hangup(struct tty_struct *tty); 752 static void hangup(struct tty_struct *tty) in hangup() function 3745 .hangup = hangup,
|
D | synclinkmp.c | 508 static void hangup(struct tty_struct *tty); 843 static void hangup(struct tty_struct *tty) in hangup() function 3910 .hangup = hangup,
|
D | tty_io.c | 686 } else if (tty->ops->hangup) in __tty_hangup() 687 (tty->ops->hangup)(tty); in __tty_hangup()
|
/drivers/tty/serial/ |
D | kgdb_nmi.c | 317 .hangup = kgdb_nmi_tty_hangup,
|
D | 68328serial.c | 1146 .hangup = rs_hangup,
|
D | ifx6x60.c | 617 .hangup = ifx_spi_hangup,
|
/drivers/net/can/ |
D | slcan.c | 630 .hangup = slcan_hangup,
|
/drivers/net/ppp/ |
D | ppp_synctty.c | 374 .hangup = ppp_sync_hangup,
|
D | ppp_async.c | 382 .hangup = ppp_asynctty_hangup,
|
/drivers/tty/ipwireless/ |
D | tty.c | 574 .hangup = ipw_hangup,
|
/drivers/isdn/gigaset/ |
D | ser-gigaset.c | 754 .hangup = gigaset_tty_hangup,
|
/drivers/tty/hvc/ |
D | hvc_console.c | 820 .hangup = hvc_hangup,
|
D | hvcs.c | 1447 .hangup = hvcs_hangup,
|
D | hvsi.c | 1041 .hangup = hvsi_hangup,
|
/drivers/ipack/devices/ |
D | ipoctal.c | 648 .hangup = ipoctal_hangup,
|
/drivers/mmc/card/ |
D | sdio_uart.c | 1044 .hangup = sdio_uart_hangup,
|
/drivers/net/slip/ |
D | slip.c | 1267 .hangup = slip_hangup,
|
/drivers/isdn/capi/ |
D | capi.c | 1244 .hangup = capinc_tty_hangup,
|
12