Searched refs:gxio_uart_cfg_interrupt (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/tile/gxio/ |
D | iorpc_uart.c | 22 int gxio_uart_cfg_interrupt(gxio_uart_context_t *context, int inter_x, in gxio_uart_cfg_interrupt() function 37 EXPORT_SYMBOL(gxio_uart_cfg_interrupt);
|
/linux-4.4.14/arch/tile/include/gxio/ |
D | iorpc_uart.h | 32 int gxio_uart_cfg_interrupt(gxio_uart_context_t *context, int inter_x,
|
D | uart.h | 58 extern int gxio_uart_cfg_interrupt(gxio_uart_context_t *context,
|
/linux-4.4.14/drivers/tty/serial/ |
D | tilegx.c | 312 err = gxio_uart_cfg_interrupt(context, cpu_x(cpu), cpu_y(cpu), in tilegx_stop_rx() 366 ret = gxio_uart_cfg_interrupt(context, cpu_x(cpu), cpu_y(cpu), in tilegx_startup() 424 err = gxio_uart_cfg_interrupt(context, cpu_x(cpu), cpu_y(cpu), in tilegx_shutdown()
|