Home
last modified time | relevance | path

Searched full:mipi_dphy (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.12.1/drivers/phy/cadence/
Dcdns-dphy-rx.c172 unsigned int reg, lanes = opts->mipi_dphy.lanes; in cdns_dphy_rx_configure()
189 band_ctrl = cdns_dphy_rx_get_band_ctrl(opts->mipi_dphy.hs_clk_rate); in cdns_dphy_rx_configure()
223 ret = cdns_dphy_rx_get_band_ctrl(opts->mipi_dphy.hs_clk_rate); in cdns_dphy_rx_validate()
227 return phy_mipi_dphy_config_validate(&opts->mipi_dphy); in cdns_dphy_rx_validate()
Dcdns-dphy.c331 return cdns_dphy_config_from_opts(phy, &opts->mipi_dphy, &cfg); in cdns_dphy_validate()
341 ret = cdns_dphy_config_from_opts(phy, &opts->mipi_dphy, &cfg); in cdns_dphy_configure()
368 band_ctrl = cdns_dphy_tx_get_band_ctrl(opts->mipi_dphy.hs_clk_rate); in cdns_dphy_configure()
/linux-6.12.1/drivers/gpu/drm/meson/
Dmeson_dw_mipi_dsi.c83 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()
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()
/linux-6.12.1/drivers/gpu/drm/bridge/imx/
Dimx93-mipi-dsi.c389 ret = dphy_pll_get_configure_from_opts(dsi, &opts->mipi_dphy, &cfg); in dphy_pll_configure()
400 HSFREQRANGE(dphy_pll_get_hsfreqrange(&opts->mipi_dphy)); in dphy_pll_configure()
405 VCO_CTRL(dphy_pll_get_vco(&opts->mipi_dphy)) | in dphy_pll_configure()
406 PROP_CTRL(dphy_pll_get_prop(&opts->mipi_dphy)); in dphy_pll_configure()
483 lanes, &phy_cfg->mipi_dphy); in imx93_dsi_get_phy_configure_opts()
535 ret = dphy_pll_get_configure_from_opts(dsi, &phy_cfg.mipi_dphy, &cfg); in imx93_dsi_validate_phy()
693 *lane_mbps = DIV_ROUND_UP(phy_cfg.mipi_dphy.hs_clk_rate, USEC_PER_SEC); in imx93_dsi_get_lane_mbps()
/linux-6.12.1/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/
Dsun8i_a83t_dphy.c16 return phy_mipi_dphy_config_validate(&opts->mipi_dphy); in sun8i_a83t_dphy_configure()
Dsun8i_a83t_mipi_csi2.c207 struct phy_configure_opts_mipi_dphy *dphy_cfg = &dphy_opts.mipi_dphy; in sun8i_a83t_mipi_csi2_s_stream()
/linux-6.12.1/include/linux/phy/
Dphy.h57 * @mipi_dphy: Configuration set applicable for phys supporting
58 * the MIPI_DPHY phy mode.
65 struct phy_configure_opts_mipi_dphy mipi_dphy; member
/linux-6.12.1/Documentation/devicetree/bindings/display/
Damlogic,meson-g12a-dw-mipi-dsi.yaml93 phys = <&mipi_dphy>;
/linux-6.12.1/arch/arm64/boot/dts/amlogic/
Dmeson-khadas-vim3-ts050.dtso102 &mipi_dphy {
Dmeson-g12b-bananapi-cm4-mnt-reform2.dts226 &mipi_dphy {
/linux-6.12.1/drivers/phy/amlogic/
Dphy-meson-g12a-mipi-dphy-analog.c51 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy); in phy_g12a_mipi_dphy_analog_configure()
Dphy-meson-axg-mipi-pcie-analog.c139 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy); in phy_axg_mipi_pcie_analog_configure()
Dphy-meson-axg-mipi-dphy.c205 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy); in phy_meson_axg_mipi_dphy_configure()
/linux-6.12.1/drivers/gpu/drm/bridge/
Dnwl-dsi.c215 struct phy_configure_opts_mipi_dphy *cfg = &dsi->phy_cfg.mipi_dphy; in nwl_dsi_config_host()
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()
/linux-6.12.1/drivers/phy/freescale/
Dphy-fsl-imx8-mipi-dphy.c359 ret = mixel_dphy_config_from_opts(phy, &opts->mipi_dphy, &cfg); in mixel_dphy_configure_mipi_dphy()
492 return mixel_dphy_config_from_opts(phy, &opts->mipi_dphy, in mixel_dphy_validate()
/linux-6.12.1/drivers/phy/rockchip/
Dphy-rockchip-inno-dsidphy.c662 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy); in inno_dsidphy_configure()
666 memcpy(&inno->dphy_cfg, &opts->mipi_dphy, sizeof(inno->dphy_cfg)); in inno_dsidphy_configure()
Dphy-rockchip-dphy-rx0.c230 struct phy_configure_opts_mipi_dphy *config = &opts->mipi_dphy; in rk_dphy_configure()
Dphy-rockchip-inno-csidphy.c193 struct phy_configure_opts_mipi_dphy *config = &opts->mipi_dphy; in rockchip_inno_csidphy_configure()
/linux-6.12.1/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi-rockchip.c590 &dsi->phy_opts.mipi_dphy); in dw_mipi_dsi_get_lane_mbps()
1195 struct phy_configure_opts_mipi_dphy *config = &opts->mipi_dphy; in dw_mipi_dsi_dphy_configure()
1199 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy); in dw_mipi_dsi_dphy_configure()
/linux-6.12.1/drivers/media/platform/rockchip/rkisp1/
Drkisp1-csi.c155 struct phy_configure_opts_mipi_dphy *cfg = &opts.mipi_dphy; in rkisp1_csi_start()
/linux-6.12.1/drivers/media/platform/sunxi/sun6i-mipi-csi2/
Dsun6i_mipi_csi2.c175 struct phy_configure_opts_mipi_dphy *dphy_cfg = &dphy_opts.mipi_dphy; in sun6i_mipi_csi2_s_stream()
/linux-6.12.1/drivers/gpu/drm/bridge/cadence/
Dcdns-dsi-core.c568 struct phy_configure_opts_mipi_dphy *phy_cfg = &output->phy_opts.mipi_dphy; in cdns_dsi_check_conf()
761 struct phy_configure_opts_mipi_dphy *phy_cfg = &output->phy_opts.mipi_dphy; in cdns_dsi_bridge_enable()
/linux-6.12.1/drivers/phy/allwinner/
Dphy-sun6i-mipi-dphy.c216 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy); in sun6i_dphy_configure()
/linux-6.12.1/drivers/media/platform/cadence/
Dcdns-csi2rx.c168 struct phy_configure_opts_mipi_dphy *cfg = &opts.mipi_dphy; in csi2rx_configure_ext_dphy()
/linux-6.12.1/drivers/phy/starfive/
Dphy-jh7110-dphy-tx.c237 u32 bitrate = opts->mipi_dphy.hs_clk_rate; in stf_dphy_configure()

12