Searched refs:gxio_uart_context_t (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/tile/include/gxio/
H A Duart.h42 } gxio_uart_context_t; typedef in typeref:struct:__anon2846
49 * @param context Pointer to a properly initialized gxio_uart_context_t.
58 extern int gxio_uart_cfg_interrupt(gxio_uart_context_t *context,
68 * @param context Pointer to a gxio_uart_context_t, which will be initialized
74 extern int gxio_uart_init(gxio_uart_context_t *context, int uart_index);
84 * @param context Pointer to a gxio_uart_context_t.
88 extern int gxio_uart_destroy(gxio_uart_context_t *context);
91 * @param context Pointer to a gxio_uart_context_t.
95 extern void gxio_uart_write(gxio_uart_context_t *context, uint64_t offset,
99 * @param context Pointer to a gxio_uart_context_t.
103 extern uint64_t gxio_uart_read(gxio_uart_context_t *context, uint64_t offset);
H A Diorpc_uart.h32 int gxio_uart_cfg_interrupt(gxio_uart_context_t *context, int inter_x,
35 int gxio_uart_get_mmio_base(gxio_uart_context_t *context, HV_PTE *base);
37 int gxio_uart_check_mmio_offset(gxio_uart_context_t *context,
/linux-4.4.14/arch/tile/gxio/
H A Duart.c28 int gxio_uart_init(gxio_uart_context_t *context, int uart_index) gxio_uart_init()
59 int gxio_uart_destroy(gxio_uart_context_t *context) gxio_uart_destroy()
73 void gxio_uart_write(gxio_uart_context_t *context, uint64_t offset, gxio_uart_write()
82 uint64_t gxio_uart_read(gxio_uart_context_t *context, uint64_t offset) gxio_uart_read()
H A Diorpc_uart.c22 int gxio_uart_cfg_interrupt(gxio_uart_context_t *context, int inter_x, gxio_uart_cfg_interrupt()
43 int gxio_uart_get_mmio_base(gxio_uart_context_t *context, HV_PTE *base) gxio_uart_get_mmio_base()
64 int gxio_uart_check_mmio_offset(gxio_uart_context_t *context, gxio_uart_check_mmio_offset()
/linux-4.4.14/drivers/tty/serial/
H A Dtilegx.c49 gxio_uart_context_t context;
71 gxio_uart_context_t *context = &tile_uart->context; receive_chars()
89 gxio_uart_context_t *context = &tile_uart->context; handle_receive()
117 static int tilegx_putchar(gxio_uart_context_t *context, char c) tilegx_putchar()
137 gxio_uart_context_t *context = &tile_uart->context; handle_transmit()
180 gxio_uart_context_t *context; tilegx_interrupt()
212 gxio_uart_context_t *context; tilegx_tx_empty()
262 gxio_uart_context_t *context; tilegx_start_tx()
303 gxio_uart_context_t *context; tilegx_stop_rx()
332 gxio_uart_context_t *context; tilegx_startup()
408 gxio_uart_context_t *context; tilegx_shutdown()
459 gxio_uart_context_t *context; tilegx_set_termios()
577 gxio_uart_context_t *context; tilegx_poll_get_char()
590 gxio_uart_context_t *context; tilegx_poll_put_char()

Completed in 147 milliseconds