Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_port.c471 struct uart_8250_port *up = up_to_u8250p(p); in set_io_from_upio()
663 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_em485_config()
1408 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_rx()
1528 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_tx()
1545 struct uart_8250_port *up = up_to_u8250p(port); in __start_tx()
1602 struct uart_8250_port *up = up_to_u8250p(port); in start_tx_rs485()
1655 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_start_tx()
1682 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_disable_ms()
1696 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_enable_ms()
1910 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_handle_irq()
[all …]
H A D8250_aspeed_vuart.c218 struct uart_8250_port *uart_8250_port = up_to_u8250p(uart_port); in aspeed_vuart_startup()
233 struct uart_8250_port *uart_8250_port = up_to_u8250p(uart_port); in aspeed_vuart_shutdown()
253 struct uart_8250_port *up = up_to_u8250p(port); in aspeed_vuart_set_throttle()
298 struct uart_8250_port *up = up_to_u8250p(port); in aspeed_vuart_handle_irq()
H A D8250_omap.c166 struct uart_8250_port *up = up_to_u8250p(port); in __omap8250_set_mctrl()
361 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_set_termios()
526 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_pm()
625 struct uart_8250_port *up = up_to_u8250p(port); in omap8250_irq()
677 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_startup()
742 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_shutdown()
793 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_unthrottle()
1184 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_dma_handle_irq()
H A D8250_mtk.c193 struct uart_8250_port *up = up_to_u8250p(port); in mtk8250_startup()
213 struct uart_8250_port *up = up_to_u8250p(port); in mtk8250_shutdown()
302 struct uart_8250_port *up = up_to_u8250p(port); in mtk8250_set_termios()
H A D8250_dwlib.c82 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_setup_port()
H A D8250_mid.c84 struct uart_8250_port *up = up_to_u8250p(p); in tng_handle_irq()
140 struct uart_8250_port *up = up_to_u8250p(p); in dnv_handle_irq()
H A D8250_dw.c96 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_force_idle()
137 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_tx_wait_empty()
412 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_set_ldisc()
H A D8250_fsl.c35 struct uart_8250_port *up = up_to_u8250p(port); in fsl8250_handle_irq()
H A D8250_core.c432 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_config_port()
458 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_request_port()
473 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_release_port()
745 serial8250_set_defaults(up_to_u8250p(p)); in early_serial_setup()
H A D8250_lpc18xx.c38 struct uart_8250_port *up = up_to_u8250p(port); in lpc18xx_rs485_config()
H A D8250_exar.c198 struct uart_8250_port *up = up_to_u8250p(port); in exar_shutdown()
H A D8250_pci.c1677 struct uart_8250_port *up = up_to_u8250p(p); in kt_handle_break()
1688 struct uart_8250_port *up = up_to_u8250p(p); in kt_serial_in()
/OK3568_Linux_fs/kernel/include/linux/
H A Dserial_8250.h144 static inline struct uart_8250_port *up_to_u8250p(struct uart_port *up) in up_to_u8250p() function