Searched full:wfx (Results 1 – 25 of 29) sorted by relevance
12
/linux-6.14.4/drivers/net/wireless/silabs/wfx/ |
D | Makefile | 6 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
|
D | bus_sdio.c | 19 #include "wfx.h" 25 .file_fw = "wfx/wfm_wf200", 26 .file_pds = "wfx/wf200.pds", 30 .file_fw = "wfx/wfm_wf200", 31 .file_pds = "wfx/brd4001a.pds", 35 .file_fw = "wfx/wfm_wf200", 36 .file_pds = "wfx/brd8022a.pds", 40 .file_fw = "wfx/wfm_wf200", 41 .file_pds = "wfx/brd8023a.pds", 143 wfx_sdio_irq_handler_ext, flags, "wfx", bus); in wfx_sdio_irq_subscribe() [all …]
|
D | bus_spi.c | 18 #include "wfx.h" 27 .file_fw = "wfx/wfm_wf200", 28 .file_pds = "wfx/wf200.pds", 33 .file_fw = "wfx/wfm_wf200", 34 .file_pds = "wfx/brd4001a.pds", 39 .file_fw = "wfx/wfm_wf200", 40 .file_pds = "wfx/brd8022a.pds", 45 .file_fw = "wfx/wfm_wf200", 46 .file_pds = "wfx/brd8023a.pds", 165 wfx_spi_irq_handler, flags, "wfx", bus); in wfx_spi_irq_subscribe() [all …]
|
D | Kconfig | 2 config WFX config 5 depends on MMC || !MMC # do not allow WFX=y if MMC=m
|
D | main.c | 23 #include "wfx.h" 172 * https://github.com/SiliconLabs/wfx-firmware/blob/master/PDS/README.md 318 gpiod_set_consumer_name(wdev->pdata.gpio_wakeup, "wfx wakeup"); in wfx_init_common()
|
D | debug.c | 13 #include "wfx.h" 323 d = debugfs_create_dir("wfx", wdev->hw->wiphy->debugfsdir); in wfx_debug_init()
|
D | data_rx.c | 12 #include "wfx.h"
|
D | scan.c | 11 #include "wfx.h"
|
D | key.c | 12 #include "wfx.h"
|
D | hif_tx_mib.c | 12 #include "wfx.h"
|
D | hwio.c | 14 #include "wfx.h"
|
D | bh.c | 12 #include "wfx.h"
|
D | queue.c | 12 #include "wfx.h"
|
D | fwio.c | 14 #include "wfx.h"
|
D | hif_rx.c | 12 #include "wfx.h"
|
D | traces.h | 9 #define TRACE_SYSTEM wfx
|
D | hif_tx.c | 12 #include "wfx.h"
|
D | data_tx.c | 12 #include "wfx.h"
|
/linux-6.14.4/Documentation/devicetree/bindings/net/wireless/ |
D | silabs,wfx.yaml | 5 $id: http://devicetree.org/schemas/net/wireless/silabs,wfx.yaml# 25 It is recommended to declare a mmc-pwrseq on SDIO host above WFx. Without
|
/linux-6.14.4/drivers/net/wireless/silabs/ |
D | Makefile | 3 obj-$(CONFIG_WFX) += wfx/
|
D | Kconfig | 16 source "drivers/net/wireless/silabs/wfx/Kconfig"
|
/linux-6.14.4/tools/perf/arch/arm64/util/ |
D | arm64_exception_types.h | 82 ECN(UNKNOWN), ECN(WFx), ECN(CP15_32), ECN(CP15_64), ECN(CP14_MR), \
|
/linux-6.14.4/arch/arm64/kvm/ |
D | handle_exit.c | 151 /* Treat WFxT as WFx if RN is invalid */ in kvm_handle_wfx()
|
/linux-6.14.4/arch/arm64/kvm/hyp/nvhe/ |
D | hyp-main.c | 180 /* Propagate WFx trapping flags */ in handle___pkvm_vcpu_load()
|
/linux-6.14.4/arch/arm64/include/asm/ |
D | kvm_arm.h | 384 ECN(UNKNOWN), ECN(WFx), ECN(CP15_32), ECN(CP15_64), ECN(CP14_MR), \
|
12