| /kernel/linux/linux-6.6/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" 170 * https://github.com/SiliconLabs/wfx-firmware/blob/master/PDS/README.md 314 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"
|
| /kernel/linux/linux-5.10/drivers/staging/wfx/ |
| D | Makefile | 6 wfx-y := \ 22 wfx-$(CONFIG_SPI) += bus_spi.o 23 wfx-$(subst m,y,$(CONFIG_MMC)) += bus_sdio.o 25 obj-$(CONFIG_WFX) += wfx.o
|
| D | bus_spi.c | 18 #include "wfx.h" 42 * WFx chip read data 16bits at time and place them directly into (little 153 "wfx", bus); in wfx_spi_irq_subscribe() 217 gpiod_set_consumer_name(bus->gpio_reset, "wfx reset"); in wfx_spi_probe() 248 { "wfx-spi", WFX_RESET_INVERTED }, 256 { .compatible = "silabs,wfx-spi", .data = (void *)WFX_RESET_INVERTED }, 265 .name = "wfx-spi",
|
| D | Kconfig | 1 config WFX config 4 depends on MMC || !MMC # do not allow WFX=y if MMC=m
|
| D | bus_sdio.c | 17 #include "wfx.h" 129 "wfx", bus); in wfx_sdio_irq_subscribe() 172 { .compatible = "silabs,wfx-sdio" }, 264 .name = "wfx-sdio",
|
| D | bh.c | 12 #include "wfx.h" 75 "%s: request exceed WFx capability", __func__); in rx_helper() 184 "%s: request exceed WFx capability: %zu > %d\n", __func__, in tx_helper()
|
| D | main.c | 23 #include "wfx.h" 38 MODULE_DESCRIPTION("Silicon Labs 802.11 Wireless LAN driver for WFx"); 315 gpiod_set_consumer_name(wdev->pdata.gpio_wakeup, "wfx wakeup"); in wfx_init_common()
|
| D | debug.c | 13 #include "wfx.h" 348 d = debugfs_create_dir("wfx", wdev->hw->wiphy->debugfsdir); in wfx_debug_init()
|
| D | data_rx.c | 12 #include "wfx.h"
|
| D | fwio.c | 14 #include "wfx.h" 210 // WFx seems to not support writing 0 in this register during in upload_firmware()
|
| D | wfx.h | 3 * Common private data for Silicon Labs WFx chips.
|
| D | scan.c | 11 #include "wfx.h"
|
| /kernel/linux/linux-5.10/drivers/staging/wfx/Documentation/devicetree/bindings/net/wireless/ |
| D | silabs,wfx.yaml | 6 $id: http://devicetree.org/schemas/net/wireless/silabs,wfx.yaml# 25 WFx. Without it, you may encounter issues with warm boot. The mmc-pwrseq 36 Note that in add of the properties below, the WFx driver also supports 63 "silabs,wfx-spi") 89 wfx@0 {
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/drivers/net/wireless/silabs/ |
| D | Makefile | 3 obj-$(CONFIG_WFX) += wfx/
|
| D | Kconfig | 16 source "drivers/net/wireless/silabs/wfx/Kconfig"
|
| /kernel/linux/linux-5.10/drivers/staging/ |
| D | Makefile | 50 obj-$(CONFIG_WFX) += wfx/
|
| D | Kconfig | 117 source "drivers/staging/wfx/Kconfig"
|
| /kernel/linux/linux-6.6/tools/perf/arch/arm64/util/ |
| D | arm64_exception_types.h | 82 ECN(UNKNOWN), ECN(WFx), ECN(CP15_32), ECN(CP15_64), ECN(CP14_MR), \
|