Home
last modified time | relevance | path

Searched refs:dpu_hw_blk (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_blk.h12 struct dpu_hw_blk;
20 int (*start)(struct dpu_hw_blk *);
21 void (*stop)(struct dpu_hw_blk *);
31 struct dpu_hw_blk { struct
39 void dpu_hw_blk_init(struct dpu_hw_blk *hw_blk, u32 type, int id, argument
41 void dpu_hw_blk_destroy(struct dpu_hw_blk *hw_blk);
43 struct dpu_hw_blk *dpu_hw_blk_get(struct dpu_hw_blk *hw_blk, u32 type, int id);
44 void dpu_hw_blk_put(struct dpu_hw_blk *hw_blk);
Ddpu_hw_blk.c26 void dpu_hw_blk_init(struct dpu_hw_blk *hw_blk, u32 type, int id, in dpu_hw_blk_init()
47 void dpu_hw_blk_destroy(struct dpu_hw_blk *hw_blk) in dpu_hw_blk_destroy()
70 struct dpu_hw_blk *dpu_hw_blk_get(struct dpu_hw_blk *hw_blk, u32 type, int id) in dpu_hw_blk_get()
72 struct dpu_hw_blk *curr; in dpu_hw_blk_get()
119 void dpu_hw_blk_put(struct dpu_hw_blk *hw_blk) in dpu_hw_blk_put()
Ddpu_hw_lm.h59 struct dpu_hw_blk base;
80 static inline struct dpu_hw_mixer *to_dpu_hw_mixer(struct dpu_hw_blk *hw) in to_dpu_hw_mixer()
Ddpu_hw_ctl.h165 struct dpu_hw_blk base;
184 static inline struct dpu_hw_ctl *to_dpu_hw_ctl(struct dpu_hw_blk *hw) in to_dpu_hw_ctl()
Ddpu_hw_pingpong.h88 struct dpu_hw_blk base;
Ddpu_hw_intf.h74 struct dpu_hw_blk base;
Ddpu_hw_top.h144 struct dpu_hw_blk base;
Ddpu_hw_sspp.h373 struct dpu_hw_blk base;
Ddpu_rm.c40 struct dpu_hw_blk *hw;
/Linux-v5.4/drivers/gpu/drm/msm/
DMakefile60 disp/dpu1/dpu_hw_blk.o \