phy_get          2228 drivers/atm/eni.c 	.phy_get	= eni_phy_get,
phy_get           171 drivers/atm/he.c 	.phy_get =	he_phy_get,
phy_get            47 drivers/atm/idt77105.c #define GET(reg) dev->ops->phy_get(dev,IDT77105_##reg)
phy_get           145 drivers/atm/idt77252.c 	.phy_get	= idt77252_phy_get,
phy_get          3171 drivers/atm/iphase.c 	.phy_get	= ia_phy_get,  
phy_get          2544 drivers/atm/lanai.c 	.phy_get	= NULL,
phy_get           164 drivers/atm/nicstar.c 	.phy_get = ns_phy_get,
phy_get          1187 drivers/atm/solos-pci.c 	.phy_get =	NULL,
phy_get            42 drivers/atm/suni.c #define GET(reg) dev->ops->phy_get(dev,SUNI_##reg)
phy_get           168 drivers/atm/suni.c 	control = dev->ops->phy_get(dev, reg) & ~(dle | lle);
phy_get            38 drivers/atm/uPD98402.c #define GET(reg) dev->ops->phy_get(dev,uPD98402_##reg)
phy_get          1589 drivers/atm/zatm.c 	.phy_get	= zatm_phy_get,
phy_get           677 drivers/phy/phy-core.c EXPORT_SYMBOL_GPL(phy_get);
phy_get           691 drivers/phy/phy-core.c 	struct phy *phy = phy_get(dev, string);
phy_get           718 drivers/phy/phy-core.c 	phy = phy_get(dev, string);
phy_get            20 drivers/usb/renesas_usbhs/rcar2.c 		struct phy *phy = phy_get(&pdev->dev, "usb");
phy_get            19 drivers/usb/renesas_usbhs/rza2.c 	struct phy *phy = phy_get(&pdev->dev, "usb");
phy_get           201 include/linux/atmdev.h 	unsigned char (*phy_get)(struct atm_dev *dev,unsigned long addr);
phy_get           228 include/linux/phy/phy.h struct phy *phy_get(struct device *dev, const char *string);