Searched refs:uart_close (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dserial_core.c1197 static void uart_close(struct tty_struct *tty, struct file *filp) function
1209 pr_debug("uart_close(%d) called\n", port->line);
1224 printk(KERN_ERR "uart_close: bad serial port count; tty->count is 1, "
1229 printk(KERN_ERR "uart_close: bad serial port count for %s: %d\n",
1541 * Note that if this fails, then uart_close() _will_ be called.
1560 * we won't get caught by uart_close()).
1581 * uart_close() will decrement the driver module use count.
2119 .close = uart_close,

Completed in 41 milliseconds