Searched defs:pmbus_data (Results 1 – 1 of 1) sorted by relevance
85 struct pmbus_data { struct86 struct device *dev;87 struct device *hwmon_dev;88 struct regulator_dev **rdevs;90 u32 flags; /* from platform data */92 u8 revision; /* The PMBus revision the device is compliant with */94 int exponent[PMBUS_PAGES];97 const struct pmbus_driver_info *info;99 int max_attributes;100 int num_attributes;[all …]