Home
last modified time | relevance | path

Searched defs:coda_dev (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
Dcoda.h78 struct coda_dev { struct
82 const struct coda_devtype *devtype; argument
83 int firmware;
84 struct vdoa_data *vdoa;
86 void __iomem *regs_base;
87 struct clk *clk_per;
88 struct clk *clk_ahb;
89 struct reset_control *rstc;
91 struct coda_aux_buf codebuf;
92 struct coda_aux_buf tempbuf;
[all …]
/kernel/linux/linux-5.10/drivers/media/platform/coda/
Dcoda.h70 struct coda_dev { struct
74 const struct coda_devtype *devtype; argument
75 int firmware;
76 struct vdoa_data *vdoa;
78 void __iomem *regs_base;
79 struct clk *clk_per;
80 struct clk *clk_ahb;
81 struct reset_control *rstc;
83 struct coda_aux_buf codebuf;
84 struct coda_aux_buf tempbuf;
[all …]