Query: struct_regulator_consumer_supply
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTREGULATOR_CON(9) API reference STRUCT REGULATOR_CON(9)NAMEstruct_regulator_consumer_supply - supply -> device mappingSYNOPSISstruct regulator_consumer_supply { struct device * dev; const char * dev_name; const char * supply; };MEMBERSdev Device structure for the consumer. dev_name Result of dev_name for the consumer. supply Name for the supply.DESCRIPTIONThis maps a supply name to a device. Only one of dev or dev_name can be specified. Use of dev_name allows support for buses which make struct device available late such as I2C and is the preferred form.AUTHORSLiam Girdwood <lrg@slimlogic.co.uk> Author. Mark Brown <broonie@opensource.wolfsonmicro.com> Wolfson Microelectronics, Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 STRUCT REGULATOR_CON(9)