Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/pxa/
Dclk-pxa.h69 struct desc_clk_cken { struct
70 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 …]