Home
last modified time | relevance | path

Searched full:wfx (Results 1 – 25 of 25) sorted by relevance

/linux/drivers/net/wireless/silabs/wfx/
H A DMakefile6 wfx-y := \
21 wfx-$(CONFIG_SPI) += bus_spi.o
22 # When CONFIG_MMC == m, append to 'wfx-y' (and not to 'wfx-m')
23 wfx-$(subst m,y,$(CONFIG_MMC)) += bus_sdio.o
25 obj-$(CONFIG_WFX) += wfx.o
H A Dbus_spi.c19 #include "wfx.h"
28 .file_fw = "wfx/wfm_wf200",
29 .file_pds = "wfx/wf200.pds",
34 .file_fw = "wfx/wfm_wf200",
35 .file_pds = "wfx/brd4001a.pds",
40 .file_fw = "wfx/wfm_wf200",
41 .file_pds = "wfx/brd8022a.pds",
46 .file_fw = "wfx/wfm_wf200",
47 .file_pds = "wfx/brd8023a.pds",
166 wfx_spi_irq_handler, flags, "wfx", bus); in wfx_spi_irq_subscribe()
[all …]
H A Dbus_sdio.c20 #include "wfx.h"
26 .file_fw = "wfx/wfm_wf200",
27 .file_pds = "wfx/wf200.pds",
31 .file_fw = "wfx/wfm_wf200",
32 .file_pds = "wfx/brd4001a.pds",
36 .file_fw = "wfx/wfm_wf200",
37 .file_pds = "wfx/brd8022a.pds",
41 .file_fw = "wfx/wfm_wf200",
42 .file_pds = "wfx/brd8023a.pds",
144 wfx_sdio_irq_handler_ext, flags, "wfx", bus); in wfx_sdio_irq_subscribe()
[all …]
H A DKconfig2 config WFX config
5 depends on MMC || !MMC # do not allow WFX=y if MMC=m
H A Ddebug.c13 #include "wfx.h"
323 d = debugfs_create_dir("wfx", wdev->hw->wiphy->debugfsdir); in wfx_debug_init()
H A Ddata_rx.c12 #include "wfx.h"
H A Dscan.c11 #include "wfx.h"
H A Dkey.c12 #include "wfx.h"
H A Dhif_tx_mib.c12 #include "wfx.h"
H A Dqueue.c12 #include "wfx.h"
H A Dbh.c12 #include "wfx.h"
H A Dhwio.c14 #include "wfx.h"
H A Dhif_rx.c12 #include "wfx.h"
H A Dtraces.h9 #define TRACE_SYSTEM wfx
H A Dhif_tx.c12 #include "wfx.h"
H A Ddata_tx.c12 #include "wfx.h"
H A Dsta.c12 #include "wfx.h"
/linux/drivers/net/wireless/silabs/
H A DMakefile3 obj-$(CONFIG_WFX) += wfx/
H A DKconfig16 source "drivers/net/wireless/silabs/wfx/Kconfig"
/linux/tools/perf/util/kvm-stat-arch/
H A Darm64_exception_types.h87 ECN(UNKNOWN), ECN(WFx), ECN(CP15_32), ECN(CP15_64), ECN(CP14_MR), \
/linux/arch/arm64/kvm/
H A Dhandle_exit.c161 /* Treat WFxT as WFx if RN is invalid */ in kvm_handle_wfx()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c180 /* Propagate WFx trapping flags */ in handle___pkvm_vcpu_load()
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat208 'WFx': 0x01,
/linux/arch/arm64/kernel/
H A Dcpufeature.c2995 .desc = "WFx with timeout",
/linux/
H A DMAINTAINERS24256 F: Documentation/devicetree/bindings/net/wireless/silabs,wfx.yaml