Searched defs:desc_clk_cken (Results 1 – 1 of 1) sorted by relevance
69 struct desc_clk_cken { struct70 struct clk_hw hw;71 int ckid;72 const char *name;73 const char *dev_id;74 const char *con_id;75 const char * const *parent_names;76 struct clk_fixed_factor lp;77 struct clk_fixed_factor hp;78 struct clk_gate gate;[all …]