Query: regulator_bulk_enable
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
REGULATOR_BULK_ENABL(9) API reference REGULATOR_BULK_ENABL(9)NAMEregulator_bulk_enable - enable multiple regulator consumersSYNOPSISint regulator_bulk_enable(int num_consumers, struct regulator_bulk_data * consumers);ARGUMENTSnum_consumers Number of consumers consumers Consumer data; clients are stored here. return 0 on success, an errno on failureDESCRIPTIONThis convenience API allows consumers to enable multiple regulator clients in a single API call. If any consumers cannot be enabled then any others that were enabled will be disabled again prior to return.AUTHORSLiam Girdwood <lrg@slimlogic.co.uk> Author. Mark Brown <broonie@opensource.wolfsonmicro.com> Wolfson Microelectronics, Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 REGULATOR_BULK_ENABL(9)