Searched refs:phy_put (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/drivers/usb/renesas_usbhs/ |
A D | rcar2.c | 35 phy_put(&pdev->dev, priv->phy); in usbhs_rcar2_hardware_exit()
|
A D | rza2.c | 32 phy_put(&pdev->dev, priv->phy); in usbhs_rza2_hardware_exit()
|
/linux-6.3-rc2/drivers/atm/ |
A 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()
|
A D | idt77105.c | 46 #define PUT(val,reg) dev->ops->phy_put(dev,val,IDT77105_##reg)
|
A D | solos-pci.c | 1184 .phy_put = NULL,
|
A D | eni.c | 2208 .phy_put = eni_phy_put,
|
A D | lanai.c | 2543 .phy_put = NULL,
|
A D | he.c | 170 .phy_put = he_phy_put,
|
A D | nicstar.c | 165 .phy_put = ns_phy_put,
|
A D | idt77252.c | 144 .phy_put = idt77252_phy_put,
|
A D | iphase.c | 3155 .phy_put = ia_phy_put,
|
/linux-6.3-rc2/include/linux/phy/ |
A D | phy.h | 262 void phy_put(struct device *dev, struct phy *phy); 466 static inline void phy_put(struct device *dev, struct phy *phy) in phy_put() function
|
/linux-6.3-rc2/drivers/phy/ |
A D | phy-core.c | 32 phy_put(dev, phy); in devm_phy_release() 664 void phy_put(struct device *dev, struct phy *phy) in phy_put() function 669 EXPORT_SYMBOL_GPL(phy_put);
|
/linux-6.3-rc2/include/linux/ |
A D | atmdev.h | 191 void (*phy_put)(struct atm_dev *dev,unsigned char value, member
|
/linux-6.3-rc2/Documentation/driver-api/phy/ |
A D | phy.rst | 150 [[of_]phy_put()] 169 void phy_put(struct phy *phy);
|
Completed in 42 milliseconds