Searched defs:pvt_device (Results 1 – 1 of 1) sorted by relevance
109 struct pvt_device { struct110 struct regmap *c_map;111 struct regmap *t_map;112 struct regmap *p_map;113 struct regmap *v_map;114 struct clk *clk;115 struct reset_control *rst;116 u32 t_num;117 u32 p_num;118 u32 v_num;[all …]