Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/8250/
D8250_port.c462 struct uart_8250_port *up = up_to_u8250p(p); in set_io_from_upio()
1430 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_rx()
1536 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_tx()
1553 struct uart_8250_port *up = up_to_u8250p(port); in __start_tx()
1583 struct uart_8250_port *up = up_to_u8250p(port); in start_tx_rs485()
1632 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_start_tx()
1659 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_disable_ms()
1671 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_enable_ms()
1863 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_handle_irq()
1888 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_default_handle_irq()
[all …]
D8250_aspeed_vuart.c170 struct uart_8250_port *uart_8250_port = up_to_u8250p(uart_port); in aspeed_vuart_startup()
185 struct uart_8250_port *uart_8250_port = up_to_u8250p(uart_port); in aspeed_vuart_shutdown()
205 struct uart_8250_port *up = up_to_u8250p(port); in aspeed_vuart_set_throttle()
250 struct uart_8250_port *up = up_to_u8250p(port); in aspeed_vuart_handle_irq()
D8250_omap.c133 struct uart_8250_port *up = up_to_u8250p(port); in omap8250_set_mctrl()
329 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_set_termios()
492 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_pm()
577 struct uart_8250_port *up = up_to_u8250p(port); in omap8250_irq()
598 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_startup()
664 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_shutdown()
697 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_throttle()
715 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_rs485_config()
745 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_unthrottle()
1049 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_dma_handle_irq()
D8250_fsl.c28 struct uart_8250_port *up = up_to_u8250p(port); in fsl8250_handle_irq()
D8250_dw.c102 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_force_idle()
254 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_handle_irq()
339 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_set_ldisc()
448 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_setup_port()
D8250_mid.c79 struct uart_8250_port *up = up_to_u8250p(p); in tng_handle_irq()
130 struct uart_8250_port *up = up_to_u8250p(p); in dnv_handle_irq()
D8250_core.c435 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_config_port()
461 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_request_port()
476 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_release_port()
734 serial8250_set_defaults(up_to_u8250p(p)); in early_serial_setup()
D8250_lpc18xx.c38 struct uart_8250_port *up = up_to_u8250p(port); in lpc18xx_rs485_config()
D8250_mtk.c35 struct uart_8250_port *up = up_to_u8250p(port); in mtk8250_set_termios()
D8250_lpss.c112 struct uart_8250_port *up = up_to_u8250p(port); in byt_serial_setup()
D8250_pci.c1559 struct uart_8250_port *up = up_to_u8250p(p); in kt_handle_break()
1570 struct uart_8250_port *up = up_to_u8250p(p); in kt_serial_in()
/Linux-v4.19/include/linux/
Dserial_8250.h139 static inline struct uart_8250_port *up_to_u8250p(struct uart_port *up) in up_to_u8250p() function