Home
last modified time | relevance | path

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

/Linux-v5.4/include/sound/
Dda7219.h35 DA7219_DAI_NUM_CLKS, enumerator
41 const char *dai_clk_names[DA7219_DAI_NUM_CLKS];
/Linux-v5.4/sound/soc/codecs/
Dda7219.h819 struct clk_hw dai_clks_hw[DA7219_DAI_NUM_CLKS];
821 struct clk_lookup *dai_clks_lookup[DA7219_DAI_NUM_CLKS];
822 struct clk *dai_clks[DA7219_DAI_NUM_CLKS];
Dda7219.c1771 DA7219_DAI_NUM_CLKS) < 0) in da7219_fw_to_pdata()
2103 static const struct clk_ops da7219_dai_clk_ops[DA7219_DAI_NUM_CLKS] = {
2127 for (i = 0; i < DA7219_DAI_NUM_CLKS; ++i) { in da7219_register_dai_clks()
2369 for (i = DA7219_DAI_NUM_CLKS - 1; i >= 0; --i) { in da7219_remove()