Searched defs:pmbus_data (Results 1 – 1 of 1) sorted by relevance
92 struct pmbus_data { struct93 struct device *dev;94 struct device *hwmon_dev;95 struct regulator_dev **rdevs;97 u32 flags; /* from platform data */99 bool have_pmbus_revision;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;[all …]