Searched defs:pmbus_data (Results 1 – 1 of 1) sorted by relevance
93 struct pmbus_data { struct94 struct device *dev;95 struct device *hwmon_dev;96 struct regulator_dev **rdevs;98 u32 flags; /* from platform data */100 u8 revision; /* The PMBus revision the device is compliant with */102 int exponent[PMBUS_PAGES];105 const struct pmbus_driver_info *info;107 int max_attributes;108 int num_attributes;[all …]