/openbmc/linux/drivers/phy/cadence/ |
H A D | cdns-dphy-rx.c | 172 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()
|
H A D | cdns-dphy.c | 331 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()
|
/openbmc/linux/drivers/gpu/drm/meson/ |
H A D | meson_dw_mipi_dsi.c | 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() 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/media/platform/sunxi/sun8i-a83t-mipi-csi2/ |
H A D | sun8i_a83t_dphy.c | 16 return phy_mipi_dphy_config_validate(&opts->mipi_dphy); in sun8i_a83t_dphy_configure()
|
H A D | sun8i_a83t_mipi_csi2.c | 207 struct phy_configure_opts_mipi_dphy *dphy_cfg = &dphy_opts.mipi_dphy; in sun8i_a83t_mipi_csi2_s_stream()
|
/openbmc/linux/include/linux/phy/ |
H A D | phy.h | 57 * @mipi_dphy: Configuration set applicable for phys supporting 58 * the MIPI_DPHY phy mode. 65 struct phy_configure_opts_mipi_dphy mipi_dphy; member
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | amlogic,meson-g12a-dw-mipi-dsi.yaml | 93 phys = <&mipi_dphy>;
|
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/ |
H A D | system.h | 31 unsigned int mipi_dphy; member
|
/openbmc/linux/drivers/phy/amlogic/ |
H A D | phy-meson-g12a-mipi-dphy-analog.c | 51 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy); in phy_g12a_mipi_dphy_analog_configure()
|
H A D | phy-meson-axg-mipi-pcie-analog.c | 139 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy); in phy_axg_mipi_pcie_analog_configure()
|
H A D | phy-meson-axg-mipi-dphy.c | 205 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy); in phy_meson_axg_mipi_dphy_configure()
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | nwl-dsi.c | 215 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()
|
/openbmc/linux/drivers/phy/freescale/ |
H A D | phy-fsl-imx8-mipi-dphy.c | 359 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()
|
/openbmc/linux/drivers/phy/rockchip/ |
H A D | phy-rockchip-inno-dsidphy.c | 662 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()
|
H A D | phy-rockchip-dphy-rx0.c | 230 struct phy_configure_opts_mipi_dphy *config = &opts->mipi_dphy; in rk_dphy_configure()
|
H A D | phy-rockchip-inno-csidphy.c | 193 struct phy_configure_opts_mipi_dphy *config = &opts->mipi_dphy; in rockchip_inno_csidphy_configure()
|
/openbmc/linux/drivers/gpu/drm/rockchip/ |
H A D | dw-mipi-dsi-rockchip.c | 580 &dsi->phy_opts.mipi_dphy); in dw_mipi_dsi_get_lane_mbps() 1185 struct phy_configure_opts_mipi_dphy *config = &opts->mipi_dphy; in dw_mipi_dsi_dphy_configure() 1189 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy); in dw_mipi_dsi_dphy_configure()
|
/openbmc/linux/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-csi.c | 170 struct phy_configure_opts_mipi_dphy *cfg = &opts.mipi_dphy; in rkisp1_csi_start()
|
/openbmc/linux/drivers/media/platform/sunxi/sun6i-mipi-csi2/ |
H A D | sun6i_mipi_csi2.c | 175 struct phy_configure_opts_mipi_dphy *dphy_cfg = &dphy_opts.mipi_dphy; in sun6i_mipi_csi2_s_stream()
|
/openbmc/linux/drivers/gpu/drm/bridge/cadence/ |
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() 761 struct phy_configure_opts_mipi_dphy *phy_cfg = &output->phy_opts.mipi_dphy; in cdns_dsi_bridge_enable()
|
/openbmc/linux/drivers/phy/allwinner/ |
H A D | phy-sun6i-mipi-dphy.c | 216 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy); in sun6i_dphy_configure()
|
/openbmc/qemu/hw/arm/ |
H A D | allwinner-r40.c | 153 { "mipi_dphy", 0x01ca1000, 4 * KiB },
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun6i_mipi_dsi.c | 722 struct phy_configure_opts_mipi_dphy *cfg = &opts.mipi_dphy; in sun6i_dsi_encoder_enable()
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-axg.dtsi | 1283 mipi_dphy: phy@ff640000 { label
|