Home
last modified time | relevance | path

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

/linux-6.15/drivers/hid/
H A 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-6.15/sound/soc/sof/
H A Dipc3-topology.c1069 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_sai_load()
1120 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_esai_load()
1170 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_micfil_load()
1201 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_dmic_load()
1233 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_bt_load()
1266 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_sp_load()
1300 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_hs_load()
1391 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_ssp_load()
1640 config[i].format = le32_to_cpu(slink->hw_configs[i].fmt); in sof_ipc3_widget_setup_comp_dai()
H A Dtopology.c1906 slink->hw_configs = kmemdup_array(cfg->hw_config, in sof_link_load()
1907 slink->num_hw_configs, sizeof(*slink->hw_configs), in sof_link_load()
1909 if (!slink->hw_configs) { in sof_link_load()
1925 kfree(slink->hw_configs); in sof_link_load()
1996 kfree(slink->hw_configs); in sof_link_load()
2054 kfree(slink->hw_configs); in sof_link_load()
2071 kfree(slink->hw_configs); in sof_link_unload()
H A Dsof-audio.h409 struct snd_soc_tplg_hw_config *hw_configs; member
H A Dipc4-pcm.c579 struct snd_soc_tplg_hw_config *hw_config = &slink->hw_configs[i]; in ipc4_ssp_dai_config_pcm_params_match()
H A Dipc4-topology.c1516 hw_config = &slink->hw_configs[i]; in snd_sof_get_hw_config_params()
3393 hw_config = &slink->hw_configs[i]; in sof_ipc4_dai_get_param()
/linux-6.15/drivers/net/ethernet/realtek/
H A Dr8169_main.c3860 static const rtl_generic_fct hw_configs[] = { in rtl_hw_config() local
3906 if (hw_configs[tp->mac_version]) in rtl_hw_config()
3907 hw_configs[tp->mac_version](tp); in rtl_hw_config()