Home
last modified time | relevance | path

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

12

/Linux-v6.6/sound/soc/sof/
Dipc3-topology.c1004 static void sof_dai_set_format(struct snd_soc_tplg_hw_config *hw_config, in sof_dai_set_format() argument
1009 if (hw_config->bclk_provider == SND_SOC_TPLG_BCLK_CP) { in sof_dai_set_format()
1011 if (hw_config->fsync_provider == SND_SOC_TPLG_FSYNC_CP) in sof_dai_set_format()
1017 if (hw_config->fsync_provider == SND_SOC_TPLG_FSYNC_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()
1041 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_sai_load() local
1047 sof_dai_set_format(hw_config, config); in sof_link_sai_load()
1059 config->sai.mclk_rate = le32_to_cpu(hw_config->mclk_rate); in sof_link_sai_load()
[all …]
Dipc4-pcm.c449 struct snd_soc_tplg_hw_config *hw_config = &slink->hw_configs[i]; in ipc4_ssp_dai_config_pcm_params_match() local
451 if (params_rate(params) == le32_to_cpu(hw_config->fsync_rate)) { in ipc4_ssp_dai_config_pcm_params_match()
455 dai->current_config = le32_to_cpu(hw_config->id); in ipc4_ssp_dai_config_pcm_params_match()
Dipc4-topology.c1270 struct snd_soc_tplg_hw_config *hw_config; in snd_sof_get_hw_config_params() local
1290 hw_config = &slink->hw_configs[i]; in snd_sof_get_hw_config_params()
1291 if (dai->current_config == le32_to_cpu(hw_config->id)) { in snd_sof_get_hw_config_params()
1303 *bit_depth = le32_to_cpu(hw_config->tdm_slot_width); in snd_sof_get_hw_config_params()
1304 *channel_count = le32_to_cpu(hw_config->tdm_slots); in snd_sof_get_hw_config_params()
1305 *sample_rate = le32_to_cpu(hw_config->fsync_rate); in snd_sof_get_hw_config_params()
2812 struct snd_soc_tplg_hw_config *hw_config; in sof_ipc4_dai_get_clk() local
2834 hw_config = &slink->hw_configs[i]; in sof_ipc4_dai_get_clk()
2835 if (dai->current_config == le32_to_cpu(hw_config->id)) { in sof_ipc4_dai_get_clk()
2850 return le32_to_cpu(hw_config->mclk_rate); in sof_ipc4_dai_get_clk()
[all …]
Dtopology.c1889 slink->hw_configs = kmemdup(cfg->hw_config, in sof_link_load()
/Linux-v6.6/drivers/nfc/pn544/
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-v6.6/arch/x86/events/intel/
Duncore_snbep.c1037 .hw_config = snbep_cbox_hw_config,
1147 .hw_config = snbep_pcu_hw_config,
1232 .hw_config = snbep_qpi_hw_config,
1789 .hw_config = ivbep_cbox_hw_config,
1812 .hw_config = snbep_pcu_hw_config,
1925 .hw_config = snbep_qpi_hw_config,
2210 .hw_config = knl_cha_hw_config,
2608 .hw_config = hswep_ubox_hw_config,
2773 .hw_config = hswep_cbox_hw_config,
2863 .hw_config = hswep_pcu_hw_config,
[all …]
Dp6.c208 .hw_config = x86_pmu_hw_config,
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,
Dknc.c297 .hw_config = x86_pmu_hw_config,
Duncore_snb.c1026 .hw_config = snb_uncore_imc_hw_config,
1530 .hw_config = uncore_freerunning_hw_config,
1679 .hw_config = uncore_freerunning_hw_config,
Duncore.h115 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); member
Dcore.c4912 .hw_config = core_pmu_hw_config,
4965 .hw_config = intel_pmu_hw_config,
6388 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
6430 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
6492 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
6543 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
6588 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
6644 x86_pmu.hw_config = adl_hw_config; in intel_pmu_init()
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()
Dp4.c1361 .hw_config = p4_hw_config,
/Linux-v6.6/sound/soc/
Dsoc-topology.c1912 struct snd_soc_tplg_hw_config *hw_config; in set_link_hw_format() local
1918 hw_config = &cfg->hw_config[i]; in set_link_hw_format()
1919 if (hw_config->id != cfg->default_hw_config_id) in set_link_hw_format()
1922 link->dai_fmt = le32_to_cpu(hw_config->fmt) & in set_link_hw_format()
1926 switch (hw_config->clock_gated) { in set_link_hw_format()
1941 invert_bclk = hw_config->invert_bclk; in set_link_hw_format()
1942 invert_fsync = hw_config->invert_fsync; in set_link_hw_format()
1953 bclk_provider = (hw_config->bclk_provider == in set_link_hw_format()
1955 fsync_provider = (hw_config->fsync_provider == in set_link_hw_format()
/Linux-v6.6/drivers/misc/mei/
Dmei_dev.h354 int (*hw_config)(struct mei_device *dev); member
721 return dev->ops->hw_config(dev); in mei_hw_config()
Dhw-txe.c1164 .hw_config = mei_txe_hw_config,
Dhw-me.c1446 .hw_config = mei_me_hw_config,
/Linux-v6.6/include/uapi/linux/
Dhdreg.h569 unsigned short hw_config; /* hardware config (word 93) member
/Linux-v6.6/include/uapi/sound/
Dasoc.h548 struct snd_soc_tplg_hw_config hw_config[SND_SOC_TPLG_HW_CONFIG_MAX]; /* hw configs */ member
/Linux-v6.6/arch/x86/events/amd/
Dcore.c333 DEFINE_STATIC_CALL_RET0(amd_pmu_branch_hw_config, *x86_pmu.hw_config);
1250 .hw_config = amd_pmu_hw_config,
/Linux-v6.6/arch/x86/events/zhaoxin/
Dcore.c466 .hw_config = x86_pmu_hw_config,
/Linux-v6.6/drivers/net/wireless/intersil/hostap/
Dhostap_wlan.h595 int (*hw_config)(struct net_device *dev, int initial); member
/Linux-v6.6/arch/x86/events/
Dperf_event.h756 int (*hw_config)(struct perf_event *event); member
/Linux-v6.6/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h973 u32 hw_config; member

12