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;96 u32 flags; /* from platform data */98 int exponent[PMBUS_PAGES];101 const struct pmbus_driver_info *info;103 int max_attributes;104 int num_attributes;105 struct attribute_group group;106 const struct attribute_group *groups[2];[all …]