Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dda7219.h35 DA7219_DAI_NUM_CLKS, enumerator
41 const char *dai_clk_names[DA7219_DAI_NUM_CLKS];
/openbmc/linux/sound/soc/codecs/
H A Dda7219.h819 struct clk_hw dai_clks_hw[DA7219_DAI_NUM_CLKS];
822 struct clk_lookup *dai_clks_lookup[DA7219_DAI_NUM_CLKS];
823 struct clk *dai_clks[DA7219_DAI_NUM_CLKS];
H A Dda7219.c1780 DA7219_DAI_NUM_CLKS) < 0) in da7219_fw_to_pdata()
2110 static const struct clk_ops da7219_dai_clk_ops[DA7219_DAI_NUM_CLKS] = {
2138 clk_data = kzalloc(struct_size(clk_data, hws, DA7219_DAI_NUM_CLKS), in da7219_register_dai_clks()
2143 clk_data->num = DA7219_DAI_NUM_CLKS; in da7219_register_dai_clks()
2147 for (i = 0; i < DA7219_DAI_NUM_CLKS; ++i) { in da7219_register_dai_clks()
2243 for (i = DA7219_DAI_NUM_CLKS - 1; i >= 0; --i) { in da7219_free_dai_clks()