Home
last modified time | relevance | path

Searched refs:get_phy_temp (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/
Daq_drvinfo.c42 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()
Daq_hw.h365 int (*get_phy_temp)(struct aq_hw_s *self, int *temp); member
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2_utils_fw.c545 .get_phy_temp = aq_a2_fw_get_phy_temp,
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils_fw2x.c720 .get_phy_temp = aq_fw2x_get_phy_temp,
Dhw_atl_utils.c1070 .get_phy_temp = NULL,