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