Searched defs:pmbus_data (Results 1 – 1 of 1) sorted by relevance
81 struct pmbus_data { struct82 struct device *dev;83 struct device *hwmon_dev;85 u32 flags; /* from platform data */87 int exponent[PMBUS_PAGES];90 const struct pmbus_driver_info *info;92 int max_attributes;93 int num_attributes;94 struct attribute_group group;95 const struct attribute_group **groups;[all …]