Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/dtc/
H A Dutil.h71 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...);
H A Dutil.c50 int xasprintf(char **strp, const char *fmt, ...) in xasprintf() argument
75 *strp = p; in xasprintf()
/rk3399_rockchip-uboot/include/
H A Dcros_ec.h345 int cros_ec_read_build_info(struct cros_ec_dev *dev, char **strp);
/rk3399_rockchip-uboot/drivers/misc/
H A Dcros_ec.c405 int cros_ec_read_build_info(struct cros_ec_dev *dev, char **strp) in cros_ec_read_build_info() argument
408 (uint8_t **)strp, EC_PROTO2_MAX_PARAM_SIZE) < 0) in cros_ec_read_build_info()