/linux/sound/soc/sof/ |
A D | topology.c | 2731 if (hw_config->invert_bclk) { in sof_dai_set_format() 2732 if (hw_config->invert_fsync) in sof_dai_set_format() 2737 if (hw_config->invert_fsync) in sof_dai_set_format() 2808 struct snd_soc_tplg_hw_config *hw_config, in sof_link_ssp_load() argument 2836 sof_dai_set_format(&hw_config[i], &config[i]); in sof_link_ssp_load() 2883 struct snd_soc_tplg_hw_config *hw_config, in sof_link_sai_load() argument 2892 sof_dai_set_format(hw_config, config); in sof_link_sai_load() 2950 sof_dai_set_format(hw_config, config); in sof_link_esai_load() 3082 struct snd_soc_tplg_hw_config *hw_config, in sof_link_hda_load() argument 3163 struct snd_soc_tplg_hw_config *hw_config; in sof_link_load() local [all …]
|
/linux/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/arch/x86/events/intel/ |
A 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, 1803 .hw_config = snbep_pcu_hw_config, 1916 .hw_config = snbep_qpi_hw_config, 2201 .hw_config = knl_cha_hw_config, 3638 .hw_config = skx_cha_hw_config, 4408 .hw_config = snr_cha_hw_config, 4603 .hw_config = snr_pcu_hw_config, 5065 .hw_config = icx_cha_hw_config, [all …]
|
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 | p6.c | 208 .hw_config = x86_pmu_hw_config,
|
A D | knc.c | 297 .hw_config = x86_pmu_hw_config,
|
A D | core.c | 4620 .hw_config = core_pmu_hw_config, 4671 .hw_config = intel_pmu_hw_config, 5973 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init() 6015 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init() 6077 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init() 6127 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init() 6164 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init() 6213 x86_pmu.hw_config = adl_hw_config; in intel_pmu_init()
|
A D | uncore_snb.c | 809 .hw_config = snb_uncore_imc_hw_config, 1429 .hw_config = uncore_freerunning_hw_config,
|
A D | uncore.h | 112 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); member
|
A 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()
|
A D | p4.c | 1335 .hw_config = p4_hw_config,
|
/linux/sound/soc/ |
A D | soc-topology.c | 2025 struct snd_soc_tplg_hw_config *hw_config; in set_link_hw_format() local 2031 hw_config = &cfg->hw_config[i]; in set_link_hw_format() 2032 if (hw_config->id != cfg->default_hw_config_id) in set_link_hw_format() 2035 link->dai_fmt = le32_to_cpu(hw_config->fmt) & in set_link_hw_format() 2039 switch (hw_config->clock_gated) { in set_link_hw_format() 2054 invert_bclk = hw_config->invert_bclk; in set_link_hw_format() 2055 invert_fsync = hw_config->invert_fsync; in set_link_hw_format() 2066 bclk_provider = (hw_config->bclk_provider == in set_link_hw_format() 2068 fsync_provider = (hw_config->fsync_provider == in set_link_hw_format()
|
/linux/drivers/misc/mei/ |
A D | mei_dev.h | 328 int (*hw_config)(struct mei_device *dev); member 671 return dev->ops->hw_config(dev); in mei_hw_config()
|
A D | hw-txe.c | 1168 .hw_config = mei_txe_hw_config,
|
A D | hw-me.c | 1334 .hw_config = mei_me_hw_config,
|
/linux/include/uapi/linux/ |
A D | hdreg.h | 569 unsigned short hw_config; /* hardware config (word 93) member
|
/linux/include/uapi/sound/ |
A D | asoc.h | 552 struct snd_soc_tplg_hw_config hw_config[SND_SOC_TPLG_HW_CONFIG_MAX]; /* hw configs */ member
|
/linux/arch/x86/events/zhaoxin/ |
A D | core.c | 466 .hw_config = x86_pmu_hw_config,
|
/linux/arch/x86/events/amd/ |
A D | core.c | 915 .hw_config = amd_pmu_hw_config,
|
/linux/drivers/net/wireless/intersil/hostap/ |
A D | hostap_wlan.h | 593 int (*hw_config)(struct net_device *dev, int initial); member
|
A D | hostap_hw.c | 3105 local->func->hw_config = prism2_hw_config; in prism2_init_local_data()
|
A D | hostap_ioctl.c | 2942 local->func->hw_config(dev, 0); in prism2_ioctl_priv_reset()
|
/linux/arch/x86/events/ |
A D | perf_event.h | 734 int (*hw_config)(struct perf_event *event); member
|
A D | core.c | 672 return x86_pmu.hw_config(event); in __x86_pmu_event_init()
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
A D | bnx2x.h | 973 u32 hw_config; member
|