Lines Matching +full:per +full:- +full:console
10 The reference implementation is contained within amba-pl011.c.
15 --------------------------------
21 console support.
24 Console Support
25 ---------------
38 -------
41 necessary locking using port->lock. There are some exceptions (which
44 There are two locks. A per-port spinlock, and an overall semaphore.
46 From the core driver perspective, the port->lock locks the following
49 port->mctrl
50 port->icount
51 port->state->xmit.head (circ_buf->head)
52 port->state->xmit.tail (circ_buf->tail)
64 --------
66 .. kernel-doc:: include/linux/serial_core.h
70 ---------------
72 .. kernel-doc:: drivers/tty/serial/serial_core.c
81 .. kernel-doc:: include/linux/serial_core.h
85 -----------
99 ----------------------------
103 .. kernel-doc:: drivers/tty/serial/serial_mctrl_gpio.c