Searched refs:supply_prop (Results 1 – 1 of 1) sorted by relevance
88 char *supply_prop = NULL; in get_supply_phandle() local94 supply_prop = calloc(1, prop_len); in get_supply_phandle()95 if (!supply_prop) in get_supply_phandle()98 len = snprintf(supply_prop, prop_len, "%s-supply", supply_name); in get_supply_phandle()101 cuint = fdt_getprop(fdt, node, supply_prop, &len); in get_supply_phandle()102 free(supply_prop); in get_supply_phandle()