Searched refs:hwmon_attr (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
H A D | igb_hwmon.c | 47 struct hwmon_attr *igb_attr = container_of(attr, struct hwmon_attr, igb_hwmon_show_location() 57 struct hwmon_attr *igb_attr = container_of(attr, struct hwmon_attr, igb_hwmon_show_temp() 76 struct hwmon_attr *igb_attr = container_of(attr, struct hwmon_attr, igb_hwmon_show_cautionthresh() 90 struct hwmon_attr *igb_attr = container_of(attr, struct hwmon_attr, igb_hwmon_show_maxopthresh() 106 * This is included in our hwmon_attr struct that contains the references to 114 struct hwmon_attr *igb_attr; igb_add_hwmon_attr()
|
H A D | igb.h | 330 struct hwmon_attr { struct 341 struct hwmon_attr hwmon_list[E1000_MAX_SENSORS * 4];
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sysfs.c | 46 struct hwmon_attr *ixgbe_attr = container_of(attr, struct hwmon_attr, ixgbe_hwmon_show_location() 56 struct hwmon_attr *ixgbe_attr = container_of(attr, struct hwmon_attr, ixgbe_hwmon_show_temp() 75 struct hwmon_attr *ixgbe_attr = container_of(attr, struct hwmon_attr, ixgbe_hwmon_show_cautionthresh() 89 struct hwmon_attr *ixgbe_attr = container_of(attr, struct hwmon_attr, ixgbe_hwmon_show_maxopthresh() 106 * This is included in our hwmon_attr struct that contains the references to 113 struct hwmon_attr *ixgbe_attr; ixgbe_add_hwmon_attr()
|
H A D | ixgbe.h | 527 struct hwmon_attr { struct 538 struct hwmon_attr hwmon_list[IXGBE_MAX_SENSORS * 4];
|
/linux-4.4.14/drivers/thermal/ |
H A D | thermal_hwmon.c | 74 struct thermal_hwmon_attr *hwmon_attr temp_input_show() local 77 = container_of(hwmon_attr, struct thermal_hwmon_temp, temp_input_show() 92 struct thermal_hwmon_attr *hwmon_attr temp_crit_show() local 95 = container_of(hwmon_attr, struct thermal_hwmon_temp, temp_crit_show()
|
Completed in 113 milliseconds