/openbmc/linux/include/linux/phy/ |
H A D | phy.h | 236 int phy_configure(struct phy *phy, union phy_configure_opts *opts); 399 static inline int phy_configure(struct phy *phy, in phy_configure() function
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A 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()
|
H A D | smc91x.h | 247 struct work_struct phy_configure; member
|
/openbmc/linux/drivers/gpu/drm/bridge/imx/ |
H A D | imx8qm-ldb.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()
|
H A D | imx8qxp-ldb.c | 166 ret = phy_configure(imx8qxp_ldb_ch->phy, &opts); in imx8qxp_ldb_bridge_mode_set()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/linux/drivers/phy/ |
H A D | phy-core.c | 505 int phy_configure(struct phy *phy, union phy_configure_opts *opts) in phy_configure() function 521 EXPORT_SYMBOL_GPL(phy_configure);
|
/openbmc/linux/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-csi.c | 187 phy_configure(csi->dphy, &opts); in rkisp1_csi_start()
|
/openbmc/linux/drivers/media/platform/cadence/ |
H A D | cdns-csi2rx.c | 123 ret = phy_configure(csi2rx->dphy, &opts); in csi2rx_configure_ext_dphy()
|
/openbmc/linux/drivers/media/platform/sunxi/sun6i-mipi-csi2/ |
H A D | sun6i_mipi_csi2.c | 255 ret = phy_configure(dphy, &dphy_opts); in sun6i_mipi_csi2_s_stream()
|
/openbmc/linux/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/ |
H A D | sun8i_a83t_mipi_csi2.c | 287 ret = phy_configure(dphy, &dphy_opts); in sun8i_a83t_mipi_csi2_s_stream()
|
/openbmc/linux/drivers/gpu/drm/bridge/cadence/ |
H A D | cdns-mhdp8546-core.c | 909 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_init() 1077 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_channel_eq() 1198 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_cr()
|
H A D | cdns-dsi-core.c | 703 phy_configure(dsi->dphy, &output->phy_opts); in cdns_dsi_hs_init()
|
/openbmc/linux/drivers/gpu/drm/msm/dp/ |
H A D | dp_ctrl.c | 1350 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_enable_mainlink_clocks() 1495 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_reinitialize_mainlink()
|
H A D | dp_catalog.c | 781 phy_configure(phy, &dp_io->phy_opts); in dp_catalog_ctrl_update_vx_px()
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | nwl-dsi.c | 675 ret = phy_configure(dsi->phy, phy_cfg); in nwl_dsi_mode_set()
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun6i_mipi_dsi.c | 769 phy_configure(dsi->dphy, &opts); in sun6i_dsi_encoder_enable()
|
/openbmc/linux/drivers/gpu/drm/xlnx/ |
H A D | zynqmp_dp.c | 662 phy_configure(dp->phy[i], &opts); in zynqmp_dp_update_vs_emph()
|
/openbmc/linux/drivers/gpu/drm/rockchip/ |
H A D | dw-mipi-dsi-rockchip.c | 528 phy_configure(dsi->phy, &dsi->phy_opts); in dw_mipi_dsi_phy_power_on()
|
/openbmc/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_dp.c | 1168 ret = phy_configure(mtk_dp->phy, &phy_opts); in mtk_dp_phy_configure()
|