Searched refs:get_phy_temp (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_drvinfo.c | 42 if (!aq_nic->aq_fw_ops->get_phy_temp) in aq_hwmon_read() 45 err = aq_nic->aq_fw_ops->get_phy_temp(aq_nic->aq_hw, &temp); in aq_hwmon_read() 95 if (channel == 0 && !nic->aq_fw_ops->get_phy_temp) in aq_hwmon_is_visible()
|
H A D | aq_hw.h | 367 int (*get_phy_temp)(struct aq_hw_s *self, int *temp); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_drvinfo.c | 42 if (!aq_nic->aq_fw_ops->get_phy_temp) in aq_hwmon_read() 45 err = aq_nic->aq_fw_ops->get_phy_temp(aq_nic->aq_hw, &temp); in aq_hwmon_read() 95 if (channel == 0 && !nic->aq_fw_ops->get_phy_temp) in aq_hwmon_is_visible()
|
H A D | aq_hw.h | 367 int (*get_phy_temp)(struct aq_hw_s *self, int *temp); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_utils_fw2x.c | 717 .get_phy_temp = aq_fw2x_get_phy_temp,
|
H A D | hw_atl_utils.c | 1091 .get_phy_temp = NULL,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_utils_fw.c | 609 .get_phy_temp = aq_a2_fw_get_phy_temp,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_utils_fw2x.c | 717 .get_phy_temp = aq_fw2x_get_phy_temp,
|
H A D | hw_atl_utils.c | 1091 .get_phy_temp = NULL,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_utils_fw.c | 609 .get_phy_temp = aq_a2_fw_get_phy_temp,
|
Completed in 10 milliseconds