Searched refs:get_console_node_from_dt (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/arch/arm/plat-stm32mp2/ |
| H A D | main.c | 108 res = get_console_node_from_dt(fdt, &node, NULL, NULL); in init_console_from_dt() 111 res = get_console_node_from_dt(fdt, &node, NULL, NULL); in init_console_from_dt() 168 get_console_node_from_dt((void *)fdt, &uart_console_node, in stm32mp_allow_probe_shared_device()
|
| /optee_os/core/include/ |
| H A D | console.h | 42 TEE_Result get_console_node_from_dt(void *fdt, int *offs_out,
|
| /optee_os/core/kernel/ |
| H A D | console.c | 91 TEE_Result get_console_node_from_dt(void *fdt, int *offs_out, in get_console_node_from_dt() function 167 if (get_console_node_from_dt(fdt, &offs, &uart, &parms)) in configure_console_from_dt()
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | main.c | 123 res = get_console_node_from_dt(fdt, &node, NULL, NULL); in init_console_from_dt() 126 res = get_console_node_from_dt(fdt, &node, NULL, NULL); in init_console_from_dt() 562 get_console_node_from_dt((void *)fdt, &uart_console_node, in stm32mp_allow_probe_shared_device()
|