Home
last modified time | relevance | path

Searched refs:offs_out (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/kernel/
H A Dconsole.c97 TEE_Result get_console_node_from_dt(void *fdt, int *offs_out, in get_console_node_from_dt()
143 if (offs_out) in get_console_node_from_dt()
144 *offs_out = offs; in get_console_node_from_dt()
91 get_console_node_from_dt(void * fdt,int * offs_out,char ** path_out,char ** params_out) get_console_node_from_dt() argument
/optee_os/core/include/
H A Dconsole.h34 * @offs_out: Output offset in the DTB where console directive is found
43 TEE_Result get_console_node_from_dt(void *fdt, int *offs_out,