Searched refs:dpu_hw_blk (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_blk.h | 20 struct dpu_hw_blk; 28 int (*start)(struct dpu_hw_blk *); 29 void (*stop)(struct dpu_hw_blk *); 39 struct dpu_hw_blk { struct 47 int dpu_hw_blk_init(struct dpu_hw_blk *hw_blk, u32 type, int id, argument 49 void dpu_hw_blk_destroy(struct dpu_hw_blk *hw_blk); 51 struct dpu_hw_blk *dpu_hw_blk_get(struct dpu_hw_blk *hw_blk, u32 type, int id); 52 void dpu_hw_blk_put(struct dpu_hw_blk *hw_blk);
|
D | dpu_hw_blk.c | 35 int dpu_hw_blk_init(struct dpu_hw_blk *hw_blk, u32 type, int id, in dpu_hw_blk_init() 63 void dpu_hw_blk_destroy(struct dpu_hw_blk *hw_blk) in dpu_hw_blk_destroy() 86 struct dpu_hw_blk *dpu_hw_blk_get(struct dpu_hw_blk *hw_blk, u32 type, int id) in dpu_hw_blk_get() 88 struct dpu_hw_blk *curr; in dpu_hw_blk_get() 135 void dpu_hw_blk_put(struct dpu_hw_blk *hw_blk) in dpu_hw_blk_put()
|
D | dpu_hw_cdm.h | 96 struct dpu_hw_blk base; 115 static inline struct dpu_hw_cdm *to_dpu_hw_cdm(struct dpu_hw_blk *hw) in to_dpu_hw_cdm()
|
D | dpu_hw_pingpong.h | 96 struct dpu_hw_blk base; 112 static inline struct dpu_hw_pingpong *to_dpu_hw_pingpong(struct dpu_hw_blk *hw) in to_dpu_hw_pingpong()
|
D | dpu_hw_lm.h | 79 struct dpu_hw_blk base; 100 static inline struct dpu_hw_mixer *to_dpu_hw_mixer(struct dpu_hw_blk *hw) in to_dpu_hw_mixer()
|
D | dpu_hw_intf.h | 89 struct dpu_hw_blk base; 106 static inline struct dpu_hw_intf *to_dpu_hw_intf(struct dpu_hw_blk *hw) in to_dpu_hw_intf()
|
D | dpu_hw_top.h | 169 struct dpu_hw_blk base; 185 static inline struct dpu_hw_mdp *to_dpu_hw_mdp(struct dpu_hw_blk *hw) in to_dpu_hw_mdp()
|
D | dpu_hw_ctl.h | 177 struct dpu_hw_blk base; 196 static inline struct dpu_hw_ctl *to_dpu_hw_ctl(struct dpu_hw_blk *hw) in to_dpu_hw_ctl()
|
D | dpu_hw_sspp.h | 381 struct dpu_hw_blk base; 399 static inline struct dpu_hw_pipe *to_dpu_hw_pipe(struct dpu_hw_blk *hw) in to_dpu_hw_pipe()
|
D | dpu_rm.c | 101 struct dpu_hw_blk *hw;
|
/Linux-v4.19/drivers/gpu/drm/msm/ |
D | Makefile | 59 disp/dpu1/dpu_hw_blk.o \
|