Lines Matching refs:core_supplies
100 struct regulator_bulk_data core_supplies[2]; member
181 regulator_bulk_disable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_halt()
182 wm0010->core_supplies); in wm0010_halt()
597 ret = regulator_bulk_enable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_boot()
598 wm0010->core_supplies); in wm0010_boot()
726 regulator_bulk_disable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_boot()
727 wm0010->core_supplies); in wm0010_boot()
889 wm0010->core_supplies[0].supply = "AVDD"; in wm0010_spi_probe()
890 wm0010->core_supplies[1].supply = "DCVDD"; in wm0010_spi_probe()
891 ret = devm_regulator_bulk_get(wm0010->dev, ARRAY_SIZE(wm0010->core_supplies), in wm0010_spi_probe()
892 wm0010->core_supplies); in wm0010_spi_probe()