Searched refs:regulator_bulk_free (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/misc/lis3lv02d/ |
D | lis3lv02d_i2c.c | 185 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/ |
D | consumer.h | 221 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/ |
D | sgtl5000.c | 1286 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()
|
D | wm8995.c | 2008 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/ |
D | apds990x.c | 1186 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/ |
D | hdmi_drv.c | 791 regulator_bulk_free(res->regul_count, res->regul_bulk); in hdmi_resources_cleanup()
|
/linux-4.1.27/drivers/regulator/ |
D | core.c | 3390 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/ |
D | smsc911x.c | 460 regulator_bulk_free(ARRAY_SIZE(pdata->supplies), in smsc911x_free_resources()
|