| /linux/sound/soc/codecs/ |
| H A D | wm0010.c | 99 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 D | wm2200.c | 81 struct regulator_bulk_data core_supplies[WM2200_NUM_CORE_SUPPLIES]; member 2232 for (i = 0; i < ARRAY_SIZE(wm2200->core_supplies); i++) in wm2200_i2c_probe() 2233 wm2200->core_supplies[i].supply = wm2200_core_supply_names[i]; in wm2200_i2c_probe() 2236 ARRAY_SIZE(wm2200->core_supplies), in wm2200_i2c_probe() 2237 wm2200->core_supplies); in wm2200_i2c_probe() 2244 ret = regulator_bulk_enable(ARRAY_SIZE(wm2200->core_supplies), in wm2200_i2c_probe() 2245 wm2200->core_supplies); in wm2200_i2c_probe() 2413 regulator_bulk_disable(ARRAY_SIZE(wm2200->core_supplies), in wm2200_i2c_probe() 2414 wm2200->core_supplies); in wm2200_i2c_probe() 2428 regulator_bulk_disable(ARRAY_SIZE(wm2200->core_supplies), in wm2200_i2c_remove() [all …]
|
| H A D | cs35l34.c | 44 struct regulator_bulk_data core_supplies[2]; member 996 cs35l34->core_supplies[i].supply = cs35l34_core_supplies[i]; in cs35l34_i2c_probe() 1000 cs35l34->core_supplies); in cs35l34_i2c_probe() 1008 cs35l34->core_supplies); in cs35l34_i2c_probe() 1103 cs35l34->core_supplies); in cs35l34_i2c_probe() 1116 cs35l34->core_supplies); in cs35l34_i2c_remove() 1125 cs35l34->core_supplies); in cs35l34_runtime_resume() 1147 cs35l34->core_supplies); in cs35l34_runtime_resume() 1162 cs35l34->core_supplies); in cs35l34_runtime_suspend()
|
| H A D | cs4234.c | 32 struct regulator_bulk_data core_supplies[2]; member 701 regulator_bulk_disable(cs4234->num_core_supplies, cs4234->core_supplies); in cs4234_shutdown() 715 ret = regulator_bulk_enable(cs4234->num_core_supplies, cs4234->core_supplies); in cs4234_powerup() 756 BUILD_BUG_ON(ARRAY_SIZE(cs4234->core_supplies) < ARRAY_SIZE(cs4234_core_supplies)); in cs4234_i2c_probe() 760 cs4234->core_supplies[i].supply = cs4234_core_supplies[i]; in cs4234_i2c_probe() 762 ret = devm_regulator_bulk_get(dev, cs4234->num_core_supplies, cs4234->core_supplies); in cs4234_i2c_probe() 814 ret = regulator_get_voltage(cs4234->core_supplies[CS4234_SUPPLY_VA].consumer); in cs4234_i2c_probe()
|
| H A D | cs35l33.c | 44 struct regulator_bulk_data core_supplies[2]; member 866 cs35l33->core_supplies); in cs35l33_runtime_resume() 889 cs35l33->core_supplies); in cs35l33_runtime_resume() 906 cs35l33->core_supplies); in cs35l33_runtime_suspend() 1135 cs35l33->core_supplies[i].supply in cs35l33_i2c_probe() 1141 cs35l33->core_supplies); in cs35l33_i2c_probe() 1172 cs35l33->core_supplies); in cs35l33_i2c_probe() 1242 cs35l33->core_supplies); in cs35l33_i2c_probe() 1255 cs35l33->core_supplies); in cs35l33_i2c_remove()
|
| H A D | wm5100.c | 57 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 D | max98396.c | 1580 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 D | cs48l32.c | 3922 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), cs48l32->core_supplies); in cs48l32_spi_remove()
|
| H A D | max98396.h | 311 struct regulator_bulk_data core_supplies[MAX98396_NUM_CORE_SUPPLIES]; member
|
| /linux/drivers/mfd/ |
| H A D | madera-core.c | 501 madera->core_supplies[i].supply = madera_core_supplies[i]; in madera_dev_init() 539 madera->core_supplies); in madera_dev_init() 558 madera->core_supplies); in madera_dev_init() 757 madera->core_supplies); in madera_dev_init() 791 madera->core_supplies); in madera_dev_exit()
|
| H A D | arizona-core.c | 537 arizona->core_supplies); in arizona_runtime_resume() 550 arizona->core_supplies); in arizona_runtime_resume() 738 arizona->core_supplies); in arizona_runtime_suspend() 978 arizona->core_supplies[i].supply in arizona_dev_init() 1006 arizona->core_supplies); in arizona_dev_init() 1043 arizona->core_supplies); in arizona_dev_init() 1393 arizona->core_supplies); in arizona_dev_init() 1427 arizona->core_supplies); in arizona_dev_exit()
|
| H A D | cs42l43.c | 988 ret = regulator_bulk_enable(CS42L43_N_SUPPLIES, cs42l43->core_supplies); in cs42l43_power_up() 1005 regulator_bulk_disable(CS42L43_N_SUPPLIES, cs42l43->core_supplies); in cs42l43_power_up() 1023 ret = regulator_bulk_disable(CS42L43_N_SUPPLIES, cs42l43->core_supplies); in cs42l43_power_down() 1083 cs42l43->core_supplies[i].supply = cs42l43_core_supplies[i]; in cs42l43_dev_probe() 1086 cs42l43->core_supplies); in cs42l43_dev_probe()
|
| /linux/include/sound/ |
| H A D | cs48l32.h | 43 struct regulator_bulk_data core_supplies[2]; member
|
| /linux/include/linux/mfd/ |
| H A D | cs42l43.h | 80 struct regulator_bulk_data core_supplies[CS42L43_N_SUPPLIES]; member
|
| /linux/include/linux/mfd/madera/ |
| H A D | core.h | 186 struct regulator_bulk_data core_supplies[MADERA_MAX_CORE_SUPPLIES]; member
|
| /linux/include/linux/mfd/arizona/ |
| H A D | core.h | 127 struct regulator_bulk_data core_supplies[ARIZONA_MAX_CORE_SUPPLIES]; member
|