Searched refs:devm_phy_optional_get (Results 1 – 18 of 18) sorted by relevance
| /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/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/phy/ |
| H A D | phy-core.c | 863 struct phy *devm_phy_optional_get(struct device *dev, const char *string) in devm_phy_optional_get() function 872 EXPORT_SYMBOL_GPL(devm_phy_optional_get);
|
| /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-qcom.c | 1806 phy = devm_phy_optional_get(dev, "pciephy"); in qcom_pcie_parse_legacy_binding()
|
| /linux/drivers/usb/dwc3/ |
| H A D | dwc3-meson-g12a.c | 451 priv->phys[i] = devm_phy_optional_get(priv->dev, phy_name); in dwc3_meson_g12a_get_phys()
|
| /linux/drivers/media/platform/cadence/ |
| H A D | cdns-csi2rx.c | 704 csi2rx->dphy = devm_phy_optional_get(&pdev->dev, "dphy"); in csi2rx_get_resources()
|
| /linux/drivers/pci/controller/ |
| H A D | pcie-rcar-host.c | 802 host->phy = devm_phy_optional_get(dev, "pcie"); in rcar_pcie_get_resources()
|
| H A D | pcie-mediatek-gen3.c | 905 pcie->phy = devm_phy_optional_get(dev, "pcie-phy"); in mtk_pcie_parse_port()
|
| /linux/drivers/net/can/ |
| H A D | at91_can.c | 1098 transceiver = devm_phy_optional_get(&pdev->dev, NULL); in at91_can_probe()
|
| /linux/drivers/ata/ |
| H A D | sata_dwc_460ex.c | 1189 hsdev->phy = devm_phy_optional_get(dev, "sata-phy"); in sata_dwc_probe()
|
| H A D | sata_mv.c | 4111 hpriv->port_phys[port] = devm_phy_optional_get(&pdev->dev, in mv_platform_probe()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | tegra-xudc.c | 3522 xudc->utmi_phy[i] = devm_phy_optional_get(xudc->dev, phy_name); in tegra_xudc_phy_get() 3551 xudc->usb3_phy[i] = devm_phy_optional_get(xudc->dev, phy_name); in tegra_xudc_phy_get()
|
| H A D | renesas_usb3.c | 2909 usb3->phy = devm_phy_optional_get(&pdev->dev, "usb"); in renesas_usb3_probe()
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | samsung-dsim.c | 2170 dsi->phy = devm_phy_optional_get(dev, "dsim"); in samsung_dsim_probe()
|
| /linux/drivers/usb/host/ |
| H A D | xhci-tegra.c | 1784 phy = devm_phy_optional_get(&pdev->dev, prop); in tegra_xusb_probe()
|
| /linux/drivers/net/ethernet/cadence/ |
| H A D | macb_main.c | 5151 bp->phy = devm_phy_optional_get(&pdev->dev, NULL); in init_reset_optional()
|