Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/misc/lis3lv02d/
Dlis3lv02d_i2c.c171 regulator_bulk_free(ARRAY_SIZE(lis3_dev.regulators), in lis3lv02d_i2c_probe()
190 regulator_bulk_free(ARRAY_SIZE(lis3->regulators), in lis3lv02d_i2c_remove()
/Linux-v6.6/include/linux/regulator/
Dconsumer.h266 void regulator_bulk_free(int num_consumers,
517 static inline void regulator_bulk_free(int num_consumers, in regulator_bulk_free() function
/Linux-v6.6/drivers/mfd/
Dwm8994-core.c588 regulator_bulk_free(wm8994->num_supplies, wm8994->supplies); in wm8994_device_init()
601 regulator_bulk_free(wm8994->num_supplies, wm8994->supplies); in wm8994_device_exit()
/Linux-v6.6/sound/soc/codecs/
Dsgtl5000.c1452 regulator_bulk_free(sgtl5000->num_supplies, in sgtl5000_enable_regulators()
1788 regulator_bulk_free(sgtl5000->num_supplies, sgtl5000->supplies); in sgtl5000_i2c_probe()
1803 regulator_bulk_free(sgtl5000->num_supplies, sgtl5000->supplies); in sgtl5000_i2c_remove()
Dda7219.c1890 regulator_bulk_free(DA7219_NUM_SUPPLIES, da7219->supplies); in da7219_handle_supplies()
2586 regulator_bulk_free(DA7219_NUM_SUPPLIES, da7219->supplies); in da7219_probe()
2602 regulator_bulk_free(DA7219_NUM_SUPPLIES, da7219->supplies); in da7219_remove()
Dwcd938x.c3329 regulator_bulk_free(WCD938X_MAX_SUPPLY, wcd938x->supplies); in wcd938x_populate_dt_data()
3616 regulator_bulk_free(WCD938X_MAX_SUPPLY, wcd938x->supplies); in wcd938x_probe()
3633 regulator_bulk_free(WCD938X_MAX_SUPPLY, wcd938x->supplies); in wcd938x_remove()
/Linux-v6.6/drivers/regulator/
Ddevres.c186 regulator_bulk_free(devres->num_consumers, devres->consumers); in devm_regulator_bulk_release()
Dcore.c5052 void regulator_bulk_free(int num_consumers, in regulator_bulk_free() function
5062 EXPORT_SYMBOL_GPL(regulator_bulk_free);
/Linux-v6.6/drivers/misc/
Dapds990x.c1181 regulator_bulk_free(ARRAY_SIZE(chip->regs), chip->regs); in apds990x_probe()
1204 regulator_bulk_free(ARRAY_SIZE(chip->regs), chip->regs); in apds990x_remove()
/Linux-v6.6/drivers/pci/controller/
Dpcie-brcmstb.c1142 regulator_bulk_free(sr->num_supplies, sr->supplies); in brcm_pcie_add_bus()
1163 regulator_bulk_free(sr->num_supplies, sr->supplies); in brcm_pcie_remove_bus()
/Linux-v6.6/drivers/net/ethernet/smsc/
Dsmsc911x.c462 regulator_bulk_free(ARRAY_SIZE(pdata->supplies), in smsc911x_free_resources()