/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/ |
H A D | rza2.c | 19 struct phy *phy = phy_get(&pdev->dev, "usb"); in usbhs_rza2_hardware_init()
|
H A D | rcar2.c | 18 struct phy *phy = phy_get(&pdev->dev, "usb"); in usbhs_rcar2_hardware_init()
|
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/ |
H A D | rza2.c | 18 struct phy *phy = phy_get(&pdev->dev, "usb"); in usbhs_rza2_hardware_init()
|
H A D | rcar2.c | 18 struct phy *phy = phy_get(&pdev->dev, "usb"); in usbhs_rcar2_hardware_init()
|
/kernel/linux/linux-5.10/drivers/phy/ |
H A D | phy-core.c | 399 * @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 D | suni.c | 42 #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 D | uPD98402.c | 38 #define GET(reg) dev->ops->phy_get(dev,uPD98402_##reg)
|
H A D | idt77105.c | 47 #define GET(reg) dev->ops->phy_get(dev,IDT77105_##reg)
|
H A D | solos-pci.c | 1185 .phy_get = NULL,
|
H A D | zatm.c | 1573 .phy_get = zatm_phy_get,
|
H A D | he.c | 171 .phy_get = he_phy_get, 2698 HPRINTK("phy_get(addr 0x%lx) =0x%x\n", addr, reg); in he_phy_get()
|
H A D | eni.c | 2209 .phy_get = eni_phy_get,
|
H A D | lanai.c | 2545 .phy_get = NULL,
|
H A D | idt77252.c | 145 .phy_get = idt77252_phy_get,
|
/kernel/linux/linux-5.10/include/linux/phy/ |
H A D | phy.h | 236 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 D | suni.c | 41 #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 D | idt77105.c | 47 #define GET(reg) dev->ops->phy_get(dev,IDT77105_##reg)
|
H A D | solos-pci.c | 1185 .phy_get = NULL,
|
H A D | lanai.c | 2544 .phy_get = NULL,
|
H A D | eni.c | 2209 .phy_get = eni_phy_get,
|
H A D | he.c | 171 .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 D | phy.h | 254 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 D | phy-core.c | 236 * @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 D | atmdev.h | 192 unsigned char (*phy_get)(struct atm_dev *dev,unsigned long addr); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | atmdev.h | 193 unsigned char (*phy_get)(struct atm_dev *dev,unsigned long addr); member
|