Home
last modified time | relevance | path

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

12

/Linux-v6.1/sound/soc/sof/
Dipc3-topology.c993 static void sof_dai_set_format(struct snd_soc_tplg_hw_config *hw_config, in sof_dai_set_format() argument
998 if (hw_config->bclk_provider == SND_SOC_TPLG_BCLK_CP) { in sof_dai_set_format()
1000 if (hw_config->fsync_provider == SND_SOC_TPLG_FSYNC_CP) in sof_dai_set_format()
1006 if (hw_config->fsync_provider == SND_SOC_TPLG_FSYNC_CP) in sof_dai_set_format()
1014 if (hw_config->invert_bclk) { in sof_dai_set_format()
1015 if (hw_config->invert_fsync) in sof_dai_set_format()
1020 if (hw_config->invert_fsync) in sof_dai_set_format()
1030 struct snd_soc_tplg_hw_config *hw_config = slink->hw_configs; in sof_link_sai_load() local
1036 sof_dai_set_format(hw_config, config); in sof_link_sai_load()
1048 config->sai.mclk_rate = le32_to_cpu(hw_config->mclk_rate); in sof_link_sai_load()
[all …]
Dipc4-pcm.c165 struct snd_soc_tplg_hw_config *hw_config = &slink->hw_configs[i]; in ipc4_ssp_dai_config_pcm_params_match() local
167 if (params_rate(params) == le32_to_cpu(hw_config->fsync_rate)) { in ipc4_ssp_dai_config_pcm_params_match()
171 dai->current_config = le32_to_cpu(hw_config->id); in ipc4_ssp_dai_config_pcm_params_match()
Dipc4-topology.c996 struct snd_soc_tplg_hw_config *hw_config; in snd_sof_get_hw_config_params() local
1016 hw_config = &slink->hw_configs[i]; in snd_sof_get_hw_config_params()
1017 if (dai->current_config == le32_to_cpu(hw_config->id)) { in snd_sof_get_hw_config_params()
1029 *bit_depth = le32_to_cpu(hw_config->tdm_slot_width); in snd_sof_get_hw_config_params()
1030 *channel_count = le32_to_cpu(hw_config->tdm_slots); in snd_sof_get_hw_config_params()
1031 *sample_rate = le32_to_cpu(hw_config->fsync_rate); in snd_sof_get_hw_config_params()
1773 struct snd_soc_tplg_hw_config *hw_config; in sof_ipc4_dai_get_clk() local
1795 hw_config = &slink->hw_configs[i]; in sof_ipc4_dai_get_clk()
1796 if (dai->current_config == le32_to_cpu(hw_config->id)) { in sof_ipc4_dai_get_clk()
1811 return le32_to_cpu(hw_config->mclk_rate); in sof_ipc4_dai_get_clk()
[all …]
Dtopology.c1671 slink->hw_configs = kmemdup(cfg->hw_config, in sof_link_load()
/Linux-v6.1/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.1/arch/x86/events/intel/
Duncore_snbep.c1035 .hw_config = snbep_cbox_hw_config,
1145 .hw_config = snbep_pcu_hw_config,
1230 .hw_config = snbep_qpi_hw_config,
1780 .hw_config = ivbep_cbox_hw_config,
1803 .hw_config = snbep_pcu_hw_config,
1916 .hw_config = snbep_qpi_hw_config,
2201 .hw_config = knl_cha_hw_config,
2599 .hw_config = hswep_ubox_hw_config,
2764 .hw_config = hswep_cbox_hw_config,
2854 .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.c878 .hw_config = snb_uncore_imc_hw_config,
1366 .hw_config = uncore_freerunning_hw_config,
1515 .hw_config = uncore_freerunning_hw_config,
Dcore.c4764 .hw_config = core_pmu_hw_config,
4817 .hw_config = intel_pmu_hw_config,
6169 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
6211 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
6273 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
6324 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
6362 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
6418 x86_pmu.hw_config = adl_hw_config; in intel_pmu_init()
Duncore.h112 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); member
Duncore.c783 if (pmu->type->ops->hw_config) { in uncore_pmu_event_init()
784 ret = pmu->type->ops->hw_config(box, event); in uncore_pmu_event_init()
Dp4.c1361 .hw_config = p4_hw_config,
/Linux-v6.1/sound/soc/
Dsoc-topology.c1947 struct snd_soc_tplg_hw_config *hw_config; in set_link_hw_format() local
1953 hw_config = &cfg->hw_config[i]; in set_link_hw_format()
1954 if (hw_config->id != cfg->default_hw_config_id) in set_link_hw_format()
1957 link->dai_fmt = le32_to_cpu(hw_config->fmt) & in set_link_hw_format()
1961 switch (hw_config->clock_gated) { in set_link_hw_format()
1976 invert_bclk = hw_config->invert_bclk; in set_link_hw_format()
1977 invert_fsync = hw_config->invert_fsync; in set_link_hw_format()
1988 bclk_provider = (hw_config->bclk_provider == in set_link_hw_format()
1990 fsync_provider = (hw_config->fsync_provider == in set_link_hw_format()
/Linux-v6.1/drivers/misc/mei/
Dmei_dev.h343 int (*hw_config)(struct mei_device *dev); member
704 return dev->ops->hw_config(dev); in mei_hw_config()
Dhw-txe.c1164 .hw_config = mei_txe_hw_config,
Dhw-me.c1441 .hw_config = mei_me_hw_config,
/Linux-v6.1/include/uapi/linux/
Dhdreg.h569 unsigned short hw_config; /* hardware config (word 93) member
/Linux-v6.1/include/uapi/sound/
Dasoc.h548 struct snd_soc_tplg_hw_config hw_config[SND_SOC_TPLG_HW_CONFIG_MAX]; /* hw configs */ member
/Linux-v6.1/arch/x86/events/amd/
Dcore.c333 DEFINE_STATIC_CALL_RET0(amd_pmu_branch_hw_config, *x86_pmu.hw_config);
1243 .hw_config = amd_pmu_hw_config,
/Linux-v6.1/arch/x86/events/zhaoxin/
Dcore.c466 .hw_config = x86_pmu_hw_config,
/Linux-v6.1/drivers/net/wireless/intersil/hostap/
Dhostap_wlan.h595 int (*hw_config)(struct net_device *dev, int initial); member
/Linux-v6.1/arch/x86/events/
Dperf_event.h752 int (*hw_config)(struct perf_event *event); member
/Linux-v6.1/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h973 u32 hw_config; member

12