Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst104 struct phy *phy_get(struct device *dev, const char *string);
117 phy_get、devm_phy_get 和 devm_phy_optional_get 可用于在 dt
137 [devm_][of_]phy_get()
/linux/drivers/usb/renesas_usbhs/
H A Drcar2.c18 struct phy *phy = phy_get(&pdev->dev, "usb"); in usbhs_rcar2_hardware_init()
/linux/drivers/atm/
H 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()
H A Didt77105.c47 #define GET(reg) dev->ops->phy_get(dev,IDT77105_##reg)
H A Dsolos-pci.c1185 .phy_get = NULL,
H A Deni.c2209 .phy_get = eni_phy_get,
H A Dlanai.c2544 .phy_get = NULL,
H A Dhe.c171 .phy_get = he_phy_get,
H A Dnicstar.c166 .phy_get = ns_phy_get,
H A Diphase.c3159 .phy_get = ia_phy_get,
H A Didt77252.c145 .phy_get = idt77252_phy_get,
/linux/include/linux/phy/
H A Dphy.h278 struct phy *phy_get(struct device *dev, const char *string);
462 static inline struct phy *phy_get(struct device *dev, const char *string) in phy_get() function
/linux/drivers/phy/
H A Dphy-core.c786 struct phy *phy_get(struct device *dev, const char *string) in phy_get() function
821 EXPORT_SYMBOL_GPL(phy_get);
841 phy = phy_get(dev, string); in devm_phy_get()
/linux/include/linux/
H A Datmdev.h194 unsigned char (*phy_get)(struct atm_dev *dev,unsigned long addr); member