Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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
/kernel/linux/linux-5.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()
2177 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
/kernel/linux/linux-5.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);
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
Ddp_ctrl.c1331 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_enable_mainlink_clocks()
1439 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_reinitialize_mainlink()
Ddp_catalog.c641 phy_configure(phy, &dp_io->phy_opts); in dp_catalog_ctrl_update_vx_px()
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi-rockchip.c495 phy_configure(dsi->phy, &dsi->phy_opts); in dw_mipi_dsi_phy_power_on()
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/
Drkisp1-isp.c918 phy_configure(sensor->dphy, &opts); in rkisp1_mipi_csi2_start()
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
Dsun6i_mipi_dsi.c769 phy_configure(dsi->dphy, &opts); in sun6i_dsi_encoder_enable()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
Dnwl-dsi.c682 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/xlnx/
Dzynqmp_dp.c669 phy_configure(dp->phy[i], &opts); in zynqmp_dp_update_vs_emph()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch8192 + ret = phy_configure(dp->phy, &phy_cfg);
10013 + ret = phy_configure(dp->phy, &phy_cfg);
10015 + dev_err(dp->dev, "%s: phy_configure failed: %d\n",
10060 + ret = phy_configure(dp->phy, &phy_cfg);
10062 + dev_err(dp->dev, "%s: phy_configure() failed: %d\n",
10109 + ret = phy_configure(dp->phy, &phy_cfg);
10111 + dev_err(dp->dev, "%s: phy_configure() failed: %d\n",
18094 - phy_configure(dsi->phy, &dsi->phy_opts);
18181 + phy_configure(dsi->phy, &dsi->phy_opts);
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch6071 + return phy_configure(mipi_dsi->phy, &mipi_dsi->phy_opts);
10750 + ret = phy_configure(priv->analog, opts);