Home
last modified time | relevance | path

Searched defs:num_consumers (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/include/linux/regulator/
Dconsumer.h234 int num_consumers, in regulator_bulk_get()
240 static inline int regulator_bulk_enable(int num_consumers, in regulator_bulk_enable()
246 static inline int regulator_bulk_disable(int num_consumers, in regulator_bulk_disable()
252 static inline int regulator_bulk_force_disable(int num_consumers, in regulator_bulk_force_disable()
258 static inline void regulator_bulk_free(int num_consumers, in regulator_bulk_free()
/linux-3.3/drivers/regulator/
Dcore.c2373 int regulator_bulk_get(struct device *dev, int num_consumers, in regulator_bulk_get()
2423 int regulator_bulk_enable(int num_consumers, in regulator_bulk_enable()
2470 int regulator_bulk_disable(int num_consumers, in regulator_bulk_disable()
2507 int regulator_bulk_force_disable(int num_consumers, in regulator_bulk_force_disable()
2539 void regulator_bulk_free(int num_consumers, in regulator_bulk_free()
/linux-3.3/drivers/mfd/
Dtwl-core.c621 unsigned num_consumers, unsigned long features) in add_regulator_linked()