Searched defs:parent_hws (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/drivers/clk/ |
| D | clk-mux.c | 152 const struct clk_hw **parent_hws, in __clk_hw_register_mux() 218 const struct clk_hw **parent_hws, in __devm_clk_hw_register_mux()
|
| D | clk.c | 3990 const struct clk_hw **parent_hws = init->parent_hws; in clk_core_populate_parent_map() local
|
| /Linux-v6.1/include/linux/ |
| D | clk-provider.h | 303 const struct clk_hw **parent_hws; member 1012 #define clk_hw_register_mux_hws(dev, name, parent_hws, num_parents, flags, \ argument 1036 #define devm_clk_hw_register_mux_parent_hws(dev, name, parent_hws, \ argument
|