Searched defs:clk_init_data (Results 1 – 9 of 9) sorted by relevance
36951 struct clk_init_data { struct36952 const char *name;36953 const struct clk_ops *ops;36954 const char * const *parent_names;36955 const struct clk_parent_data *parent_data;36956 const struct clk_hw **parent_hws;36957 u8 num_parents;36958 long unsigned int flags;
39101 struct clk_init_data { struct39102 const char *name;39103 const struct clk_ops *ops;39104 const char * const *parent_names;39105 const struct clk_parent_data *parent_data;39106 const struct clk_hw **parent_hws;39107 u8 num_parents;39108 long unsigned int flags;
89128 struct clk_init_data { struct89129 const char *name;89130 const struct clk_ops *ops;89131 const char * const *parent_names;89132 const struct clk_parent_data *parent_data;89133 const struct clk_hw **parent_hws;89134 u8 num_parents;89135 long unsigned int flags;
42187 struct clk_init_data { struct42188 const char *name;42189 const struct clk_ops *ops;42190 const char * const *parent_names;42191 const struct clk_parent_data *parent_data;42192 const struct clk_hw **parent_hws;42193 u8 num_parents;42194 long unsigned int flags;142758 const unsigned int *clk_init_data; member
79601 struct clk_init_data { struct79602 const char *name;79603 const struct clk_ops *ops;79604 const char * const *parent_names;79605 const struct clk_parent_data *parent_data;79606 const struct clk_hw **parent_hws;79607 u8 num_parents;79608 long unsigned int flags;