Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/phy/
Dphy.h218 int phy_configure(struct phy *phy, union phy_configure_opts *opts);
366 static inline int phy_configure(struct phy *phy, in phy_configure() function
/Linux-v5.10/drivers/net/ethernet/smsc/
Dsmc91x.c989 cancel_work_sync(&lp->phy_configure); in smc_phy_powerdown()
1033 container_of(work, struct smc_local, phy_configure); in smc_phy_configure()
1352 schedule_work(&lp->phy_configure); in smc_timeout()
1487 smc_phy_configure(&lp->phy_configure); in smc_open()
1968 INIT_WORK(&lp->phy_configure, smc_phy_configure); in smc_probe()
2460 smc_phy_configure(&lp->phy_configure); in smc_drv_resume()
Dsmc911x.c877 phy_configure); in smc911x_phy_configure()
1272 schedule_work(&lp->phy_configure); in smc911x_timeout()
1389 smc911x_phy_configure(&lp->phy_configure); in smc911x_open()
1422 cancel_work_sync(&lp->phy_configure); in smc911x_close()
1927 INIT_WORK(&lp->phy_configure, smc911x_phy_configure); in smc911x_probe()
2172 smc911x_phy_configure(&lp->phy_configure); in smc911x_drv_resume()
Dsmc911x.h83 struct work_struct phy_configure; member
Dsmc91x.h258 struct work_struct phy_configure; member
/Linux-v5.10/drivers/phy/
Dphy-core.c433 int phy_configure(struct phy *phy, union phy_configure_opts *opts) in phy_configure() function
449 EXPORT_SYMBOL_GPL(phy_configure);
/Linux-v5.10/drivers/gpu/drm/bridge/cadence/
Dcdns-mhdp8546-core.c890 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_init()
1058 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_channel_eq()
1179 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_cr()
/Linux-v5.10/drivers/gpu/drm/msm/dp/
Ddp_ctrl.c1339 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_enable_mainlink_clocks()
1442 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_reinitialize_mainlink()
Ddp_catalog.c628 phy_configure(phy, &dp_io->phy_opts); in dp_catalog_ctrl_update_vx_px()
/Linux-v5.10/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi-rockchip.c496 phy_configure(dsi->phy, &dsi->phy_opts); in dw_mipi_dsi_phy_power_on()
/Linux-v5.10/drivers/staging/media/rkisp1/
Drkisp1-isp.c918 phy_configure(sensor->dphy, &opts); in rkisp1_mipi_csi2_start()
/Linux-v5.10/drivers/gpu/drm/bridge/
Dnwl-dsi.c681 ret = phy_configure(dsi->phy, phy_cfg); in nwl_dsi_enable()
Dcdns-dsi.c729 phy_configure(dsi->dphy, &output->phy_opts); in cdns_dsi_hs_init()
/Linux-v5.10/drivers/gpu/drm/sun4i/
Dsun6i_mipi_dsi.c769 phy_configure(dsi->dphy, &opts); in sun6i_dsi_encoder_enable()
/Linux-v5.10/drivers/gpu/drm/xlnx/
Dzynqmp_dp.c675 phy_configure(dp->phy[i], &opts); in zynqmp_dp_update_vs_emph()