Searched refs:phy_put (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/drivers/usb/renesas_usbhs/ |
D | rcar2.c | 36 phy_put(priv->phy); in usbhs_rcar2_hardware_exit()
|
/Linux-v4.19/include/linux/phy/ |
D | phy.h | 188 void phy_put(struct phy *phy); 351 static inline void phy_put(struct phy *phy) in phy_put() function
|
/Linux-v4.19/drivers/atm/ |
D | suni.c | 40 #define PUT(val,reg) dev->ops->phy_put(dev,val,SUNI_##reg) 180 dev->ops->phy_put(dev, control, reg); in set_loopback()
|
D | uPD98402.c | 36 #define PUT(val,reg) dev->ops->phy_put(dev,val,uPD98402_##reg)
|
D | idt77105.c | 45 #define PUT(val,reg) dev->ops->phy_put(dev,val,IDT77105_##reg)
|
D | solos-pci.c | 1198 .phy_put = NULL,
|
D | zatm.c | 1587 .phy_put = zatm_phy_put,
|
D | lanai.c | 2547 .phy_put = NULL,
|
D | eni.c | 2225 .phy_put = eni_phy_put,
|
D | he.c | 170 .phy_put = he_phy_put,
|
D | nicstar.c | 162 .phy_put = ns_phy_put,
|
D | idt77252.c | 144 .phy_put = idt77252_phy_put,
|
D | iphase.c | 3172 .phy_put = ia_phy_put,
|
/Linux-v4.19/drivers/phy/ |
D | phy-core.c | 36 phy_put(phy); in devm_phy_release() 498 void phy_put(struct phy *phy) in phy_put() function 506 EXPORT_SYMBOL_GPL(phy_put);
|
/Linux-v4.19/include/linux/ |
D | atmdev.h | 199 void (*phy_put)(struct atm_dev *dev,unsigned char value, member
|
/Linux-v4.19/Documentation/ |
D | phy.txt | 142 void phy_put(struct phy *phy);
|