Searched refs:phy_get (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/include/linux/phy/ |
D | phy.h | 130 struct phy *phy_get(struct device *dev, const char *string); 235 static inline struct phy *phy_get(struct device *dev, const char *string) in phy_get() function
|
/linux-4.1.27/drivers/phy/ |
D | phy-core.c | 492 struct phy *phy_get(struct device *dev, const char *string) in phy_get() function 519 EXPORT_SYMBOL_GPL(phy_get); 533 struct phy *phy = phy_get(dev, string); in phy_optional_get() 560 phy = phy_get(dev, string); in devm_phy_get()
|
/linux-4.1.27/drivers/usb/renesas_usbhs/ |
D | rcar2.c | 26 struct phy *phy = phy_get(&pdev->dev, "usb"); in usbhs_rcar2_hardware_init()
|
/linux-4.1.27/drivers/atm/ |
D | suni.c | 41 #define GET(reg) dev->ops->phy_get(dev,SUNI_##reg) 167 control = dev->ops->phy_get(dev, reg) & ~(dle | lle); in set_loopback()
|
D | uPD98402.c | 37 #define GET(reg) dev->ops->phy_get(dev,uPD98402_##reg)
|
D | idt77105.c | 46 #define GET(reg) dev->ops->phy_get(dev,IDT77105_##reg)
|
D | solos-pci.c | 1185 .phy_get = NULL,
|
D | zatm.c | 1583 .phy_get = zatm_phy_get,
|
D | lanai.c | 2549 .phy_get = NULL,
|
D | eni.c | 2225 .phy_get = eni_phy_get,
|
D | he.c | 171 .phy_get = he_phy_get,
|
D | nicstar.c | 163 .phy_get = ns_phy_get,
|
D | idt77252.c | 145 .phy_get = idt77252_phy_get,
|
D | iphase.c | 3167 .phy_get = ia_phy_get,
|
/linux-4.1.27/include/linux/ |
D | atmdev.h | 199 unsigned char (*phy_get)(struct atm_dev *dev,unsigned long addr); member
|
/linux-4.1.27/Documentation/ |
D | phy.txt | 75 struct phy *phy_get(struct device *dev, const char *string); 80 phy_get, phy_optional_get, devm_phy_get and devm_phy_optional_get can
|
/linux-4.1.27/drivers/usb/core/ |
D | hcd.c | 2664 struct phy *phy = phy_get(hcd->self.controller, "usb"); in usb_add_hcd()
|