Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dmax98504.c24 #define MAX98504_NUM_SUPPLIES ARRAY_SIZE(max98504_supply_names) macro
28 struct regulator_bulk_data supplies[MAX98504_NUM_SUPPLIES];
129 ret = regulator_bulk_enable(MAX98504_NUM_SUPPLIES, max98504->supplies); in max98504_component_probe()
161 regulator_bulk_disable(MAX98504_NUM_SUPPLIES, max98504->supplies); in max98504_component_remove()
341 for (i = 0; i < MAX98504_NUM_SUPPLIES; i++) in max98504_i2c_probe()
344 ret = devm_regulator_bulk_get(dev, MAX98504_NUM_SUPPLIES, in max98504_i2c_probe()