Lines Matching defs:desc_clk_cken
105 struct desc_clk_cken { struct
106 struct clk_hw hw;
107 int ckid;
108 int cken_reg;
109 const char *name;
110 const char *dev_id;
111 const char *con_id;
112 const char * const *parent_names;
113 struct clk_fixed_factor lp;
114 struct clk_fixed_factor hp;
115 struct clk_gate gate;
116 bool (*is_in_low_power)(void);
117 const unsigned long flags;