Searched full:wilc1000 (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/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 | 440 netdev_info(dev, "Deinitializing wilc1000...\n"); in wilc_wlan_deinitialize() 458 netdev_dbg(dev, "wilc1000 deinitialization Done\n"); in wilc_wlan_deinitialize() 460 netdev_dbg(dev, "wilc1000 is not initialized\n"); in wilc_wlan_deinitialize() 557 netdev_dbg(dev, "wilc1000 already initialized\n"); in wilc_wlan_initialize() 781 netdev_dbg(ndev, "Deinitializing wilc1000\n"); in wilc_mac_close()
|
D | sdio.c | 1002 { .compatible = "microchip,wilc1000", },
|
D | spi.c | 193 { .compatible = "microchip,wilc1000", },
|
/Linux-v5.15/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 47 compatible = "microchip,wilc1000"; 68 compatible = "microchip,wilc1000";
|
/Linux-v5.15/drivers/net/wireless/microchip/ |
D | Makefile | 2 obj-$(CONFIG_WILC1000) += wilc1000/
|
D | Kconfig | 14 source "drivers/net/wireless/microchip/wilc1000/Kconfig"
|
/Linux-v5.15/Documentation/devicetree/bindings/mmc/ |
D | mmc-pwrseq-sd8787.yaml | 16 - mmc-pwrseq-wilc1000
|
/Linux-v5.15/drivers/mmc/core/ |
D | pwrseq_sd8787.c | 64 { .compatible = "mmc-pwrseq-wilc1000", .data = &wilc1000_delay_ms },
|
/Linux-v5.15/ |
D | MAINTAINERS | 12397 MICROCHIP WILC1000 WIFI DRIVER 12402 F: drivers/net/wireless/microchip/wilc1000/
|