Searched defs:clk_init_data (Results 1 – 1 of 1) sorted by relevance
101514 struct clk_init_data { struct101515 const char *name;101516 const struct clk_ops *ops;101517 const char * const *parent_names;101518 const struct clk_parent_data *parent_data;101519 const struct clk_hw **parent_hws;101520 u8 num_parents;101521 long unsigned int flags;105697 const unsigned int *clk_init_data; member