Home
last modified time | relevance | path

Searched defs:desc_clk_cken (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/clk/pxa/
Dclk-pxa.h105 struct desc_clk_cken { struct
106 struct clk_hw hw;
107 int ckid;
108 const char *name;
109 const char *dev_id;
110 const char *con_id;
111 const char * const *parent_names;
112 struct clk_fixed_factor lp;
113 struct clk_fixed_factor hp;
114 struct clk_gate gate;
[all …]