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