• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/

Lines Matching refs:rt2x00dev

70 int rt2x00lib_enable_radio(struct rt2x00_dev *rt2x00dev);
71 void rt2x00lib_disable_radio(struct rt2x00_dev *rt2x00dev);
72 void rt2x00lib_toggle_rx(struct rt2x00_dev *rt2x00dev, enum dev_state state);
77 int rt2x00lib_start(struct rt2x00_dev *rt2x00dev);
78 void rt2x00lib_stop(struct rt2x00_dev *rt2x00dev);
83 void rt2x00lib_config_intf(struct rt2x00_dev *rt2x00dev,
87 void rt2x00lib_config_erp(struct rt2x00_dev *rt2x00dev,
90 void rt2x00lib_config_antenna(struct rt2x00_dev *rt2x00dev,
92 void rt2x00lib_config(struct rt2x00_dev *rt2x00dev,
102 * @rt2x00dev: Pointer to &struct rt2x00_dev.
105 struct sk_buff *rt2x00queue_alloc_rxskb(struct rt2x00_dev *rt2x00dev,
110 * @rt2x00dev: Pointer to &struct rt2x00_dev.
113 void rt2x00queue_free_skb(struct rt2x00_dev *rt2x00dev, struct sk_buff *skb);
164 * @rt2x00dev: Pointer to &struct rt2x00_dev.
168 int rt2x00queue_update_beacon(struct rt2x00_dev *rt2x00dev,
185 * @rt2x00dev: Pointer to &struct rt2x00_dev.
190 void rt2x00queue_stop_queues(struct rt2x00_dev *rt2x00dev);
194 * @rt2x00dev: Pointer to &struct rt2x00_dev.
200 void rt2x00queue_init_queues(struct rt2x00_dev *rt2x00dev);
202 int rt2x00queue_initialize(struct rt2x00_dev *rt2x00dev);
203 void rt2x00queue_uninitialize(struct rt2x00_dev *rt2x00dev);
204 int rt2x00queue_allocate(struct rt2x00_dev *rt2x00dev);
205 void rt2x00queue_free(struct rt2x00_dev *rt2x00dev);
209 * @rt2x00dev: Pointer to &struct rt2x00_dev.
216 void rt2x00link_update_stats(struct rt2x00_dev *rt2x00dev,
222 * @rt2x00dev: Pointer to &struct rt2x00_dev.
228 void rt2x00link_start_tuner(struct rt2x00_dev *rt2x00dev);
232 * @rt2x00dev: Pointer to &struct rt2x00_dev.
237 void rt2x00link_stop_tuner(struct rt2x00_dev *rt2x00dev);
241 * @rt2x00dev: Pointer to &struct rt2x00_dev.
258 void rt2x00link_reset_tuner(struct rt2x00_dev *rt2x00dev, bool antenna);
262 * @rt2x00dev: Pointer to &struct rt2x00_dev.
268 void rt2x00link_start_watchdog(struct rt2x00_dev *rt2x00dev);
272 * @rt2x00dev: Pointer to &struct rt2x00_dev.
277 void rt2x00link_stop_watchdog(struct rt2x00_dev *rt2x00dev);
281 * @rt2x00dev: Pointer to &struct rt2x00_dev.
286 void rt2x00link_register(struct rt2x00_dev *rt2x00dev);
292 int rt2x00lib_load_firmware(struct rt2x00_dev *rt2x00dev);
293 void rt2x00lib_free_firmware(struct rt2x00_dev *rt2x00dev);
295 static inline int rt2x00lib_load_firmware(struct rt2x00_dev *rt2x00dev)
299 static inline void rt2x00lib_free_firmware(struct rt2x00_dev *rt2x00dev)
308 void rt2x00debug_register(struct rt2x00_dev *rt2x00dev);
309 void rt2x00debug_deregister(struct rt2x00_dev *rt2x00dev);
310 void rt2x00debug_update_crypto(struct rt2x00_dev *rt2x00dev,
313 static inline void rt2x00debug_register(struct rt2x00_dev *rt2x00dev)
317 static inline void rt2x00debug_deregister(struct rt2x00_dev *rt2x00dev)
321 static inline void rt2x00debug_update_crypto(struct rt2x00_dev *rt2x00dev,
334 unsigned int rt2x00crypto_tx_overhead(struct rt2x00_dev *rt2x00dev,
355 static inline unsigned int rt2x00crypto_tx_overhead(struct rt2x00_dev *rt2x00dev,
391 u16 rt2x00ht_center_channel(struct rt2x00_dev *rt2x00dev,
400 static inline u16 rt2x00ht_center_channel(struct rt2x00_dev *rt2x00dev,
410 static inline void rt2x00rfkill_register(struct rt2x00_dev *rt2x00dev)
412 if (test_bit(CONFIG_SUPPORT_HW_BUTTON, &rt2x00dev->flags))
413 wiphy_rfkill_start_polling(rt2x00dev->hw->wiphy);
416 static inline void rt2x00rfkill_unregister(struct rt2x00_dev *rt2x00dev)
418 if (test_bit(CONFIG_SUPPORT_HW_BUTTON, &rt2x00dev->flags))
419 wiphy_rfkill_stop_polling(rt2x00dev->hw->wiphy);
426 void rt2x00leds_led_quality(struct rt2x00_dev *rt2x00dev, int rssi);
427 void rt2x00led_led_activity(struct rt2x00_dev *rt2x00dev, bool enabled);
428 void rt2x00leds_led_assoc(struct rt2x00_dev *rt2x00dev, bool enabled);
429 void rt2x00leds_led_radio(struct rt2x00_dev *rt2x00dev, bool enabled);
430 void rt2x00leds_register(struct rt2x00_dev *rt2x00dev);
431 void rt2x00leds_unregister(struct rt2x00_dev *rt2x00dev);
432 void rt2x00leds_suspend(struct rt2x00_dev *rt2x00dev);
433 void rt2x00leds_resume(struct rt2x00_dev *rt2x00dev);
435 static inline void rt2x00leds_led_quality(struct rt2x00_dev *rt2x00dev,
440 static inline void rt2x00led_led_activity(struct rt2x00_dev *rt2x00dev,
445 static inline void rt2x00leds_led_assoc(struct rt2x00_dev *rt2x00dev,
450 static inline void rt2x00leds_led_radio(struct rt2x00_dev *rt2x00dev,
455 static inline void rt2x00leds_register(struct rt2x00_dev *rt2x00dev)
459 static inline void rt2x00leds_unregister(struct rt2x00_dev *rt2x00dev)
463 static inline void rt2x00leds_suspend(struct rt2x00_dev *rt2x00dev)
467 static inline void rt2x00leds_resume(struct rt2x00_dev *rt2x00dev)