Home
last modified time | relevance | path

Searched refs:hw_config (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.3-rc2/sound/soc/sof/
A Dipc3-topology.c1009 if (hw_config->bclk_provider == SND_SOC_TPLG_BCLK_CP) { in sof_dai_set_format()
1025 if (hw_config->invert_bclk) { in sof_dai_set_format()
1026 if (hw_config->invert_fsync) in sof_dai_set_format()
1031 if (hw_config->invert_fsync) in sof_dai_set_format()
1047 sof_dai_set_format(hw_config, config); in sof_link_sai_load()
1098 sof_dai_set_format(hw_config, config); in sof_link_esai_load()
1148 sof_dai_set_format(hw_config, config); in sof_link_acp_dmic_load()
1179 sof_dai_set_format(hw_config, config); in sof_link_acp_bt_load()
1210 sof_dai_set_format(hw_config, config); in sof_link_acp_sp_load()
1244 sof_dai_set_format(hw_config, config); in sof_link_acp_hs_load()
[all …]
A Dipc4-topology.c1006 struct snd_soc_tplg_hw_config *hw_config; in snd_sof_get_hw_config_params() local
1026 hw_config = &slink->hw_configs[i]; in snd_sof_get_hw_config_params()
1027 if (dai->current_config == le32_to_cpu(hw_config->id)) { in snd_sof_get_hw_config_params()
1039 *bit_depth = le32_to_cpu(hw_config->tdm_slot_width); in snd_sof_get_hw_config_params()
1040 *channel_count = le32_to_cpu(hw_config->tdm_slots); in snd_sof_get_hw_config_params()
1041 *sample_rate = le32_to_cpu(hw_config->fsync_rate); in snd_sof_get_hw_config_params()
2023 struct snd_soc_tplg_hw_config *hw_config; in sof_ipc4_dai_get_clk() local
2045 hw_config = &slink->hw_configs[i]; in sof_ipc4_dai_get_clk()
2046 if (dai->current_config == le32_to_cpu(hw_config->id)) { in sof_ipc4_dai_get_clk()
2061 return le32_to_cpu(hw_config->mclk_rate); in sof_ipc4_dai_get_clk()
[all …]
A Dipc4-pcm.c353 struct snd_soc_tplg_hw_config *hw_config = &slink->hw_configs[i]; in ipc4_ssp_dai_config_pcm_params_match() local
355 if (params_rate(params) == le32_to_cpu(hw_config->fsync_rate)) { in ipc4_ssp_dai_config_pcm_params_match()
359 dai->current_config = le32_to_cpu(hw_config->id); in ipc4_ssp_dai_config_pcm_params_match()
A Dtopology.c1852 slink->hw_configs = kmemdup(cfg->hw_config, in sof_link_load()
/linux-6.3-rc2/drivers/nfc/pn544/
A Dpn544.c168 static struct hw_config { in pn544_hci_ready() struct
171 } hw_config[] = { in pn544_hci_ready() local
239 struct hw_config *p = hw_config; in pn544_hci_ready()
240 int count = ARRAY_SIZE(hw_config); in pn544_hci_ready()
/linux-6.3-rc2/arch/x86/events/intel/
A Duncore_snbep.c1037 .hw_config = snbep_cbox_hw_config,
1147 .hw_config = snbep_pcu_hw_config,
1232 .hw_config = snbep_qpi_hw_config,
1812 .hw_config = snbep_pcu_hw_config,
1925 .hw_config = snbep_qpi_hw_config,
2210 .hw_config = knl_cha_hw_config,
3648 .hw_config = skx_cha_hw_config,
4659 .hw_config = snr_cha_hw_config,
4847 .hw_config = snr_pcu_hw_config,
5311 .hw_config = icx_cha_hw_config,
[all …]
A Dp6.c208 .hw_config = x86_pmu_hw_config,
A Duncore_nhmex.c419 .hw_config = nhmex_bbox_hw_config,
496 .hw_config = nhmex_sbox_hw_config,
922 .hw_config = nhmex_mbox_hw_config,
1185 .hw_config = nhmex_rbox_hw_config,
A Dknc.c297 .hw_config = x86_pmu_hw_config,
A Duncore_snb.c1026 .hw_config = snb_uncore_imc_hw_config,
1530 .hw_config = uncore_freerunning_hw_config,
1679 .hw_config = uncore_freerunning_hw_config,
A Duncore.h115 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); member
A Dcore.c4875 .hw_config = core_pmu_hw_config,
4928 .hw_config = intel_pmu_hw_config,
6312 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
6354 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
6416 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
6467 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
6507 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
6563 x86_pmu.hw_config = adl_hw_config; in intel_pmu_init()
A Duncore.c798 if (pmu->type->ops->hw_config) { in uncore_pmu_event_init()
799 ret = pmu->type->ops->hw_config(box, event); in uncore_pmu_event_init()
A Dp4.c1361 .hw_config = p4_hw_config,
/linux-6.3-rc2/sound/soc/
A Dsoc-topology.c1922 struct snd_soc_tplg_hw_config *hw_config; in set_link_hw_format() local
1928 hw_config = &cfg->hw_config[i]; in set_link_hw_format()
1929 if (hw_config->id != cfg->default_hw_config_id) in set_link_hw_format()
1932 link->dai_fmt = le32_to_cpu(hw_config->fmt) & in set_link_hw_format()
1936 switch (hw_config->clock_gated) { in set_link_hw_format()
1951 invert_bclk = hw_config->invert_bclk; in set_link_hw_format()
1952 invert_fsync = hw_config->invert_fsync; in set_link_hw_format()
1963 bclk_provider = (hw_config->bclk_provider == in set_link_hw_format()
1965 fsync_provider = (hw_config->fsync_provider == in set_link_hw_format()
/linux-6.3-rc2/drivers/misc/mei/
A Dmei_dev.h354 int (*hw_config)(struct mei_device *dev); member
719 return dev->ops->hw_config(dev); in mei_hw_config()
A Dhw-txe.c1164 .hw_config = mei_txe_hw_config,
A Dhw-me.c1446 .hw_config = mei_me_hw_config,
/linux-6.3-rc2/include/uapi/linux/
A Dhdreg.h569 unsigned short hw_config; /* hardware config (word 93) member
/linux-6.3-rc2/include/uapi/sound/
A Dasoc.h548 struct snd_soc_tplg_hw_config hw_config[SND_SOC_TPLG_HW_CONFIG_MAX]; /* hw configs */ member
/linux-6.3-rc2/arch/x86/events/amd/
A Dcore.c333 DEFINE_STATIC_CALL_RET0(amd_pmu_branch_hw_config, *x86_pmu.hw_config);
1241 .hw_config = amd_pmu_hw_config,
/linux-6.3-rc2/arch/x86/events/zhaoxin/
A Dcore.c466 .hw_config = x86_pmu_hw_config,
/linux-6.3-rc2/drivers/net/wireless/intersil/hostap/
A Dhostap_wlan.h595 int (*hw_config)(struct net_device *dev, int initial); member
/linux-6.3-rc2/arch/x86/events/
A Dperf_event.h756 int (*hw_config)(struct perf_event *event); member
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x.h973 u32 hw_config; member

Completed in 99 milliseconds

12