Searched defs:rockchip_vad (Results 1 – 1 of 1) sorted by relevance
68 struct rockchip_vad { struct69 struct device *dev;70 struct device_node *audio_node;71 struct clk *hclk;72 struct regmap *regmap;73 unsigned int memphy;97 static inline int vframe_size(struct rockchip_vad *vad, int bytes) in vframe_size() argument