Home
last modified time | relevance | path

Searched refs:nrates (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/clk/rockchip/
H A Dclk-cpu.c304 int nrates, void __iomem *reg_base, spinlock_t *lock) in rockchip_clk_register_cpuclk() argument
326 init.flags = (nrates > 0) ? CLK_SET_RATE_PARENT : 0; in rockchip_clk_register_cpuclk()
370 if (nrates > 0) { in rockchip_clk_register_cpuclk()
371 cpuclk->rate_count = nrates; in rockchip_clk_register_cpuclk()
372 cpuclk->rate_table = kmemdup_array(rates, nrates, sizeof(*rates), in rockchip_clk_register_cpuclk()
472 int nrates) in rockchip_clk_register_cpuclk_multi_pll() argument
540 if (nrates > 0) { in rockchip_clk_register_cpuclk_multi_pll()
541 cpuclk->rate_count = nrates; in rockchip_clk_register_cpuclk_multi_pll()
543 sizeof(*rates) * nrates, in rockchip_clk_register_cpuclk_multi_pll()
H A Dclk.c708 int nrates) in rockchip_clk_register_armclk() argument
713 reg_data, rates, nrates, in rockchip_clk_register_armclk()
728 int nrates) in rockchip_clk_register_armclk_multi_pll() argument
738 list->flags, &ctx->lock, rates, nrates); in rockchip_clk_register_armclk_multi_pll()
/linux/drivers/media/usb/gspca/
H A Dgspca.h46 int nrates; member
H A Dtopro.c171 .nrates = ARRAY_SIZE(rates)
175 .nrates = ARRAY_SIZE(rates)
182 .nrates = ARRAY_SIZE(rates_6810)
186 .nrates = ARRAY_SIZE(rates_6810)
/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c2055 sc->supp_rates[band].nrates = num_rates; in ath6kl_wmi_beginscan_cmd()