Searched refs:phy_put (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/usb/renesas_usbhs/
H A Drcar2.c35 phy_put(&pdev->dev, priv->phy);
H A Drza2.c31 phy_put(&pdev->dev, priv->phy);
/linux-master/drivers/atm/
H A Dsuni.c40 #define PUT(val,reg) dev->ops->phy_put(dev,val,SUNI_##reg)
180 dev->ops->phy_put(dev, control, reg);
H A Didt77105.c46 #define PUT(val,reg) dev->ops->phy_put(dev,val,IDT77105_##reg)
H A Dsolos-pci.c1184 .phy_put = NULL,
H A Dlanai.c2543 .phy_put = NULL,
H A Dhe.c170 .phy_put = he_phy_put,
2675 HPRINTK("phy_put(val 0x%x, addr 0x%lx)\n", val, addr);
H A Deni.c2208 .phy_put = eni_phy_put,
H A Diphase.c3158 .phy_put = ia_phy_put,
H A Dnicstar.c165 .phy_put = ns_phy_put,
H A Didt77252.c144 .phy_put = idt77252_phy_put,
/linux-master/include/linux/phy/
H A Dphy.h271 void phy_put(struct device *dev, struct phy *phy);
489 static inline void phy_put(struct device *dev, struct phy *phy) function
/linux-master/include/linux/
H A Datmdev.h191 void (*phy_put)(struct atm_dev *dev,unsigned char value, member in struct:atmdev_ops
/linux-master/drivers/phy/
H A Dphy-core.c34 phy_put(dev, phy);
662 * calling phy_put() to release that count.
707 * phy_put() - release the PHY
713 void phy_put(struct device *dev, struct phy *phy) function
718 EXPORT_SYMBOL_GPL(phy_put); variable
725 * destroys the devres associated with this phy and invokes phy_put
779 * calling phy_put() to release that count.

Completed in 243 milliseconds