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;84 struct regulator_dev **rdevs;86 u32 flags; /* from platform data */88 int exponent[PMBUS_PAGES];91 const struct pmbus_driver_info *info;93 int max_attributes;94 int num_attributes;95 struct attribute_group group;[all …]