Home
last modified time | relevance | path

Searched refs:strp (Results 1 – 6 of 6) sorted by relevance

/u-boot/include/
A Dsysinfo.h112 const char *type, const char **strp);
190 const char **strp);
221 const char *type, const char **strp) in sysinfo_get_fit_loadable() argument
A Dcros_ec.h417 int cros_ec_read_build_info(struct udevice *dev, char **strp);
/u-boot/drivers/sysinfo/
A Dsysinfo-uclass.c27 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 Dutil.h74 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...);
A Dutil.c50 int xasprintf(char **strp, const char *fmt, ...) in xasprintf() argument
75 *strp = p; in xasprintf()
/u-boot/drivers/misc/
A Dcros_ec.c481 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