Searched refs:hw_configs (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/hid/ |
| H A D | hid-u2fzero.c | 40 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() 362 hid_info(hdev, "%s RNG initialised\n", hw_configs[dev->hw_revision].name); in u2fzero_probe()
|
| /linux/sound/soc/sof/ |
| H A D | ipc3-topology.c | 1082 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_sai_load() 1133 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_esai_load() 1183 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_micfil_load() 1214 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_dmic_load() 1246 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_bt_load() 1279 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_sp_load() 1313 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_hs_load() 1374 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_afe_load() 1433 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_ssp_load() 1682 config[i].format = le32_to_cpu(slink->hw_configs[ in sof_ipc3_widget_setup_comp_dai() [all...] |
| H A D | sof-audio.h | 404 * @hw_configs: Pointer to hw configs in topology 418 struct snd_soc_tplg_hw_config hw_configs[] __counted_by(num_hw_configs); 409 struct snd_soc_tplg_hw_config *hw_configs; global() member
|
| H A D | topology.c | 1934 slink = kzalloc_flex(*slink, hw_configs, le32_to_cpu(cfg->num_hw_configs)); in sof_link_load() 1939 memcpy(slink->hw_configs, cfg->hw_config, le32_to_cpu(cfg->num_hw_configs) * sizeof(*slink->hw_configs)); in sof_link_load() 1944 dev_dbg(scomp->dev, "tplg: %d hw_configs found, default id: %d for dai link %s!\n", in sof_link_load()
|
| H A D | ipc4-pcm.c | 663 struct snd_soc_tplg_hw_config *hw_config = &slink->hw_configs[i]; in ipc4_ssp_dai_config_pcm_params_match()
|
| H A D | ipc4-topology.c | 1817 hw_config = &slink->hw_configs[i]; in snd_sof_get_hw_config_params() 4152 hw_config = &slink->hw_configs[i]; in sof_ipc4_dai_get_param()
|