Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/ti-vpe/
Dcal.h115 struct cal_dev { struct
116 struct clk *fclk;
117 int irq;
118 void __iomem *base;
119 struct resource *res;
120 struct device *dev;
122 const struct cal_data *data;
123 u32 revision;
147 struct cal_dev *cal; argument