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

/linux-master/drivers/usb/renesas_usbhs/
H A Drcar2.c18 struct phy *phy = phy_get(&pdev->dev, "usb");
H A Drza2.c18 struct phy *phy = phy_get(&pdev->dev, "usb");
/linux-master/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);
H A Didt77105.c47 #define GET(reg) dev->ops->phy_get(dev,IDT77105_##reg)
H A Dsolos-pci.c1185 .phy_get = NULL,
H A Dlanai.c2544 .phy_get = NULL,
H A Dhe.c171 .phy_get = he_phy_get,
2695 HPRINTK("phy_get(addr 0x%lx) =0x%x\n", addr, reg);
H A Deni.c2209 .phy_get = eni_phy_get,
H A Diphase.c3159 .phy_get = ia_phy_get,
H A Dnicstar.c166 .phy_get = ns_phy_get,
H A Didt77252.c145 .phy_get = idt77252_phy_get,
/linux-master/include/linux/phy/
H A Dphy.h261 struct phy *phy_get(struct device *dev, const char *string);
448 static inline struct phy *phy_get(struct device *dev, const char *string) function
/linux-master/include/linux/
H A Datmdev.h193 unsigned char (*phy_get)(struct atm_dev *dev,unsigned long addr); member in struct:atmdev_ops
/linux-master/drivers/phy/
H A Dphy-core.c236 * @phy: the phy returned by phy_get()
279 * @phy: the phy returned by phy_get()
316 * @phy: the phy returned by phy_get()
366 * @phy: the phy returned by phy_get()
469 * @phy: the phy returned by phy_get()
494 * @phy: the phy returned by phy_get()
517 * @phy: the phy returned by phy_get()
541 * @phy: the phy returned by phy_get()
570 * @phy: the phy returned by phy_get()
709 * @phy: the phy returned by phy_get()
781 struct phy *phy_get(struct device *dev, const char *string) function
816 EXPORT_SYMBOL_GPL(phy_get); variable
[all...]

Completed in 173 milliseconds