Searched refs:devm_phy_create (Results 101 - 125 of 160) sorted by relevance

1234567

/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-snps-femto-v2.c610 generic_phy = devm_phy_create(dev, NULL, &qcom_snps_hsphy_gen_ops);
H A Dphy-qcom-snps-eusb2.c408 generic_phy = devm_phy_create(dev, NULL, &qcom_snps_eusb2_hsphy_ops);
/linux-master/drivers/phy/motorola/
H A Dphy-mapphone-mdm6600.c606 ddata->generic_phy = devm_phy_create(ddata->dev, NULL, &gpio_usb_ops);
H A Dphy-cpcap-usb.c647 generic_phy = devm_phy_create(ddata->dev, NULL, &ops);
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-usb.c283 rk_phy->phy = devm_phy_create(base->dev, child, &ops);
/linux-master/drivers/phy/ti/
H A Dphy-omap-usb2.c483 generic_phy = devm_phy_create(phy->dev, NULL, &ops);
H A Dphy-gmii-sel.c376 if_phy->if_phy = devm_phy_create(dev,
H A Dphy-twl4030-usb.c726 phy = devm_phy_create(twl->dev, NULL, &ops);
/linux-master/drivers/phy/mediatek/
H A Dphy-mtk-xsphy.c486 phy = devm_phy_create(dev, child_np, &mtk_xsphy_ops);
/linux-master/drivers/phy/amlogic/
H A Dphy-meson-g12a-usb3-pcie.c418 priv->phy = devm_phy_create(dev, np, &phy_g12a_usb3_pcie_ops);
/linux-master/drivers/phy/broadcom/
H A Dphy-bcm63xx-usbh.c414 phy = devm_phy_create(dev, NULL, &bcm63xx_usbh_phy_ops);
/linux-master/drivers/phy/mscc/
H A Dphy-ocelot-serdes.c476 *phy = devm_phy_create(ctrl->dev, NULL, &serdes_ops);
/linux-master/drivers/phy/lantiq/
H A Dphy-lantiq-vrx200-pcie.c459 priv->phy = devm_phy_create(dev, dev->of_node,
/linux-master/drivers/phy/freescale/
H A Dphy-fsl-imx8qm-lvds-phy.c365 phy = devm_phy_create(dev, NULL, &mixel_lvds_phy_ops);
H A Dphy-fsl-lynx-28g.c594 phy = devm_phy_create(&pdev->dev, NULL, &lynx_28g_ops);
/linux-master/drivers/phy/renesas/
H A Dphy-rcar-gen2.c406 phy->phy = devm_phy_create(dev, NULL,
H A Dr8a779f0-ether-serdes.c376 channel->phy = devm_phy_create(&pdev->dev, NULL,
H A Dphy-rcar-gen3-usb2.c692 * devm_phy_create() will call pm_runtime_enable(&phy->dev);
709 channel->rphys[i].phy = devm_phy_create(dev, NULL,
/linux-master/drivers/pinctrl/tegra/
H A Dpinctrl-tegra-xusb.c928 phy = devm_phy_create(&pdev->dev, NULL, &pcie_phy_ops);
937 phy = devm_phy_create(&pdev->dev, NULL, &sata_phy_ops);
/linux-master/drivers/phy/
H A Dphy-core.c1063 * devm_phy_create() - create a new phy
1073 struct phy *devm_phy_create(struct device *dev, struct device_node *node, function
1092 EXPORT_SYMBOL_GPL(devm_phy_create); variable
/linux-master/drivers/phy/hisilicon/
H A Dphy-hi3670-pcie.c812 generic_phy = devm_phy_create(dev, dev->of_node, &hi3670_phy_ops);
H A Dphy-hi3670-usb3.c636 phy = devm_phy_create(dev, NULL, &hi3670_phy_ops);
/linux-master/drivers/phy/allwinner/
H A Dphy-sun6i-mipi-dphy.c589 dphy->phy = devm_phy_create(&pdev->dev, NULL, &sun6i_dphy_ops);
/linux-master/drivers/phy/microchip/
H A Dlan966x_serdes.c549 *phy = devm_phy_create(ctrl->dev, NULL, &serdes_ops);
/linux-master/drivers/phy/intel/
H A Dphy-intel-lgm-combo.c551 iphy->phy = devm_phy_create(dev, NULL, &intel_cbphy_ops);

Completed in 226 milliseconds

1234567