Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nfc/pn544/
Dpn544.c180 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/
Dsoc-topology.c1957 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/
Dmei_dev.h287 void (*hw_config)(struct mei_device *dev); member
600 dev->ops->hw_config(dev); in mei_hw_config()
Dhw-txe.c1174 .hw_config = mei_txe_hw_config,
Dhw-me.c1317 .hw_config = mei_me_hw_config,
/Linux-v4.19/arch/x86/events/intel/
Duncore_snbep.c886 .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 …]
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.h86 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); member
Duncore_snb.c486 .hw_config = snb_uncore_imc_hw_config,
Dcore.c3481 .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()
Duncore.c756 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()
Dp4.c1324 .hw_config = p4_hw_config,
/Linux-v4.19/include/uapi/linux/
Dhdreg.h569 unsigned short hw_config; /* hardware config (word 93) member
/Linux-v4.19/include/uapi/sound/
Dasoc.h546 struct snd_soc_tplg_hw_config hw_config[SND_SOC_TPLG_HW_CONFIG_MAX]; /* hw configs */ member
/Linux-v4.19/arch/x86/events/amd/
Dcore.c629 .hw_config = amd_pmu_hw_config,
/Linux-v4.19/arch/x86/events/
Dperf_event.h527 int (*hw_config)(struct perf_event *event); member
Dcore.c611 return x86_pmu.hw_config(event); in __x86_pmu_event_init()
/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_wlan.h593 int (*hw_config)(struct net_device *dev, int initial); member
Dhostap_hw.c3119 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-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h967 u32 hw_config; member
Dbnx2x_main.c11053 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()