Searched refs:phy_put (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/include/linux/phy/ |
D | phy.h | 136 void phy_put(struct phy *phy); 264 static inline void phy_put(struct phy *phy) in phy_put() function
|
/linux-4.1.27/drivers/usb/renesas_usbhs/ |
D | rcar2.c | 53 phy_put(priv->phy); in usbhs_rcar2_hardware_exit()
|
/linux-4.1.27/drivers/phy/ |
D | phy-core.c | 36 phy_put(phy); in devm_phy_release() 421 void phy_put(struct phy *phy) in phy_put() function 429 EXPORT_SYMBOL_GPL(phy_put);
|
/linux-4.1.27/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 | 1184 .phy_put = NULL,
|
D | zatm.c | 1582 .phy_put = zatm_phy_put,
|
D | lanai.c | 2548 .phy_put = NULL,
|
D | eni.c | 2224 .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 | 3166 .phy_put = ia_phy_put,
|
/linux-4.1.27/include/linux/ |
D | atmdev.h | 197 void (*phy_put)(struct atm_dev *dev,unsigned char value, member
|
/linux-4.1.27/drivers/usb/core/ |
D | hcd.c | 2673 phy_put(phy); in usb_add_hcd() 2679 phy_put(phy); in usb_add_hcd() 2833 phy_put(hcd->phy); in usb_add_hcd() 2917 phy_put(hcd->phy); in usb_remove_hcd()
|
/linux-4.1.27/Documentation/ |
D | phy.txt | 103 void phy_put(struct phy *phy);
|