Searched refs:of_clk_hw_pmc_get (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/clk/at91/ |
H A D | pmc.c | 47 struct clk_hw *of_clk_hw_pmc_get(struct of_phandle_args *clkspec, void *data) in of_clk_hw_pmc_get() function
|
H A D | at91sam9rl.c | 181 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9rl_pmc); in at91sam9rl_pmc_setup()
|
H A D | at91rm9200.c | 204 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91rm9200_pmc); in at91rm9200_pmc_setup()
|
H A D | at91sam9g45.c | 225 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9g45_pmc); in at91sam9g45_pmc_setup()
|
H A D | at91sam9n12.c | 252 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9n12_pmc); in at91sam9n12_pmc_setup()
|
H A D | sama5d3.c | 258 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, sama5d3_pmc); in sama5d3_pmc_setup()
|
H A D | sama5d4.c | 293 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, sama5d4_pmc); in sama5d4_pmc_setup()
|
H A D | at91sam9x5.c | 299 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9x5_pmc); in at91sam9x5_pmc_setup()
|
H A D | pmc.h | 129 struct clk_hw *of_clk_hw_pmc_get(struct of_phandle_args *clkspec, void *data);
|
H A D | sam9x60.c | 363 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, sam9x60_pmc); in sam9x60_pmc_setup()
|
H A D | sama5d2.c | 391 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, sama5d2_pmc); in sama5d2_pmc_setup()
|
H A D | at91sam9260.c | 481 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, at91sam9260_pmc); in at91sam926x_pmc_setup()
|
H A D | sama7g5.c | 1239 of_clk_add_hw_provider(np, of_clk_hw_pmc_get, sama7g5_pmc); in sama7g5_pmc_setup()
|