Searched refs:phy_put (Results 1 – 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | xhci-mvebu.c | 94 goto phy_put; in xhci_mvebu_a3700_plat_setup() 112 phy_put: in xhci_mvebu_a3700_plat_setup()
|
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/ |
D | rcar2.c | 35 phy_put(&pdev->dev, priv->phy); in usbhs_rcar2_hardware_exit()
|
D | rza2.c | 32 phy_put(&pdev->dev, priv->phy); in usbhs_rza2_hardware_exit()
|
/kernel/linux/linux-5.10/include/linux/phy/ |
D | phy.h | 245 void phy_put(struct device *dev, struct phy *phy); 434 static inline void phy_put(struct device *dev, struct phy *phy) in phy_put() function
|
/kernel/linux/linux-5.10/drivers/atm/ |
D | suni.c | 41 #define PUT(val,reg) dev->ops->phy_put(dev,val,SUNI_##reg) 181 dev->ops->phy_put(dev, control, reg); in set_loopback()
|
D | uPD98402.c | 37 #define PUT(val,reg) dev->ops->phy_put(dev,val,uPD98402_##reg)
|
D | idt77105.c | 46 #define PUT(val,reg) dev->ops->phy_put(dev,val,IDT77105_##reg)
|
D | solos-pci.c | 1184 .phy_put = NULL,
|
D | zatm.c | 1572 .phy_put = zatm_phy_put,
|
D | eni.c | 2206 .phy_put = eni_phy_put,
|
D | lanai.c | 2544 .phy_put = NULL,
|
D | he.c | 170 .phy_put = he_phy_put,
|
D | nicstar.c | 163 .phy_put = ns_phy_put,
|
D | iphase.c | 3154 .phy_put = ia_phy_put,
|
D | idt77252.c | 144 .phy_put = idt77252_phy_put,
|
/kernel/linux/linux-5.10/drivers/phy/ |
D | phy-core.c | 32 phy_put(dev, phy); in devm_phy_release() 596 void phy_put(struct device *dev, struct phy *phy) in phy_put() function 601 EXPORT_SYMBOL_GPL(phy_put);
|
/kernel/linux/linux-5.10/include/linux/ |
D | atmdev.h | 190 void (*phy_put)(struct atm_dev *dev,unsigned char value, member
|
/kernel/linux/linux-5.10/Documentation/driver-api/phy/ |
D | phy.rst | 142 void phy_put(struct phy *phy);
|