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 u8 revision; /* The PMBus revision the device is compliant with */90 int exponent[PMBUS_PAGES];93 const struct pmbus_driver_info *info;95 int max_attributes;96 int num_attributes;[all …]