Home
last modified time | relevance | path

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

/linux/drivers/phy/cadence/
H A Dcdns-dphy-rx.c173 unsigned int reg, lanes = opts->mipi_dphy.lanes; in cdns_dphy_rx_configure()
190 band_ctrl = cdns_dphy_rx_get_band_ctrl(opts->mipi_dphy.hs_clk_rate); in cdns_dphy_rx_configure()
224 ret = cdns_dphy_rx_get_band_ctrl(opts->mipi_dphy.hs_clk_rate); in cdns_dphy_rx_validate()
228 return phy_mipi_dphy_config_validate(&opts->mipi_dphy); in cdns_dphy_rx_validate()
H A Dcdns-dphy.c353 return cdns_dphy_config_from_opts(phy, &opts->mipi_dphy, &cfg); in cdns_dphy_validate()
361 ret = cdns_dphy_config_from_opts(phy, &opts->mipi_dphy, &dphy->cfg); in cdns_dphy_configure()
/linux/drivers/gpu/drm/meson/
H A 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/include/linux/phy/
H A Dphy.h59 * @mipi_dphy: Configuration set applicable for phys supporting
60 * the MIPI_DPHY phy mode.
69 struct phy_configure_opts_mipi_dphy mipi_dphy; member
/linux/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/
H A Dsun8i_a83t_dphy.c16 return phy_mipi_dphy_config_validate(&opts->mipi_dphy); in sun8i_a83t_dphy_configure()
/linux/Documentation/devicetree/bindings/display/
H A Damlogic,meson-g12a-dw-mipi-dsi.yaml93 phys = <&mipi_dphy>;
/linux/drivers/phy/amlogic/
H A Dphy-meson-g12a-mipi-dphy-analog.c51 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy); in phy_g12a_mipi_dphy_analog_configure()
H A Dphy-meson-axg-mipi-pcie-analog.c139 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy); in phy_axg_mipi_pcie_analog_configure()
H A Dphy-meson-axg-mipi-dphy.c205 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy); in phy_meson_axg_mipi_dphy_configure()
/linux/drivers/phy/freescale/
H A 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/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12b-bananapi-cm4-mnt-reform2.dts226 &mipi_dphy {
H A Dmeson-g12-common.dtsi1680 mipi_dphy: phy@44000 { label
2239 phys = <&mipi_dphy>;
H A Dmeson-axg.dtsi1333 mipi_dphy: phy@ff640000 { label
/linux/drivers/phy/rockchip/
H A Dphy-rockchip-dphy-rx0.c230 struct phy_configure_opts_mipi_dphy *config = &opts->mipi_dphy; in rk_dphy_configure()
H A Dphy-rockchip-inno-csidphy.c216 struct phy_configure_opts_mipi_dphy *config = &opts->mipi_dphy; in rockchip_inno_csidphy_configure()
/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-csi.c155 struct phy_configure_opts_mipi_dphy *cfg = &opts.mipi_dphy; in rkisp1_csi_start()
/linux/drivers/phy/allwinner/
H A Dphy-sun6i-mipi-dphy.c216 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy); in sun6i_dphy_configure()
/linux/drivers/phy/starfive/
H A Dphy-jh7110-dphy-tx.c237 u32 bitrate = opts->mipi_dphy.hs_clk_rate; in stf_dphy_configure()
/linux/drivers/gpu/drm/sun4i/
H A Dsun6i_mipi_dsi.c722 struct phy_configure_opts_mipi_dphy *cfg = &opts.mipi_dphy; in sun6i_dsi_encoder_enable()