Searched full:ath9k (Results 1 – 25 of 36) sorted by relevance
12
/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 [all...] |
H A D | ahb.c | 25 #include "ath9k.h" 93 ret = request_irq(irq, ath_isr, IRQF_SHARED, "ath9k", sc); in ath_ahb_probe() 137 .name = "ath9k",
|
H A D | btcoex.c | 181 "ath9k-btactive"); in ath9k_hw_btcoex_init_2wire() 207 "ath9k-btactive"); in ath9k_hw_btcoex_init_3wire() 209 "ath9k-btpriority"); in ath9k_hw_btcoex_init_3wire() 253 "ath9k-wlanactive", in ath9k_hw_btcoex_enable_2wire() 348 "ath9k-wlanactive", in ath9k_hw_btcoex_enable_3wire()
|
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 | ath9k_pci_owl_loader.c | 151 /* this should match the pattern used in ath9k/init.c */ in owl_get_eeprom_name() 152 scnprintf(eeprom_name, EEPROM_FILENAME_LEN, "ath9k-eeprom-pci-%s.bin", in owl_get_eeprom_name()
|
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 | wow.c | 17 #include "ath9k.h"
|
H A D | common.c | 18 * Module for common driver code between ath9k and ath9k_htc
|
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 | debug.c | 22 #include "ath9k.h" 1382 sc->debug.debugfs_phy = debugfs_create_dir("ath9k", in ath9k_init_debug()
|
H A D | mci.c | 20 #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/translations/zh_CN/kbuild/ |
H A D | kconfig.rst | 175 ATH5K ATH9K ATH5K_AHB ATH5K_DEBUG [...] ATH6KL ATH6KL_DEBUG 178 其中只有 ATH5K 和 ATH9K 完全匹配,因此它们排在前面(按字母顺序),
|
/linux/Documentation/kbuild/ |
H A D | kconfig.rst | 193 ATH5K ATH9K ATH5K_AHB ATH5K_DEBUG [...] ATH6KL ATH6KL_DEBUG 196 of which only ATH5K and ATH9K match exactly and so are sorted
|
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | hw.h | 1137 * a mac which has a register allocation similar to ath9k and at least some 1139 * identical to the ath9k definitions.
|
H A D | spectral.c | 141 /* max_exp has been directly reported by previous hardware (ath9k), in ath10k_spectral_process_fft()
|
12