Searched refs:lookup (Results 1 – 9 of 9) sorted by relevance
| /sound/soc/mediatek/mt8186/ |
| A D | mt8186-audsys-clk.c | 99 cl = afe_priv->lookup[i]; in mt8186_audsys_clk_unregister() 117 afe_priv->lookup = devm_kcalloc(afe->dev, CLK_AUD_NR_CLK, in mt8186_audsys_clk_register() 118 sizeof(*afe_priv->lookup), in mt8186_audsys_clk_register() 121 if (!afe_priv->lookup) in mt8186_audsys_clk_register() 147 afe_priv->lookup[i] = cl; in mt8186_audsys_clk_register()
|
| A D | mt8186-afe-common.h | 143 struct clk_lookup **lookup; member
|
| /sound/soc/mediatek/mt8188/ |
| A D | mt8188-audsys-clk.c | 157 cl = afe_priv->lookup[i]; in mt8188_audsys_clk_unregister() 175 afe_priv->lookup = devm_kcalloc(afe->dev, CLK_AUD_NR_CLK, in mt8188_audsys_clk_register() 176 sizeof(*afe_priv->lookup), in mt8188_audsys_clk_register() 179 if (!afe_priv->lookup) in mt8188_audsys_clk_register() 206 afe_priv->lookup[i] = cl; in mt8188_audsys_clk_register()
|
| A D | mt8188-afe-common.h | 126 struct clk_lookup **lookup; member
|
| /sound/soc/mediatek/mt8195/ |
| A D | mt8195-audsys-clk.c | 163 cl = afe_priv->lookup[i]; in mt8195_audsys_clk_unregister() 181 afe_priv->lookup = devm_kcalloc(afe->dev, CLK_AUD_NR_CLK, in mt8195_audsys_clk_register() 182 sizeof(*afe_priv->lookup), in mt8195_audsys_clk_register() 185 if (!afe_priv->lookup) in mt8195_audsys_clk_register() 211 afe_priv->lookup[i] = cl; in mt8195_audsys_clk_register()
|
| A D | mt8195-afe-common.h | 127 struct clk_lookup **lookup; member
|
| /sound/soc/codecs/ |
| A D | peb2466.c | 34 const struct peb2466_lookup *lookup; member 1190 struct peb2466_lookup *lookup; in peb2466_fw_parse_axtable() local 1250 lookup->table = table; in peb2466_fw_parse_axtable() 1251 lookup->count = table_size / 4; in peb2466_fw_parse_axtable() 1259 lookup->table[init_index], 4); in peb2466_fw_parse_axtable() 1269 lkup_ctrl->lookup = lookup; in peb2466_fw_parse_axtable() 1294 struct peb2466_lookup *lookup; in peb2466_fw_parse_artable() local 1354 lookup->table = table; in peb2466_fw_parse_artable() 1355 lookup->count = table_size / 4; in peb2466_fw_parse_artable() 1363 lookup->table[init_index], 4); in peb2466_fw_parse_artable() [all …]
|
| /sound/core/ |
| A D | Kconfig | 182 bool "Fast lookup of control elements" if EXPERT 186 This option enables the faster lookup of control elements.
|
| /sound/hda/codecs/ |
| A D | ca0132.c | 4237 const unsigned int *lookup, int idx) in tuning_ctl_set() argument 4250 &(lookup[idx]), sizeof(unsigned int)); in tuning_ctl_set() 5632 const unsigned int *lookup, int idx) in ca0132_alt_slider_ctl_set() argument 5653 &(lookup[idx - 1]), sizeof(unsigned int)); in ca0132_alt_slider_ctl_set() 5662 &(lookup[idx]), sizeof(unsigned int)); in ca0132_alt_slider_ctl_set()
|
Completed in 44 milliseconds