Searched refs:phy_opts (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/gpu/drm/meson/ |
H A D | meson_dw_mipi_dsi.c | 41 union phy_configure_opts phy_opts; member 83 mipi_dsi->phy_opts.mipi_dphy.hs_clk_rate); in dw_mipi_dsi_phy_init() 86 mipi_dsi->phy_opts.mipi_dphy.hs_clk_rate, ret); in dw_mipi_dsi_phy_init() 135 return phy_configure(mipi_dsi->phy, &mipi_dsi->phy_opts); in dw_mipi_dsi_phy_init() 171 &mipi_dsi->phy_opts.mipi_dphy); in dw_mipi_dsi_get_lane_mbps() 173 *lane_mbps = DIV_ROUND_UP(mipi_dsi->phy_opts.mipi_dphy.hs_clk_rate, USEC_PER_SEC); in dw_mipi_dsi_get_lane_mbps()
|
/openbmc/linux/drivers/gpu/drm/bridge/cadence/ |
H A D | cdns-dsi-core.h | 26 union phy_configure_opts phy_opts; member
|
H A D | cdns-dsi-core.c | 568 struct phy_configure_opts_mipi_dphy *phy_cfg = &output->phy_opts.mipi_dphy; in cdns_dsi_check_conf() 585 ret = phy_validate(dsi->dphy, PHY_MODE_MIPI_DPHY, 0, &output->phy_opts); in cdns_dsi_check_conf() 703 phy_configure(dsi->dphy, &output->phy_opts); in cdns_dsi_hs_init() 761 struct phy_configure_opts_mipi_dphy *phy_cfg = &output->phy_opts.mipi_dphy; in cdns_dsi_bridge_enable()
|
/openbmc/linux/drivers/gpu/drm/msm/dp/ |
H A D | dp_parser.h | 77 union phy_configure_opts phy_opts; member
|
H A D | dp_ctrl.c | 1343 struct phy_configure_opts_dp *opts_dp = &dp_io->phy_opts.dp; in dp_ctrl_enable_mainlink_clocks() 1350 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_enable_mainlink_clocks() 1491 struct phy_configure_opts_dp *opts_dp = &dp_io->phy_opts.dp; in dp_ctrl_reinitialize_mainlink() 1495 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_reinitialize_mainlink()
|
H A D | dp_catalog.c | 775 struct phy_configure_opts_dp *opts_dp = &dp_io->phy_opts.dp; in dp_catalog_ctrl_update_vx_px() 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 | 777 union phy_configure_opts *phy_opts) in nwl_dsi_get_dphy_params() argument 791 &phy_opts->mipi_dphy); in nwl_dsi_get_dphy_params() 797 phy_opts->mipi_dphy.lp_clk_rate = rate; in nwl_dsi_get_dphy_params()
|
/openbmc/linux/drivers/gpu/drm/rockchip/ |
H A D | dw-mipi-dsi-rockchip.c | 270 union phy_configure_opts phy_opts; member 528 phy_configure(dsi->phy, &dsi->phy_opts); in dw_mipi_dsi_phy_power_on() 580 &dsi->phy_opts.mipi_dphy); in dw_mipi_dsi_get_lane_mbps()
|
/openbmc/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_dp.c | 1155 union phy_configure_opts phy_opts = { in mtk_dp_phy_configure() local 1168 ret = phy_configure(mtk_dp->phy, &phy_opts); in mtk_dp_phy_configure()
|