Searched defs:hangup (Results 1 - 4 of 4) sorted by relevance

/drivers/isdn/sc/
H A Dcommand.c26 static int hangup(int card, unsigned long channel);
114 return hangup(card, cmd->arg);
199 hangup(card, channel+1);
212 static int hangup(int card, unsigned long channel) function
289 hangup(card, channel+1);
/drivers/tty/hvc/
H A Dhvsi.c403 struct tty_struct **hangup, struct hvsi_struct **handshake)
409 *hangup = NULL;
448 hvsi_recv_control(hp, packet, hangup, handshake);
465 if (*hangup || *handshake) {
466 pr_debug("%s: hangup or handshake\n", __func__);
468 * we need to send the hangup now before receiving any more data.
469 * If we get "data, hangup, data", we can't deliver the second
470 * data before the hangup.
498 struct tty_struct *hangup; local
507 again = hvsi_load_chunk(hp, &flip, &hangup,
402 hvsi_load_chunk(struct hvsi_struct *hp, struct tty_struct **flip, struct tty_struct **hangup, struct hvsi_struct **handshake) argument
[all...]
/drivers/tty/
H A Dsynclink_gt.c144 static void hangup(struct tty_struct *tty);
754 static void hangup(struct tty_struct *tty) function
759 if (sanity_check(info, tty->name, "hangup"))
761 DBGINFO(("%s hangup\n", info->device_name));
2468 * called by close() and hangup() to shutdown hardware
2558 /* if B0 rate (hangup) specified then negate DTR and RTS */
3732 .hangup = hangup,
H A Dsynclinkmp.c510 static void hangup(struct tty_struct *tty);
833 /* Called by tty_hangup() when a hangup is signaled.
836 static void hangup(struct tty_struct *tty) function
842 printk("%s(%d):%s hangup()\n",
845 if (sanity_check(info, tty->name, "hangup"))
2489 printk("doing serial hangup...");
2684 /* Called by close() and hangup() to shutdown hardware
2775 /* if B0 rate (hangup) specified then negate DTR and RTS */
3902 .hangup = hangup,
[all...]

Completed in 54 milliseconds