Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/
H A Drza2.c19 struct phy *phy = phy_get(&pdev->dev, "usb"); in usbhs_rza2_hardware_init()
H A Drcar2.c18 struct phy *phy = phy_get(&pdev->dev, "usb"); in usbhs_rcar2_hardware_init()
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/
H A Drza2.c18 struct phy *phy = phy_get(&pdev->dev, "usb"); in usbhs_rza2_hardware_init()
H A Drcar2.c18 struct phy *phy = phy_get(&pdev->dev, "usb"); in usbhs_rcar2_hardware_init()
/kernel/linux/linux-5.10/drivers/phy/
H A Dphy-core.c399 * @phy: the phy returned by phy_get()
424 * @phy: the phy returned by phy_get()
453 * @phy: the phy returned by phy_get()
592 * @phy: the phy returned by phy_get()
594 * Releases a refcount the caller received from phy_get().
655 * phy_get() - lookup and obtain a reference to a phy.
664 struct phy *phy_get(struct device *dev, const char *string) in phy_get() function
697 EXPORT_SYMBOL_GPL(phy_get); variable
711 struct phy *phy = phy_get(dev, string); in phy_optional_get()
726 * Gets the phy using phy_get(), an
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H A Dsuni.c42 #define GET(reg) dev->ops->phy_get(dev,SUNI_##reg)
168 control = dev->ops->phy_get(dev, reg) & ~(dle | lle); in set_loopback()
H A DuPD98402.c38 #define GET(reg) dev->ops->phy_get(dev,uPD98402_##reg)
H A Didt77105.c47 #define GET(reg) dev->ops->phy_get(dev,IDT77105_##reg)
H A Dsolos-pci.c1185 .phy_get = NULL,
H A Dzatm.c1573 .phy_get = zatm_phy_get,
H A Dhe.c171 .phy_get = he_phy_get,
2698 HPRINTK("phy_get(addr 0x%lx) =0x%x\n", addr, reg); in he_phy_get()
H A Deni.c2209 .phy_get = eni_phy_get,
H A Dlanai.c2545 .phy_get = NULL,
H A Didt77252.c145 .phy_get = idt77252_phy_get,
/kernel/linux/linux-5.10/include/linux/phy/
H A Dphy.h236 struct phy *phy_get(struct device *dev, const char *string);
394 static inline struct phy *phy_get(struct device *dev, const char *string) in phy_get() function
/kernel/linux/linux-6.6/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 Dlanai.c2544 .phy_get = NULL,
H A Deni.c2209 .phy_get = eni_phy_get,
H A Dhe.c171 .phy_get = he_phy_get,
2695 HPRINTK("phy_get(addr 0x%lx) =0x%x\n", addr, reg); in he_phy_get()
/kernel/linux/linux-6.6/include/linux/phy/
H A Dphy.h254 struct phy *phy_get(struct device *dev, const char *string);
427 static inline struct phy *phy_get(struct device *dev, const char *string) in phy_get() function
/kernel/linux/linux-6.6/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()
523 * @phy: the phy returned by phy_get()
662 * @phy: the phy returned by phy_get()
664 * Releases a refcount the caller received from phy_get().
725 * phy_get()
734 struct phy *phy_get(struct device *dev, const char *string) phy_get() function
769 EXPORT_SYMBOL_GPL(phy_get); global() variable
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Datmdev.h192 unsigned char (*phy_get)(struct atm_dev *dev,unsigned long addr); member
/kernel/linux/linux-6.6/include/linux/
H A Datmdev.h193 unsigned char (*phy_get)(struct atm_dev *dev,unsigned long addr); member

Completed in 38 milliseconds

12