Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/8250/
D8250_port.c412 struct uart_8250_port *up = up_to_u8250p(p); in set_io_from_upio()
1294 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_tx()
1311 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_start_tx()
1352 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_rx()
1378 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_enable_ms()
1553 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_handle_irq()
1584 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_default_handle_irq()
1624 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_tx_empty()
1642 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_get_mctrl()
1664 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.c125 struct uart_8250_port *up = up_to_u8250p(port); in omap8250_set_mctrl()
485 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_pm()
570 struct uart_8250_port *up = up_to_u8250p(port); in omap8250_irq()
591 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_startup()
653 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_shutdown()
1005 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_dma_handle_irq()
D8250_core.c441 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_config_port()
467 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_request_port()
482 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_release_port()
733 serial8250_set_defaults(up_to_u8250p(p)); in early_serial_setup()
D8250_lpc18xx.c42 struct uart_8250_port *up = up_to_u8250p(port); in lpc18xx_rs485_config()
D8250_dw.c92 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_setup_port()
D8250_pci.c1703 struct uart_8250_port *up = up_to_u8250p(p); in kt_handle_break()
1714 struct uart_8250_port *up = up_to_u8250p(p); in kt_serial_in()
/linux-4.4.14/include/linux/
Dserial_8250.h127 static inline struct uart_8250_port *up_to_u8250p(struct uart_port *up) in up_to_u8250p() function