Home
last modified time | relevance | path

Searched refs:phy_get (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/drivers/usb/renesas_usbhs/
Drcar2.c19 struct phy *phy = phy_get(&pdev->dev, "usb"); in usbhs_rcar2_hardware_init()
/Linux-v4.19/drivers/phy/
Dphy-core.c569 struct phy *phy_get(struct device *dev, const char *string) in phy_get() function
596 EXPORT_SYMBOL_GPL(phy_get);
610 struct phy *phy = phy_get(dev, string); in phy_optional_get()
637 phy = phy_get(dev, string); in devm_phy_get()
/Linux-v4.19/include/linux/phy/
Dphy.h180 struct phy *phy_get(struct device *dev, const char *string);
315 static inline struct phy *phy_get(struct device *dev, const char *string) in phy_get() function
/Linux-v4.19/drivers/atm/
Dsuni.c41 #define GET(reg) dev->ops->phy_get(dev,SUNI_##reg)
167 control = dev->ops->phy_get(dev, reg) & ~(dle | lle); in set_loopback()
DuPD98402.c37 #define GET(reg) dev->ops->phy_get(dev,uPD98402_##reg)
Didt77105.c46 #define GET(reg) dev->ops->phy_get(dev,IDT77105_##reg)
Dsolos-pci.c1199 .phy_get = NULL,
Dzatm.c1588 .phy_get = zatm_phy_get,
Dlanai.c2548 .phy_get = NULL,
Deni.c2226 .phy_get = eni_phy_get,
Dhe.c171 .phy_get = he_phy_get,
Dnicstar.c163 .phy_get = ns_phy_get,
Didt77252.c145 .phy_get = idt77252_phy_get,
Diphase.c3173 .phy_get = ia_phy_get,
/Linux-v4.19/include/linux/
Datmdev.h201 unsigned char (*phy_get)(struct atm_dev *dev,unsigned long addr); member
/Linux-v4.19/Documentation/
Dphy.txt104 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