Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/
Daq_drvinfo.c30 if (!aq_nic->aq_fw_ops->get_phy_temp) in aq_hwmon_read()
35 err = aq_nic->aq_fw_ops->get_phy_temp(aq_nic->aq_hw, &temp); in aq_hwmon_read()
55 if (!aq_nic->aq_fw_ops->get_phy_temp) in aq_hwmon_read_string()
Daq_hw.h261 int (*get_phy_temp)(struct aq_hw_s *self, int *temp); member
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils_fw2x.c546 .get_phy_temp = aq_fw2x_get_phy_temp,
Dhw_atl_utils.c962 .get_phy_temp = NULL,