Searched full:wilc1000 (Results 1 – 12 of 12) sorted by relevance
/linux-6.8/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 | 454 netdev_info(dev, "Deinitializing wilc1000...\n"); in wilc_wlan_deinitialize() 472 netdev_dbg(dev, "wilc1000 deinitialization Done\n"); in wilc_wlan_deinitialize() 474 netdev_dbg(dev, "wilc1000 is not initialized\n"); in wilc_wlan_deinitialize() 571 netdev_dbg(dev, "wilc1000 already initialized\n"); in wilc_wlan_initialize() 801 netdev_dbg(ndev, "Deinitializing wilc1000\n"); in wilc_mac_close() 1021 MODULE_DESCRIPTION("Atmel WILC1000 core wireless driver");
|
D | spi.c | 255 { .compatible = "microchip,wilc1000", }, 261 { "wilc1000", 0 }, 276 MODULE_DESCRIPTION("Atmel WILC1000 SPI wireless driver");
|
D | sdio.c | 964 { .compatible = "microchip,wilc1000", }, 987 MODULE_DESCRIPTION("Atmel WILC1000 SDIO wireless driver");
|
/linux-6.8/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 19 const: microchip,wilc1000 35 description: Used by wilc1000-spi to determine the GPIO line 44 description: Used by wilc1000-spi to determine the GPIO line 65 compatible = "microchip,wilc1000"; 88 compatible = "microchip,wilc1000";
|
/linux-6.8/drivers/net/wireless/microchip/ |
D | Makefile | 2 obj-$(CONFIG_WILC1000) += wilc1000/
|
D | Kconfig | 14 source "drivers/net/wireless/microchip/wilc1000/Kconfig"
|
/linux-6.8/Documentation/devicetree/bindings/mmc/ |
D | mmc-pwrseq-sd8787.yaml | 16 - mmc-pwrseq-wilc1000
|
/linux-6.8/arch/arm/boot/dts/microchip/ |
D | at91-sama5d27_wlsom1.dtsi | 35 compatible = "mmc-pwrseq-wilc1000"; 375 compatible = "microchip,wilc1000";
|
/linux-6.8/drivers/mmc/core/ |
D | pwrseq_sd8787.c | 83 { .compatible = "mmc-pwrseq-wilc1000", .data = &mmc_pwrseq_wilc1000_ops },
|
/linux-6.8/ |
D | MAINTAINERS | 14517 MICROCHIP WILC1000 WIFI DRIVER 14522 F: drivers/net/wireless/microchip/wilc1000/
|