Home
last modified time | relevance | path

Searched refs:clk_fixed (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/clk/ralink/
H A Dclk-mtmips.c101 struct mtmips_clk_fixed *clk_fixed; member
297 sclk = &priv->data->clk_fixed[i]; in mtmips_register_fixed_clocks()
314 sclk = &priv->data->clk_fixed[i]; in mtmips_register_fixed_clocks()
774 .clk_fixed = NULL,
785 .clk_fixed = NULL,
796 .clk_fixed = rt3352_fixed_clocks,
807 .clk_fixed = rt3883_fixed_clocks,
818 .clk_fixed = rt3352_fixed_clocks,
829 .clk_fixed = mt7620_fixed_clocks,
840 .clk_fixed = mt76x8_fixed_clocks,
[all …]
/linux-6.15/sound/soc/generic/
H A Dsimple-card-utils.c275 simple_dai->clk_fixed = of_property_read_bool( in simple_util_parse_clk()
283 simple_dai->clk_fixed = true; in simple_util_parse_clk()
301 if (dai->clk_fixed) { in simple_check_fixed_sysclk()
386 if (props->mclk_fs && !dai->clk_fixed && !snd_soc_dai_active(cpu_dai)) in simple_util_shutdown()
394 if (props->mclk_fs && !dai->clk_fixed && !snd_soc_dai_active(codec_dai)) in simple_util_shutdown()
412 if (simple_dai->clk_fixed && rate != simple_dai->sysclk) { in simple_set_clk_rate()
/linux-6.15/include/sound/
H A Dsimple_card_utils.h34 bool clk_fixed; member