Searched refs:ar9170 (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Dar9170.h87 struct ar9170;
90 struct ar9170 *ar;
126 struct ar9170 { struct
134 int (*open)(struct ar9170 *);
135 void (*stop)(struct ar9170 *);
136 int (*tx)(struct ar9170 *, struct sk_buff *);
137 int (*exec_cmd)(struct ar9170 *, enum ar9170_cmd, u32 ,
139 void (*callback_cmd)(struct ar9170 *, u32 , void *);
140 int (*flush)(struct ar9170 *);
214 #define IS_STARTED(a) (((struct ar9170 *)
[all...]
H A Dcmd.h41 #include "ar9170.h"
44 int ar9170_write_mem(struct ar9170 *ar, const __le32 *data, size_t len);
45 int ar9170_write_reg(struct ar9170 *ar, const u32 reg, const u32 val);
46 int ar9170_read_reg(struct ar9170 *ar, u32 reg, u32 *val);
47 int ar9170_read_mreg(struct ar9170 *ar, int nregs, const u32 *regs, u32 *out);
48 int ar9170_echo_test(struct ar9170 *ar, u32 v);
59 struct ar9170 *__ar = ar;
H A Dcmd.c39 #include "ar9170.h"
42 int ar9170_write_mem(struct ar9170 *ar, const __le32 *data, size_t len)
55 int ar9170_write_reg(struct ar9170 *ar, const u32 reg, const u32 val)
74 int ar9170_read_mreg(struct ar9170 *ar, int nregs, const u32 *regs, u32 *out)
103 int ar9170_read_reg(struct ar9170 *ar, u32 reg, u32 *val)
108 int ar9170_echo_test(struct ar9170 *ar, u32 v)
H A Dled.c39 #include "ar9170.h"
42 int ar9170_set_leds_state(struct ar9170 *ar, u32 led_state)
47 int ar9170_init_leds(struct ar9170 *ar)
67 struct ar9170 *ar = container_of(work, struct ar9170, led_work.work);
105 struct ar9170 *ar = arl->ar;
119 static int ar9170_register_led(struct ar9170 *ar, int i, char *name,
125 "ar9170-%s::%s", wiphy_name(ar->hw->wiphy), name);
144 void ar9170_unregister_leds(struct ar9170 *ar)
158 int ar9170_register_leds(struct ar9170 *a
[all...]
H A Dmac.c41 #include "ar9170.h"
44 int ar9170_set_dyn_sifs_ack(struct ar9170 *ar)
60 int ar9170_set_slot_time(struct ar9170 *ar)
74 int ar9170_set_basic_rates(struct ar9170 *ar)
92 int ar9170_set_qos(struct ar9170 *ar)
126 static int ar9170_set_ampdu_density(struct ar9170 *ar, u8 mpdudensity)
144 int ar9170_init_mac(struct ar9170 *ar)
222 static int ar9170_set_mac_reg(struct ar9170 *ar, const u32 reg, const u8 *mac)
239 int ar9170_update_multicast(struct ar9170 *ar, const u64 mc_hash)
255 int ar9170_update_frame_filter(struct ar9170 *a
[all...]
H A Dusb.h51 #include "ar9170.h"
59 struct ar9170 common;
H A Dmain.c45 #include "ar9170.h"
180 static void ar9170_tx(struct ar9170 *ar);
194 static void ar9170_print_txheader(struct ar9170 *ar, struct sk_buff *skb)
210 static void __ar9170_dump_txqueue(struct ar9170 *ar,
232 static void ar9170_dump_txqueue(struct ar9170 *ar,
244 static void __ar9170_dump_txstats(struct ar9170 *ar)
260 static void ar9170_recycle_expired(struct ar9170 *ar,
299 static void ar9170_tx_status(struct ar9170 *ar, struct sk_buff *skb,
330 void ar9170_tx_callback(struct ar9170 *ar, struct sk_buff *skb)
364 static struct sk_buff *ar9170_get_queued_skb(struct ar9170 *a
[all...]
H A Dusb.c47 #include "ar9170.h"
56 MODULE_FIRMWARE("ar9170.fw");
57 MODULE_FIRMWARE("ar9170-1.fw");
58 MODULE_FIRMWARE("ar9170-2.fw");
360 static int ar9170_usb_flush(struct ar9170 *ar)
404 static int ar9170_usb_exec_cmd(struct ar9170 *ar, enum ar9170_cmd cmd,
468 print_hex_dump_bytes("ar9170 cmd: ", DUMP_PREFIX_NONE,
484 static int ar9170_usb_tx(struct ar9170 *ar, struct sk_buff *skb)
513 static void ar9170_usb_callback_cmd(struct ar9170 *ar, u32 len , void *buffer)
546 print_hex_dump_bytes("ar9170 invali
[all...]
H A Dphy.c40 #include "ar9170.h"
43 static int ar9170_init_power_cal(struct ar9170 *ar)
429 static int ar9170_init_phy_from_eeprom(struct ar9170 *ar,
529 int ar9170_init_phy(struct ar9170 *ar, enum ieee80211_band band)
658 static int ar9170_init_rf_banks_0_7(struct ar9170 *ar, bool band5ghz)
676 static int ar9170_init_rf_bank4_pwr(struct ar9170 *ar, bool band5ghz,
1034 int ar9170_init_rf(struct ar9170 *ar)
1130 static int ar9170_set_freq_cal_data(struct ar9170 *ar,
1231 static u8 ar9170_get_max_edge_power(struct ar9170 *ar,
1274 static u8 ar9170_get_heavy_clip(struct ar9170 *a
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/
H A DMakefile3 obj-$(CONFIG_AR9170_USB) += ar9170/

Completed in 71 milliseconds