Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/renesas_usbhs/
A Drcar2.c18 struct phy *phy = phy_get(&pdev->dev, "usb"); in usbhs_rcar2_hardware_init()
A Drza2.c19 struct phy *phy = phy_get(&pdev->dev, "usb"); in usbhs_rza2_hardware_init()
/linux-6.3-rc2/drivers/atm/
A 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()
A Didt77105.c47 #define GET(reg) dev->ops->phy_get(dev,IDT77105_##reg)
A Dsolos-pci.c1185 .phy_get = NULL,
A Deni.c2209 .phy_get = eni_phy_get,
A Dlanai.c2544 .phy_get = NULL,
A Dhe.c171 .phy_get = he_phy_get,
A Dnicstar.c166 .phy_get = ns_phy_get,
A Didt77252.c145 .phy_get = idt77252_phy_get,
A Diphase.c3156 .phy_get = ia_phy_get,
/linux-6.3-rc2/include/linux/phy/
A Dphy.h252 struct phy *phy_get(struct device *dev, const char *string);
425 static inline struct phy *phy_get(struct device *dev, const char *string) in phy_get() function
/linux-6.3-rc2/Documentation/driver-api/phy/
A Dphy.rst105 struct phy *phy_get(struct device *dev, const char *string);
118 phy_get, devm_phy_get and devm_phy_optional_get can be used to get the PHY.
143 [devm_][of_]phy_get()
/linux-6.3-rc2/drivers/phy/
A Dphy-core.c732 struct phy *phy_get(struct device *dev, const char *string) in phy_get() function
767 EXPORT_SYMBOL_GPL(phy_get);
787 phy = phy_get(dev, string); in devm_phy_get()
/linux-6.3-rc2/include/linux/
A Datmdev.h193 unsigned char (*phy_get)(struct atm_dev *dev,unsigned long addr); member

Completed in 39 milliseconds