Lines Matching refs:core_supplies
103 struct regulator_bulk_data core_supplies[2]; member
184 regulator_bulk_disable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_halt()
185 wm0010->core_supplies); in wm0010_halt()
603 ret = regulator_bulk_enable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_boot()
604 wm0010->core_supplies); in wm0010_boot()
732 regulator_bulk_disable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_boot()
733 wm0010->core_supplies); in wm0010_boot()
896 wm0010->core_supplies[0].supply = "AVDD"; in wm0010_spi_probe()
897 wm0010->core_supplies[1].supply = "DCVDD"; in wm0010_spi_probe()
898 ret = devm_regulator_bulk_get(wm0010->dev, ARRAY_SIZE(wm0010->core_supplies), in wm0010_spi_probe()
899 wm0010->core_supplies); in wm0010_spi_probe()