Home
last modified time | relevance | path

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

12

/Linux-v5.4/sound/soc/sof/
Dtopology.c2377 static void sof_dai_set_format(struct snd_soc_tplg_hw_config *hw_config, in sof_dai_set_format() argument
2381 if (hw_config->bclk_master == SND_SOC_TPLG_BCLK_CM) { in sof_dai_set_format()
2383 if (hw_config->fsync_master == SND_SOC_TPLG_FSYNC_CM) in sof_dai_set_format()
2389 if (hw_config->fsync_master == SND_SOC_TPLG_FSYNC_CM) in sof_dai_set_format()
2396 if (hw_config->invert_bclk) { in sof_dai_set_format()
2397 if (hw_config->invert_fsync) in sof_dai_set_format()
2402 if (hw_config->invert_fsync) in sof_dai_set_format()
2449 struct snd_soc_tplg_hw_config *hw_config, in sof_link_ssp_load() argument
2459 sof_dai_set_format(hw_config, config); in sof_link_ssp_load()
2474 config->ssp.mclk_rate = le32_to_cpu(hw_config->mclk_rate); in sof_link_ssp_load()
[all …]
/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Dpci.h8 #define RTK_PCI_DEVICE(vend, dev, hw_config) \ argument
10 .driver_data = (kernel_ulong_t)&(hw_config),
/Linux-v5.4/drivers/nfc/pn544/
Dpn544.c169 static struct hw_config { in pn544_hci_ready() struct
172 } hw_config[] = { in pn544_hci_ready() local
240 struct hw_config *p = hw_config; in pn544_hci_ready()
241 int count = ARRAY_SIZE(hw_config); in pn544_hci_ready()
/Linux-v5.4/arch/x86/events/intel/
Duncore_snbep.c954 .hw_config = snbep_cbox_hw_config,
1064 .hw_config = snbep_pcu_hw_config,
1150 .hw_config = snbep_qpi_hw_config,
1657 .hw_config = ivbep_cbox_hw_config,
1680 .hw_config = snbep_pcu_hw_config,
1793 .hw_config = snbep_qpi_hw_config,
2078 .hw_config = knl_cha_hw_config,
2476 .hw_config = hswep_ubox_hw_config,
2641 .hw_config = hswep_cbox_hw_config,
2731 .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.h90 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); member
Dcore.c3883 .hw_config = core_pmu_hw_config,
3929 .hw_config = intel_pmu_hw_config,
4905 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
4947 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
5009 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
5052 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
Duncore.c762 if (pmu->type->ops->hw_config) { in uncore_pmu_event_init()
763 ret = pmu->type->ops->hw_config(box, event); in uncore_pmu_event_init()
Duncore_snb.c574 .hw_config = snb_uncore_imc_hw_config,
Dp4.c1324 .hw_config = p4_hw_config,
/Linux-v5.4/drivers/misc/mei/
Dmei_dev.h290 void (*hw_config)(struct mei_device *dev); member
619 dev->ops->hw_config(dev); in mei_hw_config()
Dhw-txe.c1164 .hw_config = mei_txe_hw_config,
Dhw-me.c1304 .hw_config = mei_me_hw_config,
/Linux-v5.4/sound/soc/
Dsoc-topology.c2096 struct snd_soc_tplg_hw_config *hw_config; in set_link_hw_format() local
2102 hw_config = &cfg->hw_config[i]; in set_link_hw_format()
2103 if (hw_config->id != cfg->default_hw_config_id) in set_link_hw_format()
2106 link->dai_fmt = le32_to_cpu(hw_config->fmt) & in set_link_hw_format()
2110 switch (hw_config->clock_gated) { in set_link_hw_format()
2125 invert_bclk = hw_config->invert_bclk; in set_link_hw_format()
2126 invert_fsync = hw_config->invert_fsync; in set_link_hw_format()
2137 bclk_master = (hw_config->bclk_master == in set_link_hw_format()
2139 fsync_master = (hw_config->fsync_master == in set_link_hw_format()
/Linux-v5.4/include/uapi/linux/
Dhdreg.h569 unsigned short hw_config; /* hardware config (word 93) member
/Linux-v5.4/include/uapi/sound/
Dasoc.h546 struct snd_soc_tplg_hw_config hw_config[SND_SOC_TPLG_HW_CONFIG_MAX]; /* hw configs */ member
/Linux-v5.4/arch/x86/events/amd/
Dcore.c882 .hw_config = amd_pmu_hw_config,
/Linux-v5.4/drivers/net/wireless/intersil/hostap/
Dhostap_wlan.h593 int (*hw_config)(struct net_device *dev, int initial); member
Dhostap_hw.c3091 local->func->hw_config = prism2_hw_config; in prism2_init_local_data()
Dhostap_ioctl.c2954 local->func->hw_config(dev, 0); in prism2_ioctl_priv_reset()
/Linux-v5.4/arch/x86/events/
Dperf_event.h579 int (*hw_config)(struct perf_event *event); member
Dcore.c606 return x86_pmu.hw_config(event); in __x86_pmu_event_init()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h967 u32 hw_config; member

12