Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm0010.c99 struct regulator_bulk_data core_supplies[2]; member
171 regulator_bulk_disable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_halt()
172 wm0010->core_supplies); in wm0010_halt()
587 ret = regulator_bulk_enable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_boot()
588 wm0010->core_supplies); in wm0010_boot()
716 regulator_bulk_disable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_boot()
717 wm0010->core_supplies); in wm0010_boot()
879 wm0010->core_supplies[0].supply = "AVDD"; in wm0010_spi_probe()
880 wm0010->core_supplies[1].supply = "DCVDD"; in wm0010_spi_probe()
881 ret = devm_regulator_bulk_get(wm0010->dev, ARRAY_SIZE(wm0010->core_supplies), in wm0010_spi_probe()
[all …]
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()
1722 max98396->core_supplies); in max98396_core_supplies_disable()
1762 max98396->core_supplies[i].supply = max98396_core_supplies[i]; in max98396_i2c_probe()
1765 max98396->core_supplies); in max98396_i2c_probe()
1788 max98396->core_supplies); in max98396_i2c_probe()
H A Dcs48l32.c3922 static_assert(ARRAY_SIZE(cs48l32_core_supplies) == ARRAY_SIZE(cs48l32->core_supplies)); in cs48l32_spi_probe()
3923 for (i = 0; i < ARRAY_SIZE(cs48l32->core_supplies); i++) in cs48l32_spi_probe()
3924 cs48l32->core_supplies[i].supply = cs48l32_core_supplies[i]; in cs48l32_spi_probe()
3926 ret = devm_regulator_bulk_get(dev, ARRAY_SIZE(cs48l32->core_supplies), in cs48l32_spi_probe()
3927 cs48l32->core_supplies); in cs48l32_spi_probe()
3935 ret = regulator_bulk_enable(ARRAY_SIZE(cs48l32->core_supplies), cs48l32->core_supplies); in cs48l32_spi_probe()
4026 regulator_bulk_disable(ARRAY_SIZE(cs48l32->core_supplies), cs48l32->core_supplies); in cs48l32_spi_probe()
4044 regulator_bulk_disable(ARRAY_SIZE(cs48l32->core_supplies), cs48l3 in cs48l32_spi_remove()
[all...]
H A Dmax98396.h311 struct regulator_bulk_data core_supplies[MAX98396_NUM_CORE_SUPPLIES]; member
/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