| /Linux-v6.1/sound/soc/sof/ |
| D | ipc3-topology.c | 993 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 …]
|
| D | ipc4-pcm.c | 165 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()
|
| D | ipc4-topology.c | 996 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 …]
|
| D | topology.c | 1671 slink->hw_configs = kmemdup(cfg->hw_config, in sof_link_load()
|
| /Linux-v6.1/drivers/nfc/pn544/ |
| 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-v6.1/arch/x86/events/intel/ |
| D | uncore_snbep.c | 1035 .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 …]
|
| D | p6.c | 208 .hw_config = x86_pmu_hw_config,
|
| 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,
|
| D | knc.c | 297 .hw_config = x86_pmu_hw_config,
|
| D | uncore_snb.c | 878 .hw_config = snb_uncore_imc_hw_config, 1366 .hw_config = uncore_freerunning_hw_config, 1515 .hw_config = uncore_freerunning_hw_config,
|
| D | core.c | 4764 .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()
|
| D | uncore.h | 112 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); member
|
| D | uncore.c | 783 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()
|
| D | p4.c | 1361 .hw_config = p4_hw_config,
|
| /Linux-v6.1/sound/soc/ |
| D | soc-topology.c | 1947 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/ |
| D | mei_dev.h | 343 int (*hw_config)(struct mei_device *dev); member 704 return dev->ops->hw_config(dev); in mei_hw_config()
|
| D | hw-txe.c | 1164 .hw_config = mei_txe_hw_config,
|
| D | hw-me.c | 1441 .hw_config = mei_me_hw_config,
|
| /Linux-v6.1/include/uapi/linux/ |
| D | hdreg.h | 569 unsigned short hw_config; /* hardware config (word 93) member
|
| /Linux-v6.1/include/uapi/sound/ |
| D | asoc.h | 548 struct snd_soc_tplg_hw_config hw_config[SND_SOC_TPLG_HW_CONFIG_MAX]; /* hw configs */ member
|
| /Linux-v6.1/arch/x86/events/amd/ |
| D | core.c | 333 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/ |
| D | core.c | 466 .hw_config = x86_pmu_hw_config,
|
| /Linux-v6.1/drivers/net/wireless/intersil/hostap/ |
| D | hostap_wlan.h | 595 int (*hw_config)(struct net_device *dev, int initial); member
|
| /Linux-v6.1/arch/x86/events/ |
| D | perf_event.h | 752 int (*hw_config)(struct perf_event *event); member
|
| /Linux-v6.1/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x.h | 973 u32 hw_config; member
|