/Linux-v4.19/drivers/nfc/pn544/ |
D | pn544.c | 180 static struct hw_config { in pn544_hci_ready() struct 183 } hw_config[] = { in pn544_hci_ready() local 251 struct hw_config *p = hw_config; in pn544_hci_ready() 252 int count = ARRAY_SIZE(hw_config); in pn544_hci_ready()
|
/Linux-v4.19/sound/soc/ |
D | soc-topology.c | 1957 struct snd_soc_tplg_hw_config *hw_config; in set_link_hw_format() local 1963 hw_config = &cfg->hw_config[i]; in set_link_hw_format() 1964 if (hw_config->id != cfg->default_hw_config_id) in set_link_hw_format() 1967 link->dai_fmt = hw_config->fmt & SND_SOC_DAIFMT_FORMAT_MASK; in set_link_hw_format() 1970 switch (hw_config->clock_gated) { in set_link_hw_format() 1985 invert_bclk = hw_config->invert_bclk; in set_link_hw_format() 1986 invert_fsync = hw_config->invert_fsync; in set_link_hw_format() 1997 bclk_master = (hw_config->bclk_master == in set_link_hw_format() 1999 fsync_master = (hw_config->fsync_master == in set_link_hw_format()
|
/Linux-v4.19/drivers/misc/mei/ |
D | mei_dev.h | 287 void (*hw_config)(struct mei_device *dev); member 600 dev->ops->hw_config(dev); in mei_hw_config()
|
D | hw-txe.c | 1174 .hw_config = mei_txe_hw_config,
|
D | hw-me.c | 1317 .hw_config = mei_me_hw_config,
|
/Linux-v4.19/arch/x86/events/intel/ |
D | uncore_snbep.c | 886 .hw_config = snbep_cbox_hw_config, 996 .hw_config = snbep_pcu_hw_config, 1082 .hw_config = snbep_qpi_hw_config, 1587 .hw_config = ivbep_cbox_hw_config, 1610 .hw_config = snbep_pcu_hw_config, 1723 .hw_config = snbep_qpi_hw_config, 2008 .hw_config = knl_cha_hw_config, 2406 .hw_config = hswep_ubox_hw_config, 2571 .hw_config = hswep_cbox_hw_config, 2661 .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.h | 86 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); member
|
D | uncore_snb.c | 486 .hw_config = snb_uncore_imc_hw_config,
|
D | core.c | 3481 .hw_config = x86_pmu_hw_config, 3526 .hw_config = intel_pmu_hw_config, 4227 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init() 4266 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init() 4321 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
|
D | uncore.c | 756 if (pmu->type->ops->hw_config) { in uncore_pmu_event_init() 757 ret = pmu->type->ops->hw_config(box, event); in uncore_pmu_event_init()
|
D | p4.c | 1324 .hw_config = p4_hw_config,
|
/Linux-v4.19/include/uapi/linux/ |
D | hdreg.h | 569 unsigned short hw_config; /* hardware config (word 93) member
|
/Linux-v4.19/include/uapi/sound/ |
D | asoc.h | 546 struct snd_soc_tplg_hw_config hw_config[SND_SOC_TPLG_HW_CONFIG_MAX]; /* hw configs */ member
|
/Linux-v4.19/arch/x86/events/amd/ |
D | core.c | 629 .hw_config = amd_pmu_hw_config,
|
/Linux-v4.19/arch/x86/events/ |
D | perf_event.h | 527 int (*hw_config)(struct perf_event *event); member
|
D | core.c | 611 return x86_pmu.hw_config(event); in __x86_pmu_event_init()
|
/Linux-v4.19/drivers/net/wireless/intersil/hostap/ |
D | hostap_wlan.h | 593 int (*hw_config)(struct net_device *dev, int initial); member
|
D | hostap_hw.c | 3119 local->func->hw_config = prism2_hw_config; in prism2_init_local_data()
|
D | hostap_ioctl.c | 2954 local->func->hw_config(dev, 0); in prism2_ioctl_priv_reset()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x.h | 967 u32 hw_config; member
|
D | bnx2x_main.c | 11053 bp->common.hw_config = SHMEM_RD(bp, dev_info.shared_hw_config.config); in bnx2x_get_common_hwinfo() 11054 BNX2X_DEV_INFO("hw_config 0x%08x\n", bp->common.hw_config); in bnx2x_get_common_hwinfo() 11056 bp->link_params.hw_led_mode = ((bp->common.hw_config & in bnx2x_get_common_hwinfo()
|