Lines Matching refs:core_supplies
104 struct regulator_bulk_data core_supplies[2]; member
185 regulator_bulk_disable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_halt()
186 wm0010->core_supplies); in wm0010_halt()
604 ret = regulator_bulk_enable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_boot()
605 wm0010->core_supplies); in wm0010_boot()
736 regulator_bulk_disable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_boot()
737 wm0010->core_supplies); in wm0010_boot()
899 wm0010->core_supplies[0].supply = "AVDD"; in wm0010_spi_probe()
900 wm0010->core_supplies[1].supply = "DCVDD"; in wm0010_spi_probe()
901 ret = devm_regulator_bulk_get(wm0010->dev, ARRAY_SIZE(wm0010->core_supplies), in wm0010_spi_probe()
902 wm0010->core_supplies); in wm0010_spi_probe()