Searched refs:devm_phy_create (Results 51 - 75 of 162) sorted by relevance

1234567

/linux-master/drivers/phy/marvell/
H A Dphy-pxa-usb.c309 pxa_usb_phy->phy = devm_phy_create(dev, NULL, &pxa_usb_phy_ops);
H A Dphy-mmp3-usb.c263 mmp3_usb_phy->phy = devm_phy_create(dev, NULL, &mmp3_usb_phy_ops);
H A Dphy-mvebu-a3700-utmi.c242 utmi->phy = devm_phy_create(dev, NULL, utmi->caps->ops);
H A Dphy-berlin-usb.c184 phy = devm_phy_create(&pdev->dev, NULL, &phy_berlin_usb_ops);
H A Dphy-berlin-sata.c254 phy = devm_phy_create(dev, NULL, &phy_berlin_sata_ops);
H A Dphy-armada38x-comphy.c239 phy = devm_phy_create(&pdev->dev, child, &a38x_comphy_ops);
/linux-master/drivers/phy/mediatek/
H A Dphy-mtk-pcie.c214 pcie_phy->phy = devm_phy_create(dev, dev->of_node, &mtk_pcie_phy_ops);
/linux-master/drivers/phy/cadence/
H A Dcdns-dphy-rx.c254 dphy->phy = devm_phy_create(dev, NULL, &cdns_dphy_rx_ops);
/linux-master/drivers/phy/amlogic/
H A Dphy-meson-axg-mipi-pcie-analog.c221 priv->phy = devm_phy_create(dev, np, &phy_axg_mipi_pcie_analog_ops);
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-usb-hs.c255 uphy->phy = devm_phy_create(&ulpi->dev, ulpi->dev.of_node,
H A Dphy-qcom-apq8064-sata.c216 generic_phy = devm_phy_create(dev, NULL, &qcom_apq8064_sata_phy_ops);
H A Dphy-qcom-m31.c295 qphy->phy = devm_phy_create(dev, NULL, &m31usb_phy_gen_ops);
/linux-master/drivers/phy/starfive/
H A Dphy-jh7110-dphy-rx.c192 dphy->phy = devm_phy_create(&pdev->dev, NULL, &stf_dphy_ops);
/linux-master/drivers/phy/ralink/
H A Dphy-ralink-usb.c210 phy->phy = devm_phy_create(dev, NULL, &ralink_usb_phy_ops);
/linux-master/drivers/phy/ti/
H A Dphy-dm816x-usb.c226 generic_phy = devm_phy_create(phy->dev, NULL, &ops);
/linux-master/drivers/phy/broadcom/
H A Dphy-bcm-sr-pcie.c261 p->phy = devm_phy_create(dev, NULL, ops);
H A Dphy-brcm-usb.c407 gphy = devm_phy_create(dev, NULL, &brcm_usb_phy_ops);
418 gphy = devm_phy_create(dev, NULL, &brcm_usb_phy_ops);
/linux-master/drivers/phy/hisilicon/
H A Dphy-histb-combphy.c256 priv->phy = devm_phy_create(dev, NULL, &histb_combphy_ops);
/linux-master/drivers/phy/st/
H A Dphy-spear1310-miphy.c227 priv->phy = devm_phy_create(dev, NULL, &spear1310_miphy_ops);
H A Dphy-spear1340-miphy.c259 priv->phy = devm_phy_create(dev, NULL, &spear1340_miphy_ops);
/linux-master/drivers/phy/samsung/
H A Dphy-samsung-usb2.c225 p->phy = devm_phy_create(dev, NULL, &samsung_usb2_phy_ops);
/linux-master/drivers/phy/socionext/
H A Dphy-uniphier-usb2.c149 priv->phy = devm_phy_create(dev, child, &uniphier_u2phy_ops);
H A Dphy-uniphier-usb3ss.c274 phy = devm_phy_create(dev, dev->of_node, &uniphier_u3ssphy_ops);
/linux-master/drivers/phy/freescale/
H A Dphy-fsl-imx8m-pcie.c267 imx8_phy->phy = devm_phy_create(dev, NULL, &imx8_pcie_phy_ops);
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-emmc.c395 generic_phy = devm_phy_create(dev, dev->of_node, &ops);

Completed in 195 milliseconds

1234567