Home
last modified time | relevance | path

Searched defs:pmbus_data (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hwmon/pmbus/
H A Dpmbus_core.c81 struct pmbus_data { struct
82 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 …]