• Home
  • Raw
  • Download

Lines Matching refs:rt2x00dev

71 int rt2x00lib_enable_radio(struct rt2x00_dev *rt2x00dev);
72 void rt2x00lib_disable_radio(struct rt2x00_dev *rt2x00dev);
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,
91 void rt2x00lib_config_antenna(struct rt2x00_dev *rt2x00dev,
93 void rt2x00lib_config(struct rt2x00_dev *rt2x00dev,
156 int rt2x00queue_update_beacon(struct rt2x00_dev *rt2x00dev,
165 int rt2x00queue_update_beacon_locked(struct rt2x00_dev *rt2x00dev,
173 int rt2x00queue_clear_beacon(struct rt2x00_dev *rt2x00dev,
195 void rt2x00queue_init_queues(struct rt2x00_dev *rt2x00dev);
197 int rt2x00queue_initialize(struct rt2x00_dev *rt2x00dev);
198 void rt2x00queue_uninitialize(struct rt2x00_dev *rt2x00dev);
199 int rt2x00queue_allocate(struct rt2x00_dev *rt2x00dev);
200 void rt2x00queue_free(struct rt2x00_dev *rt2x00dev);
211 void rt2x00link_update_stats(struct rt2x00_dev *rt2x00dev,
223 void rt2x00link_start_tuner(struct rt2x00_dev *rt2x00dev);
232 void rt2x00link_stop_tuner(struct rt2x00_dev *rt2x00dev);
253 void rt2x00link_reset_tuner(struct rt2x00_dev *rt2x00dev, bool antenna);
263 void rt2x00link_start_watchdog(struct rt2x00_dev *rt2x00dev);
272 void rt2x00link_stop_watchdog(struct rt2x00_dev *rt2x00dev);
281 void rt2x00link_register(struct rt2x00_dev *rt2x00dev);
287 int rt2x00lib_load_firmware(struct rt2x00_dev *rt2x00dev);
288 void rt2x00lib_free_firmware(struct rt2x00_dev *rt2x00dev);
290 static inline int rt2x00lib_load_firmware(struct rt2x00_dev *rt2x00dev) in rt2x00lib_load_firmware() argument
294 static inline void rt2x00lib_free_firmware(struct rt2x00_dev *rt2x00dev) in rt2x00lib_free_firmware() argument
303 void rt2x00debug_register(struct rt2x00_dev *rt2x00dev);
304 void rt2x00debug_deregister(struct rt2x00_dev *rt2x00dev);
305 void rt2x00debug_update_crypto(struct rt2x00_dev *rt2x00dev,
308 static inline void rt2x00debug_register(struct rt2x00_dev *rt2x00dev) in rt2x00debug_register() argument
312 static inline void rt2x00debug_deregister(struct rt2x00_dev *rt2x00dev) in rt2x00debug_deregister() argument
316 static inline void rt2x00debug_update_crypto(struct rt2x00_dev *rt2x00dev, in rt2x00debug_update_crypto() argument
327 void rt2x00crypto_create_tx_descriptor(struct rt2x00_dev *rt2x00dev,
330 unsigned int rt2x00crypto_tx_overhead(struct rt2x00_dev *rt2x00dev,
346 static inline void rt2x00crypto_create_tx_descriptor(struct rt2x00_dev *rt2x00dev, in rt2x00crypto_create_tx_descriptor() argument
352 static inline unsigned int rt2x00crypto_tx_overhead(struct rt2x00_dev *rt2x00dev, in rt2x00crypto_tx_overhead() argument
383 static inline void rt2x00rfkill_register(struct rt2x00_dev *rt2x00dev) in rt2x00rfkill_register() argument
385 if (test_bit(CAPABILITY_HW_BUTTON, &rt2x00dev->cap_flags)) in rt2x00rfkill_register()
386 wiphy_rfkill_start_polling(rt2x00dev->hw->wiphy); in rt2x00rfkill_register()
389 static inline void rt2x00rfkill_unregister(struct rt2x00_dev *rt2x00dev) in rt2x00rfkill_unregister() argument
391 if (test_bit(CAPABILITY_HW_BUTTON, &rt2x00dev->cap_flags)) in rt2x00rfkill_unregister()
392 wiphy_rfkill_stop_polling(rt2x00dev->hw->wiphy); in rt2x00rfkill_unregister()
399 void rt2x00leds_led_quality(struct rt2x00_dev *rt2x00dev, int rssi);
400 void rt2x00led_led_activity(struct rt2x00_dev *rt2x00dev, bool enabled);
401 void rt2x00leds_led_assoc(struct rt2x00_dev *rt2x00dev, bool enabled);
402 void rt2x00leds_led_radio(struct rt2x00_dev *rt2x00dev, bool enabled);
403 void rt2x00leds_register(struct rt2x00_dev *rt2x00dev);
404 void rt2x00leds_unregister(struct rt2x00_dev *rt2x00dev);
405 void rt2x00leds_suspend(struct rt2x00_dev *rt2x00dev);
406 void rt2x00leds_resume(struct rt2x00_dev *rt2x00dev);
408 static inline void rt2x00leds_led_quality(struct rt2x00_dev *rt2x00dev, in rt2x00leds_led_quality() argument
413 static inline void rt2x00led_led_activity(struct rt2x00_dev *rt2x00dev, in rt2x00led_led_activity() argument
418 static inline void rt2x00leds_led_assoc(struct rt2x00_dev *rt2x00dev, in rt2x00leds_led_assoc() argument
423 static inline void rt2x00leds_led_radio(struct rt2x00_dev *rt2x00dev, in rt2x00leds_led_radio() argument
428 static inline void rt2x00leds_register(struct rt2x00_dev *rt2x00dev) in rt2x00leds_register() argument
432 static inline void rt2x00leds_unregister(struct rt2x00_dev *rt2x00dev) in rt2x00leds_unregister() argument
436 static inline void rt2x00leds_suspend(struct rt2x00_dev *rt2x00dev) in rt2x00leds_suspend() argument
440 static inline void rt2x00leds_resume(struct rt2x00_dev *rt2x00dev) in rt2x00leds_resume() argument