Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/sound/soc/sof/
H A Dtopology.c1891 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()
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()
2047 kfree(slink->hw_configs); in sof_link_unload()
H A Dipc3-topology.c1046 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_sai_load()
1097 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_esai_load()
1147 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_dmic_load()
1179 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_bt_load()
1209 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_sp_load()
1243 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_acp_hs_load()
1306 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_ssp_load()
1555 config[i].format = le32_to_cpu(slink->hw_configs[i].fmt); in sof_ipc3_widget_setup_comp_dai()
H A Dsof-audio.h394 struct snd_soc_tplg_hw_config *hw_configs; member
H A Dipc4-pcm.c460 struct snd_soc_tplg_hw_config *hw_config = &slink->hw_configs[i]; in ipc4_ssp_dai_config_pcm_params_match()
H A Dipc4-topology.c1315 hw_config = &slink->hw_configs[i]; in snd_sof_get_hw_config_params()
2901 hw_config = &slink->hw_configs[i]; in sof_ipc4_dai_get_clk()
/openbmc/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c3729 static const rtl_generic_fct hw_configs[] = { in rtl_hw_config() local
3771 if (hw_configs[tp->mac_version]) in rtl_hw_config()
3772 hw_configs[tp->mac_version](tp); in rtl_hw_config()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch6749 + .hw_configs = v4l2_m2m_hw_configs, \