Searched refs:hw_configs (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/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() 364 hid_info(hdev, "%s RNG initialised\n", hw_configs[dev->hw_revision].name); in u2fzero_probe()
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | topology.c | 1891 slink->hw_configs = kmemdup(cfg->hw_config, in sof_link_load() 1892 sizeof(*slink->hw_configs) * slink->num_hw_configs, in sof_link_load() 1894 if (!slink->hw_configs) { in sof_link_load() 1902 dev_dbg(scomp->dev, "tplg: %d hw_configs found, default id: %d for dai link %s!\n", in sof_link_load() 1910 kfree(slink->hw_configs); in sof_link_load() 1972 kfree(slink->hw_configs); in sof_link_load() 2030 kfree(slink->hw_configs); in sof_link_load() 2045 kfree(slink->hw_configs); in sof_link_unload()
|
H A D | ipc3-topology.c | 1043 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_sai_load() 1094 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_esai_load() 1144 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_dmic_load() 1176 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_bt_load() 1206 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_sp_load() 1240 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_hs_load() 1303 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_ssp_load() 1540 config[i].format = le32_to_cpu(slink->hw_configs[i].fmt); in sof_ipc3_widget_setup_comp_dai()
|
H A D | sof-audio.h | 382 * @hw_configs: Pointer to hw configs in topology 392 struct snd_soc_tplg_hw_config *hw_configs; member
|
H A D | ipc4-pcm.c | 460 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 | 1301 hw_config = &slink->hw_configs[i]; in snd_sof_get_hw_config_params() 2844 hw_config = &slink->hw_configs[i]; in sof_ipc4_dai_get_clk()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
H A D | r8169_main.c | 3721 static const rtl_generic_fct hw_configs[] = { in rtl_hw_config() local 3772 if (hw_configs[tp->mac_version]) in rtl_hw_config() 3773 hw_configs[tp->mac_version](tp); in rtl_hw_config()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/ |
H A D | r8169_main.c | 3679 static const rtl_generic_fct hw_configs[] = { in rtl_hw_config() local 3721 if (hw_configs[tp->mac_version]) in rtl_hw_config() 3722 hw_configs[tp->mac_version](tp); in rtl_hw_config()
|
Completed in 28 milliseconds