Home
last modified time | relevance | path

Searched refs:msm_dsi (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/msm/dsi/
A Ddsi.c8 bool msm_dsi_is_cmd_mode(struct msm_dsi *msm_dsi) in msm_dsi_is_cmd_mode() argument
20 bool msm_dsi_wide_bus_enabled(struct msm_dsi *msm_dsi) in msm_dsi_wide_bus_enabled() argument
25 static int dsi_get_phy(struct msm_dsi *msm_dsi) in dsi_get_phy() argument
58 static void dsi_destroy(struct msm_dsi *msm_dsi) in dsi_destroy() argument
60 if (!msm_dsi) in dsi_destroy()
81 struct msm_dsi *msm_dsi; in dsi_init() local
121 struct msm_dsi *msm_dsi = dev_get_drvdata(dev); in dsi_bind() local
139 priv->dsi[msm_dsi->id] = msm_dsi; in dsi_bind()
148 struct msm_dsi *msm_dsi = dev_get_drvdata(dev); in dsi_unbind() local
171 struct msm_dsi *msm_dsi; in dsi_dev_probe() local
[all …]
A Ddsi_manager.c70 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_setup_components() local
114 static int enable_phy(struct msm_dsi *msm_dsi, in enable_phy() argument
129 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_phy_enable() local
169 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_phy_disable() local
204 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_bridge_power_on() local
254 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_bridge_power_off() local
271 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_bridge_pre_enable() local
327 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_bridge_post_disable() local
380 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_bridge_mode_set() local
400 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_bridge_mode_valid() local
[all …]
A Ddsi.h34 struct msm_dsi { struct
51 int msm_dsi_manager_connector_init(struct msm_dsi *msm_dsi, argument
55 int msm_dsi_manager_register(struct msm_dsi *msm_dsi);
56 void msm_dsi_manager_unregister(struct msm_dsi *msm_dsi);
97 int msm_dsi_host_init(struct msm_dsi *msm_dsi);
A Ddsi_host.c326 struct msm_dsi *msm_dsi = platform_get_drvdata(pdev); in msm_dsi_runtime_suspend() local
327 struct mipi_dsi_host *host = msm_dsi->host; in msm_dsi_runtime_suspend()
341 struct msm_dsi *msm_dsi = platform_get_drvdata(pdev); in msm_dsi_runtime_resume() local
342 struct mipi_dsi_host *host = msm_dsi->host; in msm_dsi_runtime_resume()
1797 struct msm_dsi *msm_dsi = platform_get_drvdata(msm_host->pdev); in dsi_host_parse_dt() local
1831 msm_dsi->te_source = devm_kstrdup(dev, te_source, GFP_KERNEL); in dsi_host_parse_dt()
1869 int msm_dsi_host_init(struct msm_dsi *msm_dsi) in msm_dsi_host_init() argument
1872 struct platform_device *pdev = msm_dsi->pdev; in msm_dsi_host_init()
1882 msm_dsi->host = &msm_host->base; in msm_dsi_host_init()
1971 msm_dsi->id = msm_host->id; in msm_dsi_host_init()
/linux/drivers/gpu/drm/msm/
A Dmsm_drv.h316 struct msm_dsi;
325 bool msm_dsi_is_cmd_mode(struct msm_dsi *msm_dsi);
326 bool msm_dsi_is_bonded_dsi(struct msm_dsi *msm_dsi);
327 bool msm_dsi_is_master_dsi(struct msm_dsi *msm_dsi);
328 bool msm_dsi_wide_bus_enabled(struct msm_dsi *msm_dsi);
330 const char *msm_dsi_get_te_source(struct msm_dsi *msm_dsi);
338 static inline int msm_dsi_modeset_init(struct msm_dsi *msm_dsi, in msm_dsi_modeset_init() argument
347 static inline bool msm_dsi_is_cmd_mode(struct msm_dsi *msm_dsi) in msm_dsi_is_cmd_mode() argument
351 static inline bool msm_dsi_is_bonded_dsi(struct msm_dsi *msm_dsi) in msm_dsi_is_bonded_dsi() argument
355 static inline bool msm_dsi_is_master_dsi(struct msm_dsi *msm_dsi) in msm_dsi_is_master_dsi() argument
[all …]
/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_kms.c524 struct msm_dsi *dsi) in dpu_kms_dsi_set_te_source()

Completed in 18 milliseconds