Searched refs:regulator_parse_ofw_stdparam (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/dev/regulator/ |
H A D | regulator.h | 145 int regulator_parse_ofw_stdparam(device_t dev, phandle_t node,
|
H A D | regulator_fixed.c | 392 rv = regulator_parse_ofw_stdparam(sc->dev, node, init_def); in regfix_parse_fdt()
|
H A D | regulator.c | 1136 regulator_parse_ofw_stdparam(device_t pdev, phandle_t node, in regulator_parse_ofw_stdparam() function
|
/freebsd/sys/dev/iicbus/pmic/silergy/ |
H A D | sy8106a.c | 204 regulator_parse_ofw_stdparam(dev, node, &initdef); in sy8106a_reg_attach()
|
H A D | syr827.c | 187 regulator_parse_ofw_stdparam(dev, node, &initdef); in syr827_reg_attach()
|
/freebsd/sys/dev/gpio/ |
H A D | gpioregulator.c | 207 error = regulator_parse_ofw_stdparam(sc->dev, node, in gpioregulator_parse_fdt()
|
/freebsd/sys/dev/iicbus/pmic/rockchip/ |
H A D | rk8xx_regulators.c | 285 if (regulator_parse_ofw_stdparam(dev, node, &initdef) != 0) { in rk8xx_reg_attach()
|
/freebsd/sys/dev/iicbus/pmic/ |
H A D | fan53555.c | 337 if (regulator_parse_ofw_stdparam(sc->dev, node, &initdef) != 0) { in fan53555_reg_attach()
|
H A D | act8846_regulator.c | 372 rv = regulator_parse_ofw_stdparam(sc->dev, node, init_def); in act8846_fdt_parse()
|
/freebsd/sys/arm/nvidia/ |
H A D | as3722_regulators.c | 510 rv = regulator_parse_ofw_stdparam(sc->dev, node, in as3722_fdt_parse()
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | max77620_regulators.c | 639 rv = regulator_parse_ofw_stdparam(sc->dev, node, in max77620_fdt_parse()
|
/freebsd/sys/arm/allwinner/ |
H A D | axp209.c | 1150 if (regulator_parse_ofw_stdparam(dev, node, &initdef) != 0) { in axp2xx_reg_attach()
|
H A D | axp81x.c | 1395 if (regulator_parse_ofw_stdparam(dev, node, &initdef) != 0) in axp8xx_reg_attach()
|