Home
last modified time | relevance | path

Searched refs:msm_dsi_host_is_wide_bus_enabled (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi.h123 bool msm_dsi_host_is_wide_bus_enabled(struct mipi_dsi_host *host);
H A Ddsi.c22 return msm_dsi_host_is_wide_bus_enabled(msm_dsi->host); in msm_dsi_wide_bus_enabled()
H A Ddsi_host.c719 bool msm_dsi_host_is_wide_bus_enabled(struct mipi_dsi_host *host) in msm_dsi_host_is_wide_bus_enabled() function
753 if (msm_dsi_host_is_wide_bus_enabled(&msm_host->base)) in dsi_ctrl_enable()
779 if (msm_dsi_host_is_wide_bus_enabled(&msm_host->base)) in dsi_ctrl_enable()
926 bool wide_bus_enabled = msm_dsi_host_is_wide_bus_enabled(&msm_host->base); in dsi_timing_setup()