Searched refs:regulator_parse_ofw_stdparam (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/sys/dev/extres/regulator/ |
| H A D | regulator.h | 140 int regulator_parse_ofw_stdparam(device_t dev, phandle_t node,
|
| H A D | regulator_fixed.c | 378 rv = regulator_parse_ofw_stdparam(sc->dev, node, init_def); in regfix_parse_fdt()
|
| H A D | regulator.c | 1005 regulator_parse_ofw_stdparam(device_t pdev, phandle_t node, in regulator_parse_ofw_stdparam() function
|
| /freebsd-12.1/sys/dev/iicbus/ |
| H A D | sy8106a.c | 210 regulator_parse_ofw_stdparam(dev, node, &initdef); in sy8106a_reg_attach()
|
| H A D | syr827.c | 219 regulator_parse_ofw_stdparam(dev, node, &initdef); in syr827_reg_attach()
|
| /freebsd-12.1/sys/dev/gpio/ |
| H A D | gpioregulator.c | 213 error = regulator_parse_ofw_stdparam(sc->dev, node, in gpioregulator_parse_fdt()
|
| /freebsd-12.1/sys/arm64/rockchip/ |
| H A D | rk805.c | 387 if (regulator_parse_ofw_stdparam(dev, node, &initdef) != 0) { in rk805_reg_attach()
|
| /freebsd-12.1/sys/arm/nvidia/ |
| H A D | as3722_regulators.c | 516 rv = regulator_parse_ofw_stdparam(sc->dev, node, in as3722_fdt_parse()
|
| /freebsd-12.1/sys/arm/allwinner/ |
| H A D | axp209.c | 1136 if (regulator_parse_ofw_stdparam(dev, node, &initdef) != 0) { in axp2xx_reg_attach()
|
| H A D | axp81x.c | 1357 if (regulator_parse_ofw_stdparam(dev, node, &initdef) != 0) in axp8xx_reg_attach()
|