Searched refs:phy_get (Results 1 – 14 of 14) sorted by relevance
/linux/Documentation/translations/zh_CN/driver-api/phy/ |
H A D | phy.rst | 104 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 D | rcar2.c | 18 struct phy *phy = phy_get(&pdev->dev, "usb"); in usbhs_rcar2_hardware_init()
|
H A D | rza2.c | 18 struct phy *phy = phy_get(&pdev->dev, "usb"); in usbhs_rza2_hardware_init()
|
/linux/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 | eni.c | 2209 .phy_get = eni_phy_get,
|
H A D | lanai.c | 2544 .phy_get = NULL,
|
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()
|
H A D | nicstar.c | 166 .phy_get = ns_phy_get,
|
H A D | iphase.c | 3159 .phy_get = ia_phy_get,
|
/linux/Documentation/driver-api/phy/ |
H A D | phy.rst | 105 struct phy *phy_get(struct device *dev, const char *string); 118 phy_get, devm_phy_get and devm_phy_optional_get can be used to get the PHY. 143 [devm_][of_]phy_get()
|
/linux/drivers/phy/ |
H A D | phy-core.c | 219 * @phy: the phy returned by phy_get() 262 * @phy: the phy returned by phy_get() 299 * @phy: the phy returned by phy_get() 349 * @phy: the phy returned by phy_get() 453 * @phy: the phy returned by phy_get() 478 * @phy: the phy returned by phy_get() 501 * @phy: the phy returned by phy_get() 525 * @phy: the phy returned by phy_get() 554 * @phy: the phy returned by phy_get() 696 * @phy: the phy returned by phy_get() 761 struct phy *phy_get(struct device *dev, const char *string) phy_get() function [all...] |
/linux/include/linux/ |
H A D | atmdev.h | 193 unsigned char (*phy_get)(struct atm_dev *dev,unsigned long addr); member
|