Searched refs:phy_configure (Results 1 – 14 of 14) sorted by relevance
| /linux/include/linux/phy/ |
| H A D | phy.h | 257 int phy_configure(struct phy *phy, union phy_configure_opts *opts); 434 static inline int phy_configure(struct phy *phy, in phy_configure() function
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smc91x.c | 983 cancel_work_sync(&lp->phy_configure); in smc_phy_powerdown() 1027 container_of(work, struct smc_local, phy_configure); in smc_phy_configure() 1346 schedule_work(&lp->phy_configure); in smc_timeout() 1481 smc_phy_configure(&lp->phy_configure); in smc_open() 1960 INIT_WORK(&lp->phy_configure, smc_phy_configure); in smc_probe() 2456 smc_phy_configure(&lp->phy_configure); in smc_drv_resume()
|
| H A D | smc91x.h | 228 struct work_struct phy_configure; member
|
| /linux/drivers/phy/amlogic/ |
| H A D | phy-meson-axg-mipi-dphy.c | 209 ret = phy_configure(priv->analog, opts); in phy_meson_axg_mipi_dphy_configure()
|
| /linux/drivers/gpu/drm/meson/ |
| H A D | meson_dw_mipi_dsi.c | 135 return phy_configure(mipi_dsi->phy, &mipi_dsi->phy_opts); in dw_mipi_dsi_phy_init()
|
| /linux/drivers/phy/ |
| H A D | phy-core.c | 559 int phy_configure(struct phy *phy, union phy_configure_opts *opts) in phy_configure() function 575 EXPORT_SYMBOL_GPL(phy_configure);
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | dw_hdmi_qp-rockchip.c | 150 ret = phy_configure(hdmi->phy, &phy_cfg); in dw_hdmi_qp_rockchip_encoder_atomic_check()
|
| /linux/drivers/gpu/drm/mediatek/ |
| H A D | mtk_hdmi_v2.c | 761 ret = phy_configure(hdmi->phy, &opts); in mtk_hdmi_v2_output_set_display_mode() 1022 phy_configure(hdmi->phy, &opts); in mtk_hdmi_v2_bridge_pre_enable()
|
| H A D | mtk_dp.c | 1273 ret = phy_configure(mtk_dp->phy, &phy_opts); in mtk_dp_phy_configure()
|
| /linux/drivers/gpu/drm/msm/dp/ |
| H A D | dp_ctrl.c | 1304 phy_configure(ctrl->phy, phy_opts); in msm_dp_ctrl_set_vx_px() 1789 phy_configure(phy, &ctrl->phy_opts); in msm_dp_ctrl_enable_mainlink_clocks() 1943 phy_configure(phy, &ctrl->phy_opts); in msm_dp_ctrl_reinitialize_mainlink()
|
| /linux/drivers/gpu/drm/bridge/cadence/ |
| H A D | cdns-mhdp8546-core.c | 839 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_init() 1007 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_channel_eq() 1128 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_cr()
|
| /linux/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-dp.c | 576 ret = phy_configure(dp->phy, &phy_cfg); in dw_dp_link_train_update_vs_emph() 612 ret = phy_configure(dp->phy, &phy_cfg); in dw_dp_phy_configure()
|
| /linux/drivers/gpu/drm/sun4i/ |
| H A D | sun6i_mipi_dsi.c | 769 phy_configure(dsi->dphy, &opts); in sun6i_dsi_encoder_enable()
|
| /linux/drivers/gpu/drm/xlnx/ |
| H A D | zynqmp_dp.c | 746 phy_configure(dp->phy[i], &opts); in zynqmp_dp_update_vs_emph()
|