/linux-6.3-rc2/sound/soc/sof/ |
A D | ipc3-topology.c | 1009 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 D | ipc4-topology.c | 1006 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 D | ipc4-pcm.c | 353 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 D | topology.c | 1852 slink->hw_configs = kmemdup(cfg->hw_config, in sof_link_load()
|
/linux-6.3-rc2/drivers/nfc/pn544/ |
A D | pn544.c | 168 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 D | uncore_snbep.c | 1037 .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 D | p6.c | 208 .hw_config = x86_pmu_hw_config,
|
A D | uncore_nhmex.c | 419 .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 D | knc.c | 297 .hw_config = x86_pmu_hw_config,
|
A D | uncore_snb.c | 1026 .hw_config = snb_uncore_imc_hw_config, 1530 .hw_config = uncore_freerunning_hw_config, 1679 .hw_config = uncore_freerunning_hw_config,
|
A D | uncore.h | 115 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); member
|
A D | core.c | 4875 .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 D | uncore.c | 798 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 D | p4.c | 1361 .hw_config = p4_hw_config,
|
/linux-6.3-rc2/sound/soc/ |
A D | soc-topology.c | 1922 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 D | mei_dev.h | 354 int (*hw_config)(struct mei_device *dev); member 719 return dev->ops->hw_config(dev); in mei_hw_config()
|
A D | hw-txe.c | 1164 .hw_config = mei_txe_hw_config,
|
A D | hw-me.c | 1446 .hw_config = mei_me_hw_config,
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | hdreg.h | 569 unsigned short hw_config; /* hardware config (word 93) member
|
/linux-6.3-rc2/include/uapi/sound/ |
A D | asoc.h | 548 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 D | core.c | 333 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 D | core.c | 466 .hw_config = x86_pmu_hw_config,
|
/linux-6.3-rc2/drivers/net/wireless/intersil/hostap/ |
A D | hostap_wlan.h | 595 int (*hw_config)(struct net_device *dev, int initial); member
|
/linux-6.3-rc2/arch/x86/events/ |
A D | perf_event.h | 756 int (*hw_config)(struct perf_event *event); member
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/ |
A D | bnx2x.h | 973 u32 hw_config; member
|