Searched refs:hw_configs (Results 1 – 8 of 8) sorted by relevance
40 static const struct hw_revision_config hw_configs[] = { variable178 .cmd = hw_configs[dev->hw_revision].wink_cmd, in u2fzero_blink()206 .cmd = hw_configs[dev->hw_revision].rng_cmd, in u2fzero_rng_read()356 hid_info(hdev, "%s LED initialised\n", hw_configs[dev->hw_revision].name); in u2fzero_probe()364 hid_info(hdev, "%s RNG initialised\n", hw_configs[dev->hw_revision].name); in u2fzero_probe()
1891 slink->hw_configs = kmemdup(cfg->hw_config, in sof_link_load()1892 sizeof(*slink->hw_configs) * slink->num_hw_configs, in sof_link_load()1894 if (!slink->hw_configs) { in sof_link_load()1910 kfree(slink->hw_configs); in sof_link_load()1972 kfree(slink->hw_configs); in sof_link_load()2030 kfree(slink->hw_configs); in sof_link_load()2047 kfree(slink->hw_configs); in sof_link_unload()
1046 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_sai_load()1097 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_esai_load()1147 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_dmic_load()1179 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_bt_load()1209 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_sp_load()1243 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_hs_load()1306 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_ssp_load()1555 config[i].format = le32_to_cpu(slink->hw_configs[i].fmt); in sof_ipc3_widget_setup_comp_dai()
394 struct snd_soc_tplg_hw_config *hw_configs; member
460 struct snd_soc_tplg_hw_config *hw_config = &slink->hw_configs[i]; in ipc4_ssp_dai_config_pcm_params_match()
1315 hw_config = &slink->hw_configs[i]; in snd_sof_get_hw_config_params()2901 hw_config = &slink->hw_configs[i]; in sof_ipc4_dai_get_clk()
3729 static const rtl_generic_fct hw_configs[] = { in rtl_hw_config() local3771 if (hw_configs[tp->mac_version]) in rtl_hw_config()3772 hw_configs[tp->mac_version](tp); in rtl_hw_config()
6749 + .hw_configs = v4l2_m2m_hw_configs, \