Home
last modified time | relevance | path

Searched refs:rc (Results 1 – 3 of 3) sorted by relevance

/include/
A Dtpm-common.h211 int rc; \
213 rc = get_tpm(&dev); \
214 if (rc) \
215 return rc; \
A Dtpm_tcg2.h338 void tcg2_platform_startup_error(struct udevice *dev, int rc);
/include/dm/
A Dof_access.h432 int rc = of_property_read_string_helper(np, propname, output, 1, index); in of_property_read_string_index() local
433 return rc < 0 ? rc : 0; in of_property_read_string_index()

Completed in 11 milliseconds