Searched refs:regulator_bulk_free (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/misc/lis3lv02d/ |
H A D | lis3lv02d_i2c.c | 172 regulator_bulk_free(ARRAY_SIZE(lis3_dev.regulators), in lis3lv02d_i2c_probe() 191 regulator_bulk_free(ARRAY_SIZE(lis3->regulators), in lis3lv02d_i2c_remove()
|
/openbmc/linux/include/linux/regulator/ |
H A D | consumer.h | 266 void regulator_bulk_free(int num_consumers, 525 static inline void regulator_bulk_free(int num_consumers, in regulator_bulk_free() function
|
/openbmc/linux/drivers/mfd/ |
H A D | wm8994-core.c | 588 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()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | sgtl5000.c | 1452 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()
|
H A D | da7219.c | 1890 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()
|
H A D | wcd938x.c | 3329 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()
|
/openbmc/linux/drivers/regulator/ |
H A D | devres.c | 186 regulator_bulk_free(devres->num_consumers, devres->consumers); in devm_regulator_bulk_release()
|
H A D | core.c | 5062 void regulator_bulk_free(int num_consumers, in regulator_bulk_free() function 5072 EXPORT_SYMBOL_GPL(regulator_bulk_free);
|
/openbmc/linux/drivers/misc/ |
H A D | apds990x.c | 1181 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()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-brcmstb.c | 1142 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()
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smsc911x.c | 462 regulator_bulk_free(ARRAY_SIZE(pdata->supplies), in smsc911x_free_resources()
|