Searched refs:get_thermal_sensor_data (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sysfs.c | 36 ixgbe_attr->hw->mac.ops.get_thermal_sensor_data(ixgbe_attr->hw); in ixgbe_hwmon_show_temp()
|
H A D | ixgbe_x540.c | 873 .get_thermal_sensor_data = NULL,
|
H A D | ixgbe_82598.c | 1154 .get_thermal_sensor_data = NULL,
|
H A D | ixgbe_82599.c | 2211 .get_thermal_sensor_data = &ixgbe_get_thermal_sensor_data_generic,
|
H A D | ixgbe_type.h | 3473 s32 (*get_thermal_sensor_data)(struct ixgbe_hw *); member
|
H A D | ixgbe_x550.c | 3841 .get_thermal_sensor_data = NULL, \
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sysfs.c | 36 ixgbe_attr->hw->mac.ops.get_thermal_sensor_data(ixgbe_attr->hw); in ixgbe_hwmon_show_temp()
|
H A D | ixgbe_x540.c | 873 .get_thermal_sensor_data = NULL,
|
H A D | ixgbe_82598.c | 1154 .get_thermal_sensor_data = NULL,
|
H A D | ixgbe_82599.c | 2212 .get_thermal_sensor_data = &ixgbe_get_thermal_sensor_data_generic,
|
H A D | ixgbe_type.h | 3477 s32 (*get_thermal_sensor_data)(struct ixgbe_hw *); member
|
H A D | ixgbe_x550.c | 3891 .get_thermal_sensor_data = NULL, \
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
H A D | igb_hwmon.c | 42 igb_attr->hw->mac.ops.get_thermal_sensor_data(igb_attr->hw); in igb_hwmon_show_temp()
|
H A D | e1000_hw.h | 307 s32 (*get_thermal_sensor_data)(struct e1000_hw *); member
|
H A D | e1000_82575.c | 2901 .get_thermal_sensor_data = igb_get_thermal_sensor_data_generic,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
H A D | igb_hwmon.c | 42 igb_attr->hw->mac.ops.get_thermal_sensor_data(igb_attr->hw); in igb_hwmon_show_temp()
|
H A D | e1000_hw.h | 307 s32 (*get_thermal_sensor_data)(struct e1000_hw *); member
|
H A D | e1000_82575.c | 2901 .get_thermal_sensor_data = igb_get_thermal_sensor_data_generic,
|
Completed in 54 milliseconds