Home
last modified time | relevance | path

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

/linux/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/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.c1896 slink->hw_configs = kmemdup_array(cfg->hw_config, in sof_link_load()
1897 slink->num_hw_configs, sizeof(*slink->hw_configs), in sof_link_load()
1899 if (!slink->hw_configs) { in sof_link_load()
1907 dev_dbg(scomp->dev, "tplg: %d hw_configs found, default id: %d for dai link %s!\n", in sof_link_load()
1915 kfree(slink->hw_configs); in sof_link_load()
1986 kfree(slink->hw_configs); in sof_link_load()
2044 kfree(slink->hw_configs); in sof_link_load()
2061 kfree(slink->hw_configs); in sof_link_unload()
H A Dsof-audio.h399 * @hw_configs: Pointer to hw configs in topology
409 struct snd_soc_tplg_hw_config *hw_configs;
408 struct snd_soc_tplg_hw_config *hw_configs; global() member
H A Dipc4-topology.c1515 hw_config = &slink->hw_configs[i]; in snd_sof_get_hw_config_params()
3376 hw_config = &slink->hw_configs[i]; in sof_ipc4_dai_get_param()
/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c3831 static const rtl_generic_fct hw_configs[] = { in rtl_hw_config() local
3877 if (hw_configs[tp->mac_version]) in rtl_hw_config()
3878 hw_configs[tp->mac_version](tp); in rtl_hw_config()