Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/
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
Dbus_sdio.c19 #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 …]
Dbus_spi.c18 #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 …]
DKconfig2 config WFX config
5 depends on MMC || !MMC # do not allow WFX=y if MMC=m
Dmain.c23 #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()
Ddebug.c13 #include "wfx.h"
323 d = debugfs_create_dir("wfx", wdev->hw->wiphy->debugfsdir); in wfx_debug_init()
Ddata_rx.c12 #include "wfx.h"
/kernel/linux/linux-5.10/drivers/staging/wfx/
DMakefile6 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
Dbus_spi.c18 #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",
DKconfig1 config WFX config
4 depends on MMC || !MMC # do not allow WFX=y if MMC=m
Dbus_sdio.c17 #include "wfx.h"
129 "wfx", bus); in wfx_sdio_irq_subscribe()
172 { .compatible = "silabs,wfx-sdio" },
264 .name = "wfx-sdio",
Dbh.c12 #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()
Dmain.c23 #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()
Ddebug.c13 #include "wfx.h"
348 d = debugfs_create_dir("wfx", wdev->hw->wiphy->debugfsdir); in wfx_debug_init()
Ddata_rx.c12 #include "wfx.h"
Dfwio.c14 #include "wfx.h"
210 // WFx seems to not support writing 0 in this register during in upload_firmware()
Dwfx.h3 * Common private data for Silicon Labs WFx chips.
Dscan.c11 #include "wfx.h"
/kernel/linux/linux-5.10/drivers/staging/wfx/Documentation/devicetree/bindings/net/wireless/
Dsilabs,wfx.yaml6 $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/
Dsilabs,wfx.yaml5 $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/
DMakefile3 obj-$(CONFIG_WFX) += wfx/
DKconfig16 source "drivers/net/wireless/silabs/wfx/Kconfig"
/kernel/linux/linux-5.10/drivers/staging/
DMakefile50 obj-$(CONFIG_WFX) += wfx/
DKconfig117 source "drivers/staging/wfx/Kconfig"
/kernel/linux/linux-6.6/tools/perf/arch/arm64/util/
Darm64_exception_types.h82 ECN(UNKNOWN), ECN(WFx), ECN(CP15_32), ECN(CP15_64), ECN(CP14_MR), \

123