Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/lis3lv02d/
Dlis3lv02d_i2c.c185 regulator_bulk_free(ARRAY_SIZE(lis3_dev.regulators), in lis3lv02d_i2c_probe()
204 regulator_bulk_free(ARRAY_SIZE(lis3->regulators), in lis3lv02d_i2c_remove()
/Linux-v4.19/include/linux/regulator/
Dconsumer.h242 void regulator_bulk_free(int num_consumers,
453 static inline void regulator_bulk_free(int num_consumers, in regulator_bulk_free() function
/Linux-v4.19/drivers/mfd/
Dwm8994-core.c612 regulator_bulk_free(wm8994->num_supplies, wm8994->supplies); in wm8994_device_init()
623 regulator_bulk_free(wm8994->num_supplies, wm8994->supplies); in wm8994_device_exit()
/Linux-v4.19/sound/soc/codecs/
Dsgtl5000.c1272 regulator_bulk_free(sgtl5000->num_supplies, in sgtl5000_enable_regulators()
1560 regulator_bulk_free(sgtl5000->num_supplies, sgtl5000->supplies); in sgtl5000_i2c_probe()
1571 regulator_bulk_free(sgtl5000->num_supplies, sgtl5000->supplies); in sgtl5000_i2c_remove()
Dwm8995.c2009 regulator_bulk_free(ARRAY_SIZE(wm8995->supplies), wm8995->supplies); in wm8995_remove()
2103 regulator_bulk_free(ARRAY_SIZE(wm8995->supplies), wm8995->supplies); in wm8995_probe()
/Linux-v4.19/drivers/regulator/
Ddevres.c132 regulator_bulk_free(devres->num_consumers, devres->consumers); in devm_regulator_bulk_release()
Dcore.c3932 void regulator_bulk_free(int num_consumers, in regulator_bulk_free() function
3942 EXPORT_SYMBOL_GPL(regulator_bulk_free);
/Linux-v4.19/drivers/misc/
Dapds990x.c1197 regulator_bulk_free(ARRAY_SIZE(chip->regs), chip->regs); in apds990x_probe()
1220 regulator_bulk_free(ARRAY_SIZE(chip->regs), chip->regs); in apds990x_remove()
/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmsc911x.c476 regulator_bulk_free(ARRAY_SIZE(pdata->supplies), in smsc911x_free_resources()