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()
605 ret = regulator_bulk_enable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_boot()
606 wm0010->core_supplies); in wm0010_boot()
741 regulator_bulk_disable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_boot()
742 wm0010->core_supplies); in wm0010_boot()
906 wm0010->core_supplies[0].supply = "AVDD"; in wm0010_spi_probe()
907 wm0010->core_supplies[1].supply = "DCVDD"; in wm0010_spi_probe()
908 ret = devm_regulator_bulk_get(wm0010->dev, ARRAY_SIZE(wm0010->core_supplies), in wm0010_spi_probe()
909 wm0010->core_supplies); in wm0010_spi_probe()