Home
last modified time | relevance | path

Searched refs:phy_configure (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/include/linux/phy/
H A Dphy.h236 int phy_configure(struct phy *phy, union phy_configure_opts *opts);
399 static inline int phy_configure(struct phy *phy, in phy_configure() function
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.c990 cancel_work_sync(&lp->phy_configure); in smc_phy_powerdown()
1034 container_of(work, struct smc_local, phy_configure); in smc_phy_configure()
1353 schedule_work(&lp->phy_configure); in smc_timeout()
1488 smc_phy_configure(&lp->phy_configure); in smc_open()
1971 INIT_WORK(&lp->phy_configure, smc_phy_configure); in smc_probe()
2469 smc_phy_configure(&lp->phy_configure); in smc_drv_resume()
H A Dsmc91x.h247 struct work_struct phy_configure; member
/openbmc/linux/drivers/gpu/drm/bridge/imx/
H A Dimx8qm-ldb.c155 ret = phy_configure(imx8qm_ldb_ch->phy, &opts); in imx8qm_ldb_bridge_mode_set()
164 ret = phy_configure(imx8qm_ldb_ch->phy, &opts); in imx8qm_ldb_bridge_mode_set()
H A Dimx8qxp-ldb.c166 ret = phy_configure(imx8qxp_ldb_ch->phy, &opts); in imx8qxp_ldb_bridge_mode_set()
/openbmc/linux/drivers/phy/amlogic/
H A Dphy-meson-axg-mipi-dphy.c209 ret = phy_configure(priv->analog, opts); in phy_meson_axg_mipi_dphy_configure()
/openbmc/linux/drivers/gpu/drm/meson/
H A Dmeson_dw_mipi_dsi.c135 return phy_configure(mipi_dsi->phy, &mipi_dsi->phy_opts); in dw_mipi_dsi_phy_init()
/openbmc/linux/drivers/phy/
H A Dphy-core.c505 int phy_configure(struct phy *phy, union phy_configure_opts *opts) in phy_configure() function
521 EXPORT_SYMBOL_GPL(phy_configure);
/openbmc/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-csi.c187 phy_configure(csi->dphy, &opts); in rkisp1_csi_start()
/openbmc/linux/drivers/media/platform/cadence/
H A Dcdns-csi2rx.c123 ret = phy_configure(csi2rx->dphy, &opts); in csi2rx_configure_ext_dphy()
/openbmc/linux/drivers/media/platform/sunxi/sun6i-mipi-csi2/
H A Dsun6i_mipi_csi2.c255 ret = phy_configure(dphy, &dphy_opts); in sun6i_mipi_csi2_s_stream()
/openbmc/linux/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/
H A Dsun8i_a83t_mipi_csi2.c287 ret = phy_configure(dphy, &dphy_opts); in sun8i_a83t_mipi_csi2_s_stream()
/openbmc/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.c909 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_init()
1077 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_channel_eq()
1198 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_cr()
H A Dcdns-dsi-core.c703 phy_configure(dsi->dphy, &output->phy_opts); in cdns_dsi_hs_init()
/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_ctrl.c1350 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_enable_mainlink_clocks()
1495 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_reinitialize_mainlink()
H A Ddp_catalog.c781 phy_configure(phy, &dp_io->phy_opts); in dp_catalog_ctrl_update_vx_px()
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dnwl-dsi.c675 ret = phy_configure(dsi->phy, phy_cfg); in nwl_dsi_mode_set()
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun6i_mipi_dsi.c769 phy_configure(dsi->dphy, &opts); in sun6i_dsi_encoder_enable()
/openbmc/linux/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c662 phy_configure(dp->phy[i], &opts); in zynqmp_dp_update_vs_emph()
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi-rockchip.c528 phy_configure(dsi->phy, &dsi->phy_opts); in dw_mipi_dsi_phy_power_on()
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_dp.c1168 ret = phy_configure(mtk_dp->phy, &phy_opts); in mtk_dp_phy_configure()