Searched refs:phy_get (Results 1 – 20 of 20) sorted by relevance
/linux/drivers/usb/renesas_usbhs/ |
A D | rcar2.c | 18 struct phy *phy = phy_get(&pdev->dev, "usb"); in usbhs_rcar2_hardware_init()
|
A D | rza2.c | 19 struct phy *phy = phy_get(&pdev->dev, "usb"); in usbhs_rza2_hardware_init()
|
/linux/drivers/phy/ |
A D | phy-core.c | 694 struct phy *phy_get(struct device *dev, const char *string) in phy_get() function 729 EXPORT_SYMBOL_GPL(phy_get); 743 struct phy *phy = phy_get(dev, string); in phy_optional_get() 770 phy = phy_get(dev, string); in devm_phy_get()
|
/linux/drivers/atm/ |
A 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()
|
A D | uPD98402.c | 38 #define GET(reg) dev->ops->phy_get(dev,uPD98402_##reg)
|
A D | idt77105.c | 47 #define GET(reg) dev->ops->phy_get(dev,IDT77105_##reg)
|
A D | solos-pci.c | 1185 .phy_get = NULL,
|
A D | zatm.c | 1573 .phy_get = zatm_phy_get,
|
A D | eni.c | 2207 .phy_get = eni_phy_get,
|
A D | lanai.c | 2544 .phy_get = NULL,
|
A D | he.c | 171 .phy_get = he_phy_get,
|
A D | nicstar.c | 166 .phy_get = ns_phy_get,
|
A D | iphase.c | 3158 .phy_get = ia_phy_get,
|
A D | idt77252.c | 145 .phy_get = idt77252_phy_get,
|
/linux/include/linux/phy/ |
A D | phy.h | 248 struct phy *phy_get(struct device *dev, const char *string); 420 static inline struct phy *phy_get(struct device *dev, const char *string) in phy_get() function
|
/linux/Documentation/driver-api/phy/ |
A D | phy.rst | 104 struct phy *phy_get(struct device *dev, const char *string); 113 phy_get, phy_optional_get, devm_phy_get and devm_phy_optional_get can
|
/linux/include/linux/ |
A D | atmdev.h | 193 unsigned char (*phy_get)(struct atm_dev *dev,unsigned long addr); member
|
/linux/ |
A D | vmlinux.symvers | 7794 0x00000000 phy_get vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 18572 ffff800010511ca0 T phy_get
|
A D | .tmp_System.map | 18572 ffff800010511ca0 T phy_get
|
Completed in 340 milliseconds