Home
last modified time | relevance | path

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

/Linux-v6.1/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()
357 hid_info(hdev, "%s LED initialised\n", hw_configs[dev->hw_revision].name); in u2fzero_probe()
365 hid_info(hdev, "%s RNG initialised\n", hw_configs[dev->hw_revision].name); in u2fzero_probe()
/Linux-v6.1/sound/soc/sof/
Dtopology.c1671 slink->hw_configs = kmemdup(cfg->hw_config, in sof_link_load()
1672 sizeof(*slink->hw_configs) * slink->num_hw_configs, in sof_link_load()
1674 if (!slink->hw_configs) { in sof_link_load()
1690 kfree(slink->hw_configs); in sof_link_load()
1744 kfree(slink->hw_configs); in sof_link_load()
1802 kfree(slink->hw_configs); in sof_link_load()
1817 kfree(slink->hw_configs); in sof_link_unload()
Dipc4-pcm.c165 struct snd_soc_tplg_hw_config *hw_config = &slink->hw_configs[i]; in ipc4_ssp_dai_config_pcm_params_match()
Dipc3-topology.c1030 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_sai_load()
1081 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_esai_load()
1131 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_dmic_load()
1163 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_bt_load()
1193 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_sp_load()
1223 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_hs_load()
1283 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_ssp_load()
1520 config[i].format = le32_to_cpu(slink->hw_configs[i].fmt); in sof_ipc3_widget_setup_comp_dai()
Dsof-audio.h339 struct snd_soc_tplg_hw_config *hw_configs; member
Dipc4-topology.c1016 hw_config = &slink->hw_configs[i]; in snd_sof_get_hw_config_params()
1795 hw_config = &slink->hw_configs[i]; in sof_ipc4_dai_get_clk()
/Linux-v6.1/drivers/net/ethernet/realtek/
Dr8169_main.c3618 static const rtl_generic_fct hw_configs[] = { in rtl_hw_config() local
3660 if (hw_configs[tp->mac_version]) in rtl_hw_config()
3661 hw_configs[tp->mac_version](tp); in rtl_hw_config()