Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hid/
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.3-rc2/sound/soc/sof/
A Dtopology.c1852 slink->hw_configs = kmemdup(cfg->hw_config, in sof_link_load()
1853 sizeof(*slink->hw_configs) * slink->num_hw_configs, in sof_link_load()
1855 if (!slink->hw_configs) { in sof_link_load()
1871 kfree(slink->hw_configs); in sof_link_load()
1933 kfree(slink->hw_configs); in sof_link_load()
1991 kfree(slink->hw_configs); in sof_link_load()
2006 kfree(slink->hw_configs); in sof_link_unload()
A 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()
A Dsof-audio.h380 struct snd_soc_tplg_hw_config *hw_configs; member
A Dipc4-pcm.c353 struct snd_soc_tplg_hw_config *hw_config = &slink->hw_configs[i]; in ipc4_ssp_dai_config_pcm_params_match()
A Dipc4-topology.c1026 hw_config = &slink->hw_configs[i]; in snd_sof_get_hw_config_params()
2045 hw_config = &slink->hw_configs[i]; in sof_ipc4_dai_get_clk()
/linux-6.3-rc2/drivers/net/ethernet/realtek/
A Dr8169_main.c3619 static const rtl_generic_fct hw_configs[] = { in rtl_hw_config() local
3661 if (hw_configs[tp->mac_version]) in rtl_hw_config()
3662 hw_configs[tp->mac_version](tp); in rtl_hw_config()

Completed in 30 milliseconds