Searched defs:hwmon_buff (Results 1 – 2 of 2) sorted by relevance
466 struct hwmon_buff { struct467 struct attribute_group group;468 const struct attribute_group *groups[2];469 struct attribute *attrs[E1000_MAX_SENSORS * 4 + 1];470 struct hwmon_attr hwmon_list[E1000_MAX_SENSORS * 4];471 unsigned int n_hwmon;
530 struct hwmon_buff { struct531 struct attribute_group group;532 const struct attribute_group *groups[2];533 struct attribute *attrs[IXGBE_MAX_SENSORS * 4 + 1];534 struct hwmon_attr hwmon_list[IXGBE_MAX_SENSORS * 4];535 unsigned int n_hwmon;
Completed in 13 milliseconds