Home
last modified time | relevance | path

Searched defs:parent_hws (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/clk/at91/
H A Dsckc.c321 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 Dclk-master.c476 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 Dclk-programmable.c218 struct clk_hw **parent_hws, u8 num_parents, u8 id, in at91_clk_register_programmable()
H A Dclk-generated.c322 struct clk_hw **parent_hws, in at91_clk_register_generated()
H A Dsama7g5.c983 struct clk_hw *parent_hws[10]; in sama7g5_pmc_setup() local
H A Dclk-main.c555 struct clk_hw **parent_hws, in at91_clk_register_sam9x5_main()
/linux/drivers/clk/
H A Dclk-mux.c152 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 Dclk.c4238 const struct clk_hw **parent_hws = init->parent_hws; in clk_core_populate_parent_map() local
/linux/include/linux/
H A Dclk-provider.h305 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