Lines Matching defs:desc_clk_cken
109 struct desc_clk_cken { struct
110 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;
119 bool (*is_in_low_power)(void);
120 const unsigned long flags;