Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/phy/
Dphy.h234 int phy_configure(struct phy *phy, union phy_configure_opts *opts);
396 static inline int phy_configure(struct phy *phy, in phy_configure() function
/linux-5.19.10/drivers/net/ethernet/smsc/
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()
Dsmc911x.c880 phy_configure); in smc911x_phy_configure()
1275 schedule_work(&lp->phy_configure); in smc911x_timeout()
1392 smc911x_phy_configure(&lp->phy_configure); in smc911x_open()
1425 cancel_work_sync(&lp->phy_configure); in smc911x_close()
1932 INIT_WORK(&lp->phy_configure, smc911x_phy_configure); in smc911x_probe()
2180 smc911x_phy_configure(&lp->phy_configure); in smc911x_drv_resume()
Dsmc911x.h83 struct work_struct phy_configure; member
Dsmc91x.h247 struct work_struct phy_configure; member
/linux-5.19.10/drivers/phy/amlogic/
Dphy-meson-axg-mipi-dphy.c209 ret = phy_configure(priv->analog, opts); in phy_meson_axg_mipi_dphy_configure()
/linux-5.19.10/drivers/phy/
Dphy-core.c501 int phy_configure(struct phy *phy, union phy_configure_opts *opts) in phy_configure() function
517 EXPORT_SYMBOL_GPL(phy_configure);
/linux-5.19.10/drivers/gpu/drm/bridge/cadence/
Dcdns-mhdp8546-core.c891 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_init()
1059 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_channel_eq()
1180 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_cr()
/linux-5.19.10/drivers/gpu/drm/msm/dp/
Ddp_ctrl.c1355 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_enable_mainlink_clocks()
1459 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_reinitialize_mainlink()
Ddp_catalog.c688 phy_configure(phy, &dp_io->phy_opts); in dp_catalog_ctrl_update_vx_px()
/linux-5.19.10/drivers/gpu/drm/sun4i/
Dsun6i_mipi_dsi.c769 phy_configure(dsi->dphy, &opts); in sun6i_dsi_encoder_enable()
/linux-5.19.10/drivers/media/platform/rockchip/rkisp1/
Drkisp1-isp.c980 phy_configure(sensor->dphy, &opts); in rkisp1_mipi_csi2_start()
/linux-5.19.10/drivers/gpu/drm/bridge/
Dnwl-dsi.c668 ret = phy_configure(dsi->phy, phy_cfg); in nwl_dsi_mode_set()
Dcdns-dsi.c729 phy_configure(dsi->dphy, &output->phy_opts); in cdns_dsi_hs_init()
/linux-5.19.10/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi-rockchip.c521 phy_configure(dsi->phy, &dsi->phy_opts); in dw_mipi_dsi_phy_power_on()
/linux-5.19.10/drivers/gpu/drm/xlnx/
Dzynqmp_dp.c669 phy_configure(dp->phy[i], &opts); in zynqmp_dp_update_vs_emph()