Home
last modified time | relevance | path

Searched refs:up_to_u8250p (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/tty/serial/8250/
D8250_core.c490 struct uart_8250_port *up = up_to_u8250p(p); in set_io_from_upio()
1372 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_tx()
1389 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_start_tx()
1430 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_rx()
1456 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_enable_ms()
1631 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_handle_irq()
1662 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_default_handle_irq()
1967 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_tx_empty()
1985 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_get_mctrl()
2007 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_do_set_mctrl()
[all …]
D8250_fsl.c31 struct uart_8250_port *up = up_to_u8250p(port); in fsl8250_handle_irq()
D8250_omap.c110 struct uart_8250_port *up = up_to_u8250p(port); in omap8250_set_mctrl()
476 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_pm()
572 struct uart_8250_port *up = up_to_u8250p(port); in omap8250_irq()
593 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_startup()
658 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_shutdown()
973 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_dma_handle_irq()
D8250_dw.c96 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_force_idle()
305 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_probe_of()
D8250_pci.c1783 struct uart_8250_port *up = up_to_u8250p(p); in kt_handle_break()
1794 struct uart_8250_port *up = up_to_u8250p(p); in kt_serial_in()
/linux-4.1.27/include/linux/
Dserial_8250.h126 static inline struct uart_8250_port *up_to_u8250p(struct uart_port *up) in up_to_u8250p() function