Searched refs:onecell (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/clk/imgtec/ |
| H A D | clk-boston.c | 35 struct clk_hw_onecell_data *onecell; in clk_boston_setup() local 61 onecell = kzalloc_flex(*onecell, hws, BOSTON_CLK_COUNT); in clk_boston_setup() 62 if (!onecell) in clk_boston_setup() 65 onecell->num = BOSTON_CLK_COUNT; in clk_boston_setup() 72 onecell->hws[BOSTON_CLK_INPUT] = hw; in clk_boston_setup() 79 onecell->hws[BOSTON_CLK_SYS] = hw; in clk_boston_setup() 86 onecell->hws[BOSTON_CLK_CPU] = hw; in clk_boston_setup() 88 err = of_clk_add_hw_provider(np, of_clk_hw_onecell_get, onecell); in clk_boston_setup() 97 clk_hw_unregister_fixed_rate(onecell->hws[BOSTON_CLK_CPU]); in clk_boston_setup() 99 clk_hw_unregister_fixed_rate(onecell->hws[BOSTON_CLK_SYS]); in clk_boston_setup() [all …]
|
| /linux/drivers/clk/bcm/ |
| H A D | clk-bcm2835-aux.c | 19 struct clk_hw_onecell_data *onecell; in bcm2835_aux_clk_probe() local 33 onecell = devm_kmalloc(dev, in bcm2835_aux_clk_probe() 34 struct_size(onecell, hws, in bcm2835_aux_clk_probe() 37 if (!onecell) in bcm2835_aux_clk_probe() 39 onecell->num = BCM2835_AUX_CLOCK_COUNT; in bcm2835_aux_clk_probe() 42 onecell->hws[BCM2835_AUX_CLOCK_UART] = in bcm2835_aux_clk_probe() 45 onecell->hws[BCM2835_AUX_CLOCK_SPI1] = in bcm2835_aux_clk_probe() 48 onecell->hws[BCM2835_AUX_CLOCK_SPI2] = in bcm2835_aux_clk_probe() 52 onecell); in bcm2835_aux_clk_probe()
|
| H A D | clk-bcm2835.c | 328 struct clk_hw_onecell_data onecell; member 2283 struct_size(cprman, onecell.hws, asize), in bcm2835_clk_probe() 2311 cprman->onecell.num = asize; in bcm2835_clk_probe() 2313 hws = cprman->onecell.hws; in bcm2835_clk_probe() 2328 &cprman->onecell); in bcm2835_clk_probe()
|
| /linux/drivers/interconnect/ |
| H A D | icc-clk.c | 83 struct icc_onecell_data *onecell; in icc_clk_register() local 87 onecell = devm_kzalloc(dev, struct_size(onecell, nodes, 2 * num_clocks), GFP_KERNEL); in icc_clk_register() 88 if (!onecell) in icc_clk_register() 90 onecell->num_nodes = 2 * num_clocks; in icc_clk_register() 105 provider->data = onecell; in icc_clk_register() 129 onecell->nodes[j++] = node; in icc_clk_register() 146 onecell->nodes[j++] = node; in icc_clk_register()
|
| /linux/sound/soc/renesas/rcar/ |
| H A D | adg.c | 44 struct clk_onecell_data onecell; 803 adg->onecell.clks = adg->clkout; in rsnd_adg_probe() 804 adg->onecell.clk_num = clkout_size; in rsnd_adg_probe() 807 &adg->onecell); in rsnd_adg_remove() 38 struct clk_onecell_data onecell; global() member
|