Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/include/linux/regulator/
Dconsumer.h221 void regulator_bulk_free(int num_consumers,
431 static inline void regulator_bulk_free(int num_consumers, in regulator_bulk_free() function
/linux-4.1.27/sound/soc/codecs/
Dsgtl5000.c1286 regulator_bulk_free(ARRAY_SIZE(sgtl5000->supplies), in sgtl5000_enable_regulators()
1356 regulator_bulk_free(ARRAY_SIZE(sgtl5000->supplies), in sgtl5000_probe()
1369 regulator_bulk_free(ARRAY_SIZE(sgtl5000->supplies), in sgtl5000_remove()
Dwm8995.c2008 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-4.1.27/drivers/misc/
Dapds990x.c1186 regulator_bulk_free(ARRAY_SIZE(chip->regs), chip->regs); in apds990x_probe()
1209 regulator_bulk_free(ARRAY_SIZE(chip->regs), chip->regs); in apds990x_remove()
/linux-4.1.27/drivers/media/platform/s5p-tv/
Dhdmi_drv.c791 regulator_bulk_free(res->regul_count, res->regul_bulk); in hdmi_resources_cleanup()
/linux-4.1.27/drivers/regulator/
Dcore.c3390 void regulator_bulk_free(int num_consumers, in regulator_bulk_free() function
3400 EXPORT_SYMBOL_GPL(regulator_bulk_free);
/linux-4.1.27/drivers/net/ethernet/smsc/
Dsmsc911x.c460 regulator_bulk_free(ARRAY_SIZE(pdata->supplies), in smsc911x_free_resources()