Searched full:wl18xx (Results 1 – 25 of 68) sorted by relevance
123
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/wireless/ |
| D | ti,wlcore,spi.txt | 1 * Texas Instruments wl12xx/wl18xx wireless lan controller 3 The wl12xx/wl18xx chips can be connected via SPI or via SDIO. This 22 wl12xx/wl18xx chip 47 For wl18xx family:
|
| D | ti,wlcore.txt | 1 TI Wilink 6/7/8 (wl12xx/wl18xx) SDIO devices
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/wireless/ |
| D | ti,wlcore.yaml | 7 title: Texas Instruments Wilink 6/7/8 (wl12xx/wl18xx) Wireless LAN Controller 13 The wl12xx/wl18xx chips can be connected via SPI or via SDIO. 50 Points to the node of the regulator that powers/enable the wl12xx/wl18xx 110 // For wl18xx family:
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/ |
| D | Kconfig | 2 config WL18XX config 3 tristate "TI wl18xx support"
|
| D | Makefile | 2 wl18xx-objs = main.o acx.o tx.o io.o debugfs.o scan.o cmd.o event.o 4 obj-$(CONFIG_WL18XX) += wl18xx.o
|
| D | debugfs.h | 3 * This file is part of wl18xx
|
| D | io.h | 3 * This file is part of wl18xx
|
| D | tx.c | 3 * This file is part of wl18xx 14 #include "wl18xx.h"
|
| D | tx.h | 3 * This file is part of wl18xx
|
| D | io.c | 3 * This file is part of wl18xx
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/ |
| D | Kconfig | 2 config WL18XX config 3 tristate "TI wl18xx support"
|
| D | Makefile | 2 wl18xx-objs = main.o acx.o tx.o io.o debugfs.o scan.o cmd.o event.o 4 obj-$(CONFIG_WL18XX) += wl18xx.o
|
| D | debugfs.h | 3 * This file is part of wl18xx
|
| D | io.h | 3 * This file is part of wl18xx
|
| D | tx.c | 3 * This file is part of wl18xx 14 #include "wl18xx.h"
|
| D | tx.h | 3 * This file is part of wl18xx
|
| D | io.c | 3 * This file is part of wl18xx
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
| D | sdio.c | 200 .name = "wl18xx", 201 .cfg_name = "ti-connectivity/wl18xx-conf.bin", 306 * Due to a hardware bug, we can't differentiate wl18xx from in wl1271_probe() 309 * which is 3.00 on the wl18xx chips. in wl1271_probe() 312 chip_family = "wl18xx"; in wl1271_probe()
|
| D | spi.c | 58 * wl18xx driver aggregation buffer size is (13 * 4K) compared to 59 * (4 * 4K) for wl12xx, so use the larger buffer needed for wl18xx 78 .name = "wl18xx", 79 .cfg_name = "ti-connectivity/wl18xx-conf.bin",
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
| D | sdio.c | 201 .name = "wl18xx", 202 .cfg_name = "ti-connectivity/wl18xx-conf.bin", 307 * Due to a hardware bug, we can't differentiate wl18xx from in wl1271_probe() 310 * which is 3.00 on the wl18xx chips. in wl1271_probe() 313 chip_family = "wl18xx"; in wl1271_probe()
|
| D | spi.c | 59 * wl18xx driver aggregation buffer size is (13 * 4K) compared to 60 * (4 * 4K) for wl12xx, so use the larger buffer needed for wl18xx 79 .name = "wl18xx", 80 .cfg_name = "ti-connectivity/wl18xx-conf.bin",
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ti/ |
| D | Makefile | 5 obj-$(CONFIG_WL18XX) += wl18xx/
|
| D | Kconfig | 16 source "drivers/net/wireless/ti/wl18xx/Kconfig"
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ti/ |
| D | Makefile | 5 obj-$(CONFIG_WL18XX) += wl18xx/
|
| D | Kconfig | 16 source "drivers/net/wireless/ti/wl18xx/Kconfig"
|
123