Searched refs:strp (Results 1 – 6 of 6) sorted by relevance
/u-boot/include/ |
A D | sysinfo.h | 112 const char *type, const char **strp); 190 const char **strp); 221 const char *type, const char **strp) in sysinfo_get_fit_loadable() argument
|
A D | cros_ec.h | 417 int cros_ec_read_build_info(struct udevice *dev, char **strp);
|
/u-boot/drivers/sysinfo/ |
A D | sysinfo-uclass.c | 27 const char **strp) in sysinfo_get_fit_loadable() argument 34 return ops->get_fit_loadable(dev, index, type, strp); in sysinfo_get_fit_loadable()
|
/u-boot/scripts/dtc/ |
A D | util.h | 74 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...);
|
A D | util.c | 50 int xasprintf(char **strp, const char *fmt, ...) in xasprintf() argument 75 *strp = p; in xasprintf()
|
/u-boot/drivers/misc/ |
A D | cros_ec.c | 481 int cros_ec_read_build_info(struct udevice *dev, char **strp) in cros_ec_read_build_info() argument 484 (uint8_t **)strp, EC_PROTO2_MAX_PARAM_SIZE) < 0) in cros_ec_read_build_info()
|
Completed in 9 milliseconds