Searched refs:ath (Results 1 - 26 of 26) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/
H A DMakefile10 obj-$(CONFIG_ATH_COMMON) += ath.o
12 ath-objs := main.o \
19 ath-$(CONFIG_ATH_DEBUG) += debug.o
20 ath-$(CONFIG_ATH_TRACEPOINTS) += trace.o
H A Dtrace.h21 #include "ath.h"
24 #define TRACE_SYSTEM ath
H A Dregd.c495 printk(KERN_DEBUG "ath: regdomain 0x%0x " ath_reg_dyn_country()
553 "ath: EEPROM indicates we should expect " ath_regd_is_eeprom_valid()
561 printk(KERN_DEBUG "ath: EEPROM indicates we " ath_regd_is_eeprom_valid()
568 "ath: invalid regulatory domain/country code 0x%x\n", rd); ath_regd_is_eeprom_valid()
672 printk(KERN_DEBUG "ath: EEPROM regdomain sanitized\n"); ath_regd_sanitize()
686 printk(KERN_DEBUG "ath: EEPROM regdomain: 0x%0x\n", reg->current_rd); __ath_regd_init()
698 printk(KERN_DEBUG "ath: EEPROM indicates default " __ath_regd_init()
706 printk(KERN_DEBUG "ath: doing EEPROM country->regdmn " __ath_regd_init()
711 "ath: no valid country maps found for " __ath_regd_init()
717 printk(KERN_DEBUG "ath: country maps to " __ath_regd_init()
726 printk(KERN_DEBUG "ath: " __ath_regd_init()
742 printk(KERN_DEBUG "ath: Country alpha2 being used: %c%c\n", __ath_regd_init()
744 printk(KERN_DEBUG "ath: Regpair used: 0x%0x\n", __ath_regd_init()
H A Ddebug.c18 #include "ath.h"
H A Dmain.c22 #include "ath.h"
H A Dregd.h23 #include "ath.h"
H A Dhw.c20 #include "ath.h"
H A Ddfs_pattern_detector.c22 #include "ath.h"
H A Ddfs_pri_detector.c20 #include "ath.h"
H A Dkey.c22 #include "ath.h"
/linux-4.1.27/drivers/bluetooth/
H A Dhci_ath.c77 struct ath_struct *ath; ath_hci_uart_work() local
81 ath = container_of(work, struct ath_struct, ctxtsw); ath_hci_uart_work()
83 hu = ath->hu; ath_hci_uart_work()
87 if (ath->cur_sleep) { ath_hci_uart_work()
100 struct ath_struct *ath; ath_open() local
104 ath = kzalloc(sizeof(*ath), GFP_KERNEL); ath_open()
105 if (!ath) ath_open()
108 skb_queue_head_init(&ath->txq); ath_open()
110 hu->priv = ath; ath_open()
111 ath->hu = hu; ath_open()
113 INIT_WORK(&ath->ctxtsw, ath_hci_uart_work); ath_open()
120 struct ath_struct *ath = hu->priv; ath_close() local
124 skb_queue_purge(&ath->txq); ath_close()
126 kfree_skb(ath->rx_skb); ath_close()
128 cancel_work_sync(&ath->ctxtsw); ath_close()
131 kfree(ath); ath_close()
138 struct ath_struct *ath = hu->priv; ath_flush() local
142 skb_queue_purge(&ath->txq); ath_flush()
188 struct ath_struct *ath = hu->priv; ath_recv() local
190 ath->rx_skb = h4_recv_buf(hu->hdev, ath->rx_skb, data, count, ath_recv()
192 if (IS_ERR(ath->rx_skb)) { ath_recv()
193 int err = PTR_ERR(ath->rx_skb); ath_recv()
205 struct ath_struct *ath = hu->priv; ath_enqueue() local
219 ath->cur_sleep = skb->data[HCI_COMMAND_HDR_SIZE]; ath_enqueue()
227 skb_queue_tail(&ath->txq, skb); ath_enqueue()
230 schedule_work(&ath->ctxtsw); ath_enqueue()
237 struct ath_struct *ath = hu->priv; ath_dequeue() local
239 return skb_dequeue(&ath->txq); ath_dequeue()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Ddynack.c39 * @ah: ath hw
60 * @ah: ath hw
79 * @ah: ath hw
109 * @ah: ath hw
166 * @ah: ath hw
242 * @ah: ath hw
276 * @ah: ath hw
277 * @an: ath node
296 * @ah: ath hw
297 * @an: ath node
312 * @ah: ath hw
338 * @ah: ath hw
H A Dcommon.h19 #include "../ath.h"
H A Dhtc_hst.c367 dev_err(htc_handle->dev, "ath: firmware panic! " ath9k_htc_fw_panic_report()
377 dev_err(htc_handle->dev, "ath: firmware panic! " ath9k_htc_fw_panic_report()
382 dev_err(htc_handle->dev, "ath: uknown panic pattern!\n"); ath9k_htc_fw_panic_report()
H A Deeprom.h22 #include "../ath.h"
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
H A Dani.h19 #include "../ath.h"
H A Dpci.c24 #include "../ath.h"
H A Deeprom.h370 * @ee_regdomain: ath/regd.c takes care of COUNTRY_ERD and WORLDWIDE_ROAMING
H A Dpcu.c444 * For more information check out ../hw.c of the common ath module.
H A Dath5k.h43 #include "../ath.h"
H A Dbase.c2582 ret = request_irq(ah->irq, ath5k_intr, IRQF_SHARED, "ath", ah); ath5k_init_ah()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dcore.h33 #include "../ath.h"
H A Dpci.c2514 ret = pci_request_region(pdev, BAR_NUM, "ath"); ath10k_pci_claim()
H A Dmac.c5593 /* Init ath dfs pattern detector */ ath10k_mac_register()
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
H A Dphy.c1327 * ath/regd.c::ath_regd_get_band_ctl() - carl9170_calc_ctl()
1329 * always returns CTL_FCC, while the one in ath/ delivers carl9170_calc_ctl()
/linux-4.1.27/drivers/net/wireless/rtlwifi/
H A Dbase.c2062 RT_TRACE(rtlpriv, COMP_MAC80211, DBG_LOUD, "=>ath find\n"); rtl_recognize_peer()

Completed in 439 milliseconds