Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/phy/
Dphy.h219 int phy_calibrate(struct phy *phy);
350 static inline int phy_calibrate(struct phy *phy) in phy_calibrate() function
/Linux-v5.4/drivers/usb/core/
Dphy.c166 err = phy_calibrate(roothub_entry->phy); in usb_phy_roothub_calibrate()
/Linux-v5.4/drivers/phy/
Dphy-core.c407 int phy_calibrate(struct phy *phy) in phy_calibrate() function
420 EXPORT_SYMBOL_GPL(phy_calibrate);
/Linux-v5.4/drivers/ata/
Dahci_brcm.c297 rc = phy_calibrate(hpriv->phys[i]); in brcm_ahci_read_id()