Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A 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()
H A Daq_hw.h367 int (*get_phy_temp)(struct aq_hw_s *self, int *temp); member
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils_fw2x.c717 .get_phy_temp = aq_fw2x_get_phy_temp,
H A Dhw_atl_utils.c1091 .get_phy_temp = NULL,
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils_fw.c609 .get_phy_temp = aq_a2_fw_get_phy_temp,