Searched refs:cfg_hnd (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/ |
H A D | dsi_host.c | 132 const struct msm_dsi_cfg_handler *cfg_hnd; member 205 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; in dsi_get_config() local 244 cfg_hnd = msm_dsi_cfg_get(major, minor); in dsi_get_config() 256 return cfg_hnd; in dsi_get_config() 267 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_host_regulator_disable() 268 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; in dsi_host_regulator_disable() 283 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_host_regulator_enable() 284 int num = msm_host->cfg_hnd->cfg->reg_cfg.num; in dsi_host_regulator_enable() 317 const struct dsi_reg_entry *regs = msm_host->cfg_hnd->cfg->reg_cfg.regs; in dsi_regulator_init() 318 int num = msm_host->cfg_hnd in dsi_regulator_init() 385 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; dsi_clk_init() local 842 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; dsi_ctrl_config() local 1184 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; dsi_cmd_dma_add() local 1298 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; dsi_cmd_dma_tx() local 1968 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; msm_dsi_host_modeset_init() local 2047 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; msm_dsi_host_xfer_prepare() local 2082 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; msm_dsi_host_xfer_restore() local 2108 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; msm_dsi_host_cmd_rx() local 2324 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; msm_dsi_host_get_phy_clk_req() local 2393 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; msm_dsi_host_power_on() local 2453 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; msm_dsi_host_power_off() local [all...] |
H A D | dsi_cfg.c | 277 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; in msm_dsi_cfg_get() local 283 cfg_hnd = &dsi_cfg_handlers[i]; in msm_dsi_cfg_get() 288 return cfg_hnd; in msm_dsi_cfg_get()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/ |
H A D | dsi_host.c | 136 const struct msm_dsi_cfg_handler *cfg_hnd; member 209 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; in dsi_get_config() local 235 cfg_hnd = msm_dsi_cfg_get(major, minor); in dsi_get_config() 244 return cfg_hnd; in dsi_get_config() 288 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; in dsi_clk_init() local 289 const struct msm_dsi_config *cfg = cfg_hnd->cfg; in dsi_clk_init() 331 if (cfg_hnd->ops->clk_init_ver) in dsi_clk_init() 332 ret = cfg_hnd->ops->clk_init_ver(msm_host); in dsi_clk_init() 344 if (!msm_host->cfg_hnd) in msm_dsi_runtime_suspend() 719 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; dsi_ctrl_enable() local 1194 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; dsi_cmd_dma_add() local 1308 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; dsi_cmd_dma_tx() local 1966 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; msm_dsi_host_modeset_init() local 2015 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; msm_dsi_host_xfer_prepare() local 2050 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; msm_dsi_host_xfer_restore() local 2076 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; msm_dsi_host_cmd_rx() local 2249 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; msm_dsi_host_get_phy_clk_req() local 2339 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; msm_dsi_host_power_on() local 2405 const struct msm_dsi_cfg_handler *cfg_hnd = msm_host->cfg_hnd; msm_dsi_host_power_off() local [all...] |
H A D | dsi_cfg.c | 288 const struct msm_dsi_cfg_handler *cfg_hnd = NULL; in msm_dsi_cfg_get() local 294 cfg_hnd = &dsi_cfg_handlers[i]; in msm_dsi_cfg_get() 299 return cfg_hnd; in msm_dsi_cfg_get()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_cfg.h | 113 const struct mdp5_cfg_hw *mdp5_cfg_get_hw_config(struct mdp5_cfg_handler *cfg_hnd); 114 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_hnd); 115 int mdp5_cfg_get_hw_rev(struct mdp5_cfg_handler *cfg_hnd); 123 void mdp5_cfg_destroy(struct mdp5_cfg_handler *cfg_hnd);
|
H A D | mdp5_ctl.h | 18 void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd);
|
H A D | mdp5_ctl.c | 681 void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd) in mdp5_ctlm_init() 684 const struct mdp5_cfg_hw *hw_cfg = mdp5_cfg_get_hw_config(cfg_hnd); in mdp5_ctlm_init() 685 int rev = mdp5_cfg_get_hw_rev(cfg_hnd); in mdp5_ctlm_init() 680 mdp5_ctlm_init(struct drm_device *dev, void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd) mdp5_ctlm_init() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_cfg.h | 114 const struct mdp5_cfg_hw *mdp5_cfg_get_hw_config(struct mdp5_cfg_handler *cfg_hnd); 115 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_hnd); 116 int mdp5_cfg_get_hw_rev(struct mdp5_cfg_handler *cfg_hnd); 124 void mdp5_cfg_destroy(struct mdp5_cfg_handler *cfg_hnd);
|
H A D | mdp5_ctl.h | 18 void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd);
|
H A D | mdp5_ctl.c | 690 void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd) in mdp5_ctlm_init() 693 const struct mdp5_cfg_hw *hw_cfg = mdp5_cfg_get_hw_config(cfg_hnd); in mdp5_ctlm_init() 694 int rev = mdp5_cfg_get_hw_rev(cfg_hnd); in mdp5_ctlm_init() 689 mdp5_ctlm_init(struct drm_device *dev, void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd) mdp5_ctlm_init() argument
|
Completed in 8 milliseconds