Home
last modified time | relevance | path

Searched refs:ucc_slow_init (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/powerpc/sysdev/qe_lib/
Ducc_slow.c123 int ucc_slow_init(struct ucc_slow_info * us_info, struct ucc_slow_private ** uccs_ret) in ucc_slow_init() function
352 EXPORT_SYMBOL(ucc_slow_init);
/linux-4.4.14/arch/powerpc/include/asm/
Ducc_slow.h227 int ucc_slow_init(struct ucc_slow_info * us_info, struct ucc_slow_private ** uccs_ret);
/linux-4.4.14/drivers/tty/serial/
Ducc_uart.c999 ret = ucc_slow_init(us_info, &uccs); in qe_uart_request_port()