Searched full:wilc1000 (Results 1 – 14 of 14) sorted by relevance
/linux-6.14.4/drivers/net/wireless/microchip/wilc1000/ |
D | Kconfig | 2 config WILC1000 config 5 Add support for the Atmel WILC1000 802.11 b/g/n SoC. 12 tristate "Atmel WILC1000 SDIO (WiFi only)" 14 select WILC1000 17 WILC1000 chipset. The Atmel WILC1000 SDIO is a full speed interface. 21 within the chip as well as configure the WILC1000 for data DMA. 26 tristate "Atmel WILC1000 SPI (WiFi only)" 28 select WILC1000 33 WILC1000 chipset. The Atmel WILC1000 has a Serial Peripheral 41 bool "WILC1000 out of band interrupt" [all …]
|
D | Makefile | 2 obj-$(CONFIG_WILC1000) += wilc1000.o 4 wilc1000-objs := cfg80211.o netdev.o mon.o \ 7 obj-$(CONFIG_WILC1000_SDIO) += wilc1000-sdio.o 8 wilc1000-sdio-objs += sdio.o 10 obj-$(CONFIG_WILC1000_SPI) += wilc1000-spi.o 11 wilc1000-spi-objs += spi.o
|
D | netdev.c | 467 netdev_info(dev, "Deinitializing wilc1000...\n"); in wilc_wlan_deinitialize() 485 netdev_dbg(dev, "wilc1000 deinitialization Done\n"); in wilc_wlan_deinitialize() 487 netdev_dbg(dev, "wilc1000 is not initialized\n"); in wilc_wlan_deinitialize() 584 netdev_dbg(dev, "wilc1000 already initialized\n"); in wilc_wlan_initialize() 807 netdev_dbg(ndev, "Deinitializing wilc1000\n"); in wilc_mac_close() 1022 MODULE_DESCRIPTION("Atmel WILC1000 core wireless driver");
|
D | wlan.h | 99 /* WILC1000 specific */ 132 /* WILC1000 */
|
D | spi.c | 295 { .compatible = "microchip,wilc1000", }, 301 { "wilc1000", 0 }, 316 MODULE_DESCRIPTION("Atmel WILC1000 SPI wireless driver");
|
D | sdio.c | 1053 { .compatible = "microchip,wilc1000", }, 1075 MODULE_DESCRIPTION("Atmel WILC1000 SDIO wireless driver");
|
D | cfg80211.c | 1859 /* WPA3/SAE supported only on WILC1000 */ in wilc_cfg80211_register()
|
/linux-6.14.4/Documentation/devicetree/bindings/net/wireless/ |
D | microchip,wilc1000.yaml | 4 $id: http://devicetree.org/schemas/net/wireless/microchip,wilc1000.yaml# 14 The wilc1000 chips can be connected via SPI or SDIO. This document 22 - const: microchip,wilc1000 23 - const: microchip,wilc1000 39 description: Used by wilc1000-spi to determine the GPIO line 48 description: Used by wilc1000-spi to determine the GPIO line 69 compatible = "microchip,wilc1000"; 92 compatible = "microchip,wilc1000";
|
/linux-6.14.4/drivers/net/wireless/microchip/ |
D | Makefile | 2 obj-$(CONFIG_WILC1000) += wilc1000/
|
D | Kconfig | 14 source "drivers/net/wireless/microchip/wilc1000/Kconfig"
|
/linux-6.14.4/Documentation/devicetree/bindings/mmc/ |
D | mmc-pwrseq-sd8787.yaml | 16 - mmc-pwrseq-wilc1000
|
/linux-6.14.4/arch/arm/boot/dts/microchip/ |
D | at91-sama5d27_wlsom1.dtsi | 43 compatible = "mmc-pwrseq-wilc1000"; 388 compatible = "microchip,wilc1000";
|
/linux-6.14.4/drivers/mmc/core/ |
D | pwrseq_sd8787.c | 83 { .compatible = "mmc-pwrseq-wilc1000", .data = &mmc_pwrseq_wilc1000_ops },
|
/linux-6.14.4/ |
D | MAINTAINERS | 15660 MICROCHIP WILC1000 WIFI DRIVER
|