Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/lis3lv02d/
H A Dlis3lv02d_i2c.c172 regulator_bulk_free(ARRAY_SIZE(lis3_dev.regulators), in lis3lv02d_i2c_probe()
191 regulator_bulk_free(ARRAY_SIZE(lis3->regulators), in lis3lv02d_i2c_remove()
/OK3568_Linux_fs/kernel/include/linux/regulator/
H A Dconsumer.h240 void regulator_bulk_free(int num_consumers,
473 static inline void regulator_bulk_free(int num_consumers, in regulator_bulk_free() function
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dwm8994-core.c601 regulator_bulk_free(wm8994->num_supplies, wm8994->supplies); in wm8994_device_init()
614 regulator_bulk_free(wm8994->num_supplies, wm8994->supplies); in wm8994_device_exit()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dsgtl5000.c1452 regulator_bulk_free(sgtl5000->num_supplies, in sgtl5000_enable_regulators()
1791 regulator_bulk_free(sgtl5000->num_supplies, sgtl5000->supplies); in sgtl5000_i2c_probe()
1806 regulator_bulk_free(sgtl5000->num_supplies, sgtl5000->supplies); in sgtl5000_i2c_remove()
H A Dda7219.c1888 regulator_bulk_free(DA7219_NUM_SUPPLIES, da7219->supplies); in da7219_handle_supplies()
2584 regulator_bulk_free(DA7219_NUM_SUPPLIES, da7219->supplies); in da7219_probe()
2600 regulator_bulk_free(DA7219_NUM_SUPPLIES, da7219->supplies); in da7219_remove()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Ddevres.c127 regulator_bulk_free(devres->num_consumers, devres->consumers); in devm_regulator_bulk_release()
H A Dcore.c4772 void regulator_bulk_free(int num_consumers, in regulator_bulk_free() function
4782 EXPORT_SYMBOL_GPL(regulator_bulk_free);
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dapds990x.c1182 regulator_bulk_free(ARRAY_SIZE(chip->regs), chip->regs); in apds990x_probe()
1205 regulator_bulk_free(ARRAY_SIZE(chip->regs), chip->regs); in apds990x_remove()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmsc911x.c463 regulator_bulk_free(ARRAY_SIZE(pdata->supplies), in smsc911x_free_resources()