Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/lib/fconf/
A Dfconf.c65 const struct fconf_populator *populator; in fconf_populate() local
67 for (populator = start; populator != end; populator++) { in fconf_populate()
68 assert((populator->info != NULL) && (populator->populate != NULL)); in fconf_populate()
70 if (strcmp(populator->config_type, config_type) == 0) { in fconf_populate()
71 INFO("FCONF: Reading firmware configuration information for: %s\n", populator->info); in fconf_populate()
72 if (populator->populate(config) != 0) { in fconf_populate()
/tf-a-ffa_el3_spmc/docs/components/fconf/
A Dindex.rst45 with a specific backend source. For example, a populator function which

Completed in 2 milliseconds