D | clk-provider.h | 291 const struct clk_hw **parent_hws; member 840 const struct clk_hw **parent_hws, 867 #define clk_hw_register_mux_hws(dev, name, parent_hws, num_parents, flags, \ argument 870 (parent_hws), NULL, (flags), (reg), (shift), \ 1188 .parent_hws = (const struct clk_hw*[]) { _parent }, \ 1202 .parent_hws = _parent, \ 1231 .parent_hws = _parents, \
|