Searched defs:pmbus_data (Results 1 – 1 of 1) sorted by relevance
106 struct pmbus_data { struct107 struct device *hwmon_dev;109 u32 flags; /* from platform data */111 int exponent; /* linear mode: exponent for output voltages */113 const struct pmbus_driver_info *info;115 int max_attributes;116 int num_attributes;117 struct attribute **attributes;118 struct attribute_group group;123 int max_sensors;[all …]