Searched defs:parent_hws (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/clk/at91/ |
H A D | sckc.c | 321 const struct clk_hw **parent_hws, in at91_clk_register_sam9x5_slow() 377 const struct clk_hw *parent_hws[2]; in at91sam9x5_sckc_register() local 475 const struct clk_hw *parent_hws[2]; in of_sam9x60_sckc_setup() local 591 const struct clk_hw *parent_hws[2]; in of_sama5d4_sckc_setup() local
|
H A D | clk-master.c | 476 struct clk_hw **parent_hws, in at91_clk_register_master_internal() 534 struct clk_hw **parent_hws, in at91_clk_register_master_pres() 815 struct clk_hw **parent_hws, in at91_clk_sama7g5_register_master()
|
H A D | clk-programmable.c | 218 struct clk_hw **parent_hws, u8 num_parents, u8 id, in at91_clk_register_programmable()
|
H A D | clk-generated.c | 322 struct clk_hw **parent_hws, in at91_clk_register_generated()
|
H A D | sama7g5.c | 983 struct clk_hw *parent_hws[10]; in sama7g5_pmc_setup() local
|
H A D | clk-main.c | 555 struct clk_hw **parent_hws, in at91_clk_register_sam9x5_main()
|
/linux/drivers/clk/ |
H A 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()
|
H A D | clk.c | 4238 const struct clk_hw **parent_hws = init->parent_hws; in clk_core_populate_parent_map() local
|
/linux/include/linux/ |
H A D | clk-provider.h | 305 const struct clk_hw **parent_hws; member 1047 #define clk_hw_register_mux_hws(dev, name, parent_hws, num_parents, flags, \ argument 1071 #define devm_clk_hw_register_mux_parent_hws(dev, name, parent_hws, \ argument
|