Searched refs:binman_entry_map (Results 1 – 4 of 4) sorted by relevance
/u-boot/include/ |
A D | binman.h | 35 int binman_entry_map(ofnode parent, const char *name, void **bufp, int *sizep);
|
/u-boot/lib/ |
A D | binman.c | 87 int binman_entry_map(ofnode parent, const char *name, void **bufp, int *sizep) in binman_entry_map() function
|
/u-boot/arch/x86/cpu/apollolake/ |
A D | fsp_s.c | 45 ret = binman_entry_map(ofnode_null(), "intel-vbt", &buf, NULL); in fsps_update_config()
|
/u-boot/arch/x86/lib/ |
A D | acpi_nhlt.c | 176 ret = binman_entry_map(node, cfg->settings_file, &data, &size); in nhlt_endpoint_add_formats()
|
Completed in 6 milliseconds