get_phy_temp       30 drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c 	if (!aq_nic->aq_fw_ops->get_phy_temp)
get_phy_temp       35 drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c 		err = aq_nic->aq_fw_ops->get_phy_temp(aq_nic->aq_hw, &temp);
get_phy_temp       55 drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c 	if (!aq_nic->aq_fw_ops->get_phy_temp)
get_phy_temp      261 drivers/net/ethernet/aquantia/atlantic/aq_hw.h 	int (*get_phy_temp)(struct aq_hw_s *self, int *temp);
get_phy_temp      977 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c 	.get_phy_temp = NULL,
get_phy_temp      546 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c 	.get_phy_temp = aq_fw2x_get_phy_temp,