Searched refs:phy_configure (Results 1 – 20 of 20) sorted by relevance
/drivers/net/ethernet/smsc/ |
D | smc91x.c | 990 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()
|
D | smc911x.c | 880 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()
|
D | smc911x.h | 83 struct work_struct phy_configure; member
|
D | smc91x.h | 247 struct work_struct phy_configure; member
|
/drivers/gpu/drm/bridge/imx/ |
D | imx8qm-ldb-drv.c | 155 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()
|
D | imx8qxp-ldb-drv.c | 165 ret = phy_configure(imx8qxp_ldb_ch->phy, &opts); in imx8qxp_ldb_bridge_mode_set()
|
/drivers/phy/amlogic/ |
D | phy-meson-axg-mipi-dphy.c | 209 ret = phy_configure(priv->analog, opts); in phy_meson_axg_mipi_dphy_configure()
|
/drivers/phy/ |
D | phy-core.c | 501 int phy_configure(struct phy *phy, union phy_configure_opts *opts) in phy_configure() function 517 EXPORT_SYMBOL_GPL(phy_configure);
|
/drivers/media/platform/rockchip/rkisp1/ |
D | rkisp1-csi.c | 187 phy_configure(csi->dphy, &opts); in rkisp1_csi_start()
|
/drivers/media/platform/sunxi/sun6i-mipi-csi2/ |
D | sun6i_mipi_csi2.c | 255 ret = phy_configure(dphy, &dphy_opts); in sun6i_mipi_csi2_s_stream()
|
/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/ |
D | sun8i_a83t_mipi_csi2.c | 287 ret = phy_configure(dphy, &dphy_opts); in sun8i_a83t_mipi_csi2_s_stream()
|
/drivers/gpu/drm/bridge/cadence/ |
D | cdns-mhdp8546-core.c | 893 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_init() 1061 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_channel_eq() 1182 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_cr()
|
/drivers/gpu/drm/msm/dp/ |
D | dp_ctrl.c | 1343 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_enable_mainlink_clocks() 1430 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_reinitialize_mainlink()
|
D | dp_catalog.c | 688 phy_configure(phy, &dp_io->phy_opts); in dp_catalog_ctrl_update_vx_px()
|
/drivers/gpu/drm/bridge/ |
D | nwl-dsi.c | 675 ret = phy_configure(dsi->phy, phy_cfg); in nwl_dsi_mode_set()
|
D | cdns-dsi.c | 740 phy_configure(dsi->dphy, &output->phy_opts); in cdns_dsi_hs_init()
|
/drivers/gpu/drm/sun4i/ |
D | sun6i_mipi_dsi.c | 769 phy_configure(dsi->dphy, &opts); in sun6i_dsi_encoder_enable()
|
/drivers/gpu/drm/rockchip/ |
D | dw-mipi-dsi-rockchip.c | 538 phy_configure(dsi->phy, &dsi->phy_opts); in dw_mipi_dsi_phy_power_on()
|
/drivers/gpu/drm/xlnx/ |
D | zynqmp_dp.c | 670 phy_configure(dp->phy[i], &opts); in zynqmp_dp_update_vs_emph()
|
/drivers/gpu/drm/mediatek/ |
D | mtk_dp.c | 1158 ret = phy_configure(mtk_dp->phy, &phy_opts); in mtk_dp_phy_configure()
|