Searched refs:gxio_uart_init (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/tile/gxio/
H A Duart.c28 int gxio_uart_init(gxio_uart_context_t *context, int uart_index) gxio_uart_init() function
57 EXPORT_SYMBOL_GPL(gxio_uart_init); variable
/linux-4.1.27/arch/tile/include/gxio/
H A Duart.h74 extern int gxio_uart_init(gxio_uart_context_t *context, int uart_index);
79 * other than gxio_uart_init(). After this routine returns, no further
/linux-4.1.27/drivers/tty/serial/
H A Dtilegx.c346 ret = gxio_uart_init(context, port->line); tilegx_startup()
468 err = gxio_uart_init(context, port->line); tilegx_set_termios()

Completed in 138 milliseconds