Home
last modified time | relevance | path

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

/external/u-boot/drivers/power/regulator/
Dregulator_common.h20 int regulator_common_ofdata_to_platdata(struct udevice *dev,
Dfixed.c27 return regulator_common_ofdata_to_platdata(dev, dev_pdata, "gpio"); in fixed_regulator_ofdata_to_platdata()
Dregulator_common.c11 int regulator_common_ofdata_to_platdata(struct udevice *dev, in regulator_common_ofdata_to_platdata() function
Dgpio-regulator.c70 return regulator_common_ofdata_to_platdata(dev, &dev_pdata->common, "enable-gpios"); in gpio_regulator_ofdata_to_platdata()