/linux/Documentation/translations/zh_CN/driver-api/phy/ |
H A D | phy.rst | 106 struct phy *devm_phy_optional_get(struct device *dev, 117 phy_get、devm_phy_get 和 devm_phy_optional_get 可用于在 dt
|
/linux/drivers/usb/cdns3/ |
H A D | cdns3-plat.c | 124 cdns->usb2_phy = devm_phy_optional_get(dev, "cdns3,usb2-phy"); in cdns3_plat_probe() 133 cdns->usb3_phy = devm_phy_optional_get(dev, "cdns3,usb3-phy"); in cdns3_plat_probe()
|
/linux/include/linux/phy/ |
H A D | phy.h | 266 struct phy *devm_phy_optional_get(struct device *dev, const char *string); 451 static inline struct phy *devm_phy_optional_get(struct device *dev, in devm_phy_optional_get() function
|
/linux/drivers/net/can/m_can/ |
H A D | m_can_platform.c | 127 transceiver = devm_phy_optional_get(&pdev->dev, NULL); in m_can_plat_probe()
|
/linux/drivers/usb/dwc3/ |
H A D | dwc3-xilinx.c | 107 priv_data->usb3_phy = devm_phy_optional_get(dev, "usb3-phy"); in dwc3_xlnx_init_zynqmp()
|
/linux/drivers/pci/controller/dwc/ |
H A D | pcie-uniphier.c | 382 pcie->phy = devm_phy_optional_get(dev, "pcie-phy"); in uniphier_pcie_probe()
|
H A D | pcie-uniphier-ep.c | 388 priv->phy = devm_phy_optional_get(dev, "pcie-phy"); in uniphier_pcie_ep_probe()
|
H A D | pcie-qcom-ep.c | 660 pcie_ep->phy = devm_phy_optional_get(dev, "pciephy"); in qcom_pcie_ep_get_resources()
|
H A D | pci-keystone.c | 1226 phy[i] = devm_phy_optional_get(dev, name); in ks_pcie_probe()
|
H A D | pcie-qcom.c | 1650 pcie->phy = devm_phy_optional_get(dev, "pciephy"); in qcom_pcie_probe()
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | dw-mipi-dsi2-rockchip.c | 414 dsi2->phy = devm_phy_optional_get(dev, "dcphy"); in dw_mipi_dsi2_rockchip_probe()
|
H A D | dw-mipi-dsi-rockchip.c | 1387 dsi->phy = devm_phy_optional_get(dev, "dphy"); in dw_mipi_dsi_rockchip_probe()
|
/linux/drivers/net/can/ |
H A D | at91_can.c | 1099 transceiver = devm_phy_optional_get(&pdev->dev, NULL); in at91_can_probe()
|
/linux/drivers/pci/controller/ |
H A D | pcie-mediatek.c | 970 port->phy = devm_phy_optional_get(dev, name); in mtk_pcie_parse_port()
|
H A D | pcie-mediatek-gen3.c | 910 pcie->phy = devm_phy_optional_get(dev, "pcie-phy"); in mtk_pcie_parse_port()
|
H A D | pci-tegra.c | 1304 pcie->phy = devm_phy_optional_get(dev, "pcie"); in tegra_pcie_phys_get_legacy()
|
/linux/drivers/gpu/drm/bridge/ |
H A D | samsung-dsim.c | 1984 dsi->phy = devm_phy_optional_get(dev, "dsim"); in samsung_dsim_probe()
|
/linux/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 3523 xudc->utmi_phy[i] = devm_phy_optional_get(xudc->dev, phy_name); in tegra_xudc_phy_get() 3552 xudc->usb3_phy[i] = devm_phy_optional_get(xudc->dev, phy_name); in tegra_xudc_phy_get()
|
H A D | renesas_usb3.c | 2908 usb3->phy = devm_phy_optional_get(&pdev->dev, "usb"); in renesas_usb3_probe()
|
/linux/drivers/usb/host/ |
H A D | xhci-tegra.c | 1735 phy = devm_phy_optional_get(&pdev->dev, prop); in tegra_xusb_probe()
|
/linux/drivers/ata/ |
H A D | sata_mv.c | 4111 hpriv->port_phys[port] = devm_phy_optional_get(&pdev->dev, in mv_platform_probe()
|
/linux/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 4927 bp->sgmii_phy = devm_phy_optional_get(&pdev->dev, NULL); in init_reset_optional()
|