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