Home
last modified time | relevance | path

Searched refs:core_supplies (Results 1 – 9 of 9) sorted by relevance

/linux/sound/soc/codecs/
H A Dwm0010.c100 struct regulator_bulk_data core_supplies[2];
170 regulator_bulk_disable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_halt()
171 wm0010->core_supplies); in wm0010_halt()
567 ret = regulator_bulk_enable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_boot()
568 wm0010->core_supplies); in wm0010_boot()
696 regulator_bulk_disable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_boot()
697 wm0010->core_supplies); in wm0010_boot()
857 wm0010->core_supplies[0].supply = "AVDD"; in wm0010_spi_probe()
858 wm0010->core_supplies[1].supply = "DCVDD"; in wm0010_spi_probe()
859 ret = devm_regulator_bulk_get(wm0010->dev, ARRAY_SIZE(wm0010->core_supplies), in wm0010_spi_probe()
99 struct regulator_bulk_data core_supplies[2]; global() member
[all...]
H A Dcs4234.c31 struct regulator_bulk_data core_supplies[2]; member
700 regulator_bulk_disable(cs4234->num_core_supplies, cs4234->core_supplies); in cs4234_shutdown()
714 ret = regulator_bulk_enable(cs4234->num_core_supplies, cs4234->core_supplies); in cs4234_powerup()
755 BUILD_BUG_ON(ARRAY_SIZE(cs4234->core_supplies) < ARRAY_SIZE(cs4234_core_supplies)); in cs4234_i2c_probe()
759 cs4234->core_supplies[i].supply = cs4234_core_supplies[i]; in cs4234_i2c_probe()
761 ret = devm_regulator_bulk_get(dev, cs4234->num_core_supplies, cs4234->core_supplies); in cs4234_i2c_probe()
813 ret = regulator_get_voltage(cs4234->core_supplies[CS4234_SUPPLY_VA].consumer); in cs4234_i2c_probe()
H A Dwm5100.c57 struct regulator_bulk_data core_supplies[WM5100_NUM_CORE_SUPPLIES]; member
2429 for (i = 0; i < ARRAY_SIZE(wm5100->core_supplies); i++) in wm5100_i2c_probe()
2430 wm5100->core_supplies[i].supply = wm5100_core_supply_names[i]; in wm5100_i2c_probe()
2433 ARRAY_SIZE(wm5100->core_supplies), in wm5100_i2c_probe()
2434 wm5100->core_supplies); in wm5100_i2c_probe()
2441 ret = regulator_bulk_enable(ARRAY_SIZE(wm5100->core_supplies), in wm5100_i2c_probe()
2442 wm5100->core_supplies); in wm5100_i2c_probe()
2612 regulator_bulk_disable(ARRAY_SIZE(wm5100->core_supplies), in wm5100_i2c_probe()
2613 wm5100->core_supplies); in wm5100_i2c_probe()
2637 regulator_bulk_disable(ARRAY_SIZE(wm5100->core_supplies), in wm5100_runtime_suspend()
[all...]
H A Dmax98396.c1580 max98396->core_supplies); in max98396_suspend()
1596 max98396->core_supplies); in max98396_resume()
1631 max98396->core_supplies);
1740 max98396->core_supplies); in max98396_i2c_probe()
1780 max98396->core_supplies[i].supply = max98396_core_supplies[i]; in max98396_i2c_probe()
1783 max98396->core_supplies); in max98396_i2c_probe()
1806 max98396->core_supplies); in max98396_i2c_probe()
H A Dmax98396.h311 struct regulator_bulk_data core_supplies[MAX98396_NUM_CORE_SUPPLIES]; member
H A Dcs48l32.c3916 static_assert(ARRAY_SIZE(cs48l32_core_supplies) == ARRAY_SIZE(cs48l32->core_supplies)); in cs48l32_spi_probe()
3917 for (i = 0; i < ARRAY_SIZE(cs48l32->core_supplies); i++) in cs48l32_spi_probe()
3918 cs48l32->core_supplies[i].supply = cs48l32_core_supplies[i]; in cs48l32_spi_probe()
3920 ret = devm_regulator_bulk_get(dev, ARRAY_SIZE(cs48l32->core_supplies), in cs48l32_spi_probe()
3921 cs48l32->core_supplies); in cs48l32_spi_probe()
3929 ret = regulator_bulk_enable(ARRAY_SIZE(cs48l32->core_supplies), cs48l32->core_supplies); in cs48l32_spi_probe()
4020 regulator_bulk_disable(ARRAY_SIZE(cs48l32->core_supplies), cs48l32->core_supplies); in cs48l32_spi_probe()
4038 regulator_bulk_disable(ARRAY_SIZE(cs48l32->core_supplies), cs48l3 in cs48l32_spi_remove()
[all...]
/linux/include/sound/
H A Dcs48l32.h43 struct regulator_bulk_data core_supplies[2]; member
/linux/include/linux/mfd/madera/
H A Dcore.h186 struct regulator_bulk_data core_supplies[MADERA_MAX_CORE_SUPPLIES]; member
/linux/include/linux/mfd/arizona/
H A Dcore.h127 struct regulator_bulk_data core_supplies[ARIZONA_MAX_CORE_SUPPLIES]; member