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;95 struct regulator_dev **rdevs;97 u32 flags; /* from platform data */99 u8 revision; /* The PMBus revision the device is compliant with */101 int exponent[PMBUS_PAGES];104 const struct pmbus_driver_info *info;106 int max_attributes;107 int num_attributes;[all …]