Searched defs:desc_clk_cken (Results 1 – 1 of 1) sorted by relevance
109 struct desc_clk_cken { struct110 struct clk_hw hw;111 int ckid;112 const char *name;113 const char *dev_id;114 const char *con_id;115 const char * const *parent_names;116 struct clk_fixed_factor lp;117 struct clk_fixed_factor hp;118 struct clk_gate gate;[all …]