Searched refs:phy_configure (Results 1 - 20 of 20) sorted by relevance

/linux-master/include/linux/phy/
H A Dphy.h241 int phy_configure(struct phy *phy, union phy_configure_opts *opts);
420 static inline int phy_configure(struct phy *phy, function
/linux-master/drivers/net/ethernet/smsc/
H A Dsmc91x.c991 cancel_work_sync(&lp->phy_configure);
1035 container_of(work, struct smc_local, phy_configure);
1354 schedule_work(&lp->phy_configure);
1489 smc_phy_configure(&lp->phy_configure);
1972 INIT_WORK(&lp->phy_configure, smc_phy_configure);
2468 smc_phy_configure(&lp->phy_configure);
H A Dsmc91x.h228 struct work_struct phy_configure; member in struct:smc_local
/linux-master/drivers/gpu/drm/bridge/imx/
H A Dimx8qm-ldb.c155 ret = phy_configure(imx8qm_ldb_ch->phy, &opts);
164 ret = phy_configure(imx8qm_ldb_ch->phy, &opts);
H A Dimx8qxp-ldb.c166 ret = phy_configure(imx8qxp_ldb_ch->phy, &opts);
/linux-master/drivers/phy/amlogic/
H A Dphy-meson-axg-mipi-dphy.c209 ret = phy_configure(priv->analog, opts);
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_dw_mipi_dsi.c128 return phy_configure(mipi_dsi->phy, &mipi_dsi->phy_opts);
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-csi.c172 phy_configure(csi->dphy, &opts);
/linux-master/drivers/phy/
H A Dphy-core.c540 * phy_configure() - Changes the phy parameters
550 int phy_configure(struct phy *phy, union phy_configure_opts *opts) function
566 EXPORT_SYMBOL_GPL(phy_configure); variable
/linux-master/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/
H A Dsun8i_a83t_mipi_csi2.c287 ret = phy_configure(dphy, &dphy_opts);
/linux-master/drivers/media/platform/sunxi/sun6i-mipi-csi2/
H A Dsun6i_mipi_csi2.c255 ret = phy_configure(dphy, &dphy_opts);
/linux-master/drivers/media/platform/cadence/
H A Dcdns-csi2rx.c198 ret = phy_configure(csi2rx->dphy, &opts);
/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_ctrl.c1031 phy_configure(ctrl->phy, phy_opts);
1452 phy_configure(phy, &ctrl->phy_opts);
1591 phy_configure(phy, &ctrl->phy_opts);
/linux-master/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.c909 ret = phy_configure(mhdp->phy, &phy_cfg);
911 dev_err(mhdp->dev, "%s: phy_configure() failed: %d\n",
1077 ret = phy_configure(mhdp->phy, &phy_cfg);
1079 dev_err(mhdp->dev, "%s: phy_configure() failed: %d\n",
1198 ret = phy_configure(mhdp->phy, &phy_cfg);
1200 dev_err(mhdp->dev, "%s: phy_configure() failed: %d\n",
H A Dcdns-dsi-core.c703 phy_configure(dsi->dphy, &output->phy_opts);
/linux-master/drivers/gpu/drm/bridge/
H A Dnwl-dsi.c675 ret = phy_configure(dsi->phy, phy_cfg);
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun6i_mipi_dsi.c769 phy_configure(dsi->dphy, &opts);
/linux-master/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi-rockchip.c533 phy_configure(dsi->phy, &dsi->phy_opts);
/linux-master/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c662 phy_configure(dp->phy[i], &opts);
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_dp.c1167 ret = phy_configure(mtk_dp->phy, &phy_opts);

Completed in 194 milliseconds