Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_decomp.c125 static struct tag *uart_init(void) in uart_init() function
196 t = uart_init(); in board_init_r()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Dfiq_debugger.h44 int (*uart_init)(struct platform_device *pdev); member
H A Dfiq_debugger.c1607 if (pdata->uart_init) { in fiq_debugger_probe()
1608 ret = pdata->uart_init(pdev); in fiq_debugger_probe()
H A Drk_fiq_debugger.c866 t->pdata.uart_init = debug_port_init; in rk_serial_debug_init()
/OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/
H A Djsm.h105 void (*uart_init)(struct jsm_channel *ch); member
H A Djsm_tty.c254 brd->bd_ops->uart_init(channel); in jsm_tty_open()
H A Djsm_cls.c957 .uart_init = cls_uart_init,
H A Djsm_neo.c1391 .uart_init = neo_uart_init,