Home
last modified time | relevance | path

Searched refs:hw_configs (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/hid/
Dhid-u2fzero.c40 static const struct hw_revision_config hw_configs[] = { variable
178 .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()
/Linux-v6.6/sound/soc/sof/
Dtopology.c1889 slink->hw_configs = kmemdup(cfg->hw_config, in sof_link_load()
1890 sizeof(*slink->hw_configs) * slink->num_hw_configs, in sof_link_load()
1892 if (!slink->hw_configs) { in sof_link_load()
1908 kfree(slink->hw_configs); in sof_link_load()
1970 kfree(slink->hw_configs); in sof_link_load()
2028 kfree(slink->hw_configs); in sof_link_load()
2043 kfree(slink->hw_configs); in sof_link_unload()
Dipc3-topology.c1041 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_sai_load()
1092 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_esai_load()
1142 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_dmic_load()
1174 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_bt_load()
1204 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_sp_load()
1238 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_hs_load()
1301 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_ssp_load()
1538 config[i].format = le32_to_cpu(slink->hw_configs[i].fmt); in sof_ipc3_widget_setup_comp_dai()
Dsof-audio.h392 struct snd_soc_tplg_hw_config *hw_configs; member
Dipc4-pcm.c449 struct snd_soc_tplg_hw_config *hw_config = &slink->hw_configs[i]; in ipc4_ssp_dai_config_pcm_params_match()
Dipc4-topology.c1290 hw_config = &slink->hw_configs[i]; in snd_sof_get_hw_config_params()
2834 hw_config = &slink->hw_configs[i]; in sof_ipc4_dai_get_clk()
/Linux-v6.6/drivers/net/ethernet/realtek/
Dr8169_main.c3658 static const rtl_generic_fct hw_configs[] = { in rtl_hw_config() local
3700 if (hw_configs[tp->mac_version]) in rtl_hw_config()
3701 hw_configs[tp->mac_version](tp); in rtl_hw_config()