Home
last modified time | relevance | path

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

/u-boot/common/
A Dhwconfig.c251 ret = hwconfig_arg("key1", &len); in main()
269 ret = hwconfig_arg("key2", &len); in main()
276 assert(hwconfig_arg("key4", &len) == NULL); in main()
277 assert(hwconfig_arg("bogus", &len) == NULL); in main()
/u-boot/include/
A Dhwconfig.h72 static inline const char *hwconfig_arg(const char *opt, size_t *arglen) in hwconfig_arg() function

Completed in 5 milliseconds