Searched full:ath9k (Results 1 – 25 of 25) sorted by relevance
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | Makefile | 2 ath9k-y += beacon.o \ 12 ath9k-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += mci.o 13 ath9k-$(CONFIG_ATH9K_PCI) += pci.o 14 ath9k-$(CONFIG_ATH9K_AHB) += ahb.o 15 ath9k-$(CONFIG_ATH9K_DFS_DEBUGFS) += dfs_debug.o 16 ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o 17 ath9k-$(CONFIG_ATH9K_TX99) += tx99.o 18 ath9k-$(CONFIG_ATH9K_WOW) += wow.o 19 ath9k-$(CONFIG_ATH9K_HWRNG) += rng.o 21 ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o [all …]
|
| H A D | ahb.c | 24 #include "ath9k.h" 92 ret = request_irq(irq, ath_isr, IRQF_SHARED, "ath9k", sc); in ath_ahb_probe() 136 .name = "ath9k",
|
| H A D | pci.c | 22 #include "ath9k.h" 936 ret = pcim_iomap_regions(pdev, BIT(0), "ath9k"); in ath_pci_probe() 968 ret = request_irq(pdev->irq, ath_isr, IRQF_SHARED, "ath9k", sc); in ath_pci_probe() 970 ret = request_irq(pdev->irq, ath_isr, 0, "ath9k", sc); in ath_pci_probe() 1076 .name = "ath9k",
|
| H A D | gpio.c | 17 #include "ath9k.h" 44 ath9k_hw_gpio_request_out(ah, ah->led_pin, "ath9k-led", in ath_fill_led_pin() 88 "ath9k-%s", wiphy_name(sc->hw->wiphy)); in ath_init_leds()
|
| H A D | rng.c | 20 #include "ath9k.h"
|
| H A D | dfs_debug.c | 21 #include "ath9k.h"
|
| H A D | tx99.c | 17 #include "ath9k.h"
|
| H A D | debug_sta.c | 17 #include "ath9k.h"
|
| H A D | htc_drv_gpio.c | 265 "ath9k-led", in ath9k_configure_leds()
|
| H A D | dynack.c | 18 #include "ath9k.h"
|
| H A D | ar9003_wow.c | 18 #include "ath9k.h"
|
| H A D | link.c | 17 #include "ath9k.h"
|
| H A D | mci.c | 20 #include "ath9k.h"
|
| H A D | common-spectral.c | 20 #include "ath9k.h"
|
| H A D | channel.c | 17 #include "ath9k.h"
|
| H A D | main.c | 19 #include "ath9k.h"
|
| /linux/drivers/net/wireless/ath/ |
| H A D | Kconfig | 30 Right now only ath9k makes use of this. 38 Currently, ath9k makes use of this facility. 58 source "drivers/net/wireless/ath/ath9k/Kconfig"
|
| H A D | Makefile | 3 obj-$(CONFIG_ATH9K_HW) += ath9k/
|
| /linux/Documentation/devicetree/bindings/net/wireless/ |
| H A D | qca,ath9k.yaml | 4 $id: http://devicetree.org/schemas/net/wireless/qca,ath9k.yaml# 7 title: Qualcomm Atheros ath9k wireless devices 13 This node provides properties for configuring the ath9k wireless device.
|
| /linux/Documentation/kbuild/ |
| H A D | kconfig.rst | 198 ATH5K ATH9K ATH5K_AHB ATH5K_DEBUG [...] ATH6KL ATH6KL_DEBUG 201 of which only ATH5K and ATH9K match exactly and so are sorted
|
| /linux/drivers/gpio/ |
| H A D | gpio-ath79.c | 252 GPIO_LOOKUP_IDX(label, i, "ath9k", i, GPIO_ACTIVE_HIGH); in ath79_gpio_register_wifi_descriptors()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | spectral.c | 141 /* max_exp has been directly reported by previous hardware (ath9k), in ath10k_spectral_process_fft()
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | ani.c | 70 * and ath9k use only the last two levels, making this in ath5k_ani_set_noise_immunity_level()
|
| H A D | reg.h | 33 * Atheros's ART program (Atheros Radio Test), on ath9k, on legacy-hal
|
| /linux/ |
| H A D | MAINTAINERS | 22312 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER 22316 W: https://wireless.wiki.kernel.org/en/users/Drivers/ath9k 22318 F: Documentation/devicetree/bindings/net/wireless/qca,ath9k.yaml 22319 F: drivers/net/wireless/ath/ath9k/
|