Lines Matching refs:rt2x00_dev
70 int rt2x00lib_enable_radio(struct rt2x00_dev *rt2x00dev);
71 void rt2x00lib_disable_radio(struct rt2x00_dev *rt2x00dev);
76 int rt2x00lib_start(struct rt2x00_dev *rt2x00dev);
77 void rt2x00lib_stop(struct rt2x00_dev *rt2x00dev);
82 void rt2x00lib_config_intf(struct rt2x00_dev *rt2x00dev,
86 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,
155 int rt2x00queue_update_beacon(struct rt2x00_dev *rt2x00dev,
164 int rt2x00queue_update_beacon_locked(struct rt2x00_dev *rt2x00dev,
172 int rt2x00queue_clear_beacon(struct rt2x00_dev *rt2x00dev,
194 void rt2x00queue_init_queues(struct rt2x00_dev *rt2x00dev);
196 int rt2x00queue_initialize(struct rt2x00_dev *rt2x00dev);
197 void rt2x00queue_uninitialize(struct rt2x00_dev *rt2x00dev);
198 int rt2x00queue_allocate(struct rt2x00_dev *rt2x00dev);
199 void rt2x00queue_free(struct rt2x00_dev *rt2x00dev);
210 void rt2x00link_update_stats(struct rt2x00_dev *rt2x00dev,
222 void rt2x00link_start_tuner(struct rt2x00_dev *rt2x00dev);
231 void rt2x00link_stop_tuner(struct rt2x00_dev *rt2x00dev);
252 void rt2x00link_reset_tuner(struct rt2x00_dev *rt2x00dev, bool antenna);
262 void rt2x00link_start_watchdog(struct rt2x00_dev *rt2x00dev);
271 void rt2x00link_stop_watchdog(struct rt2x00_dev *rt2x00dev);
277 void rt2x00link_start_agc(struct rt2x00_dev *rt2x00dev);
283 void rt2x00link_start_vcocal(struct rt2x00_dev *rt2x00dev);
289 void rt2x00link_stop_agc(struct rt2x00_dev *rt2x00dev);
295 void rt2x00link_stop_vcocal(struct rt2x00_dev *rt2x00dev);
304 void rt2x00link_register(struct rt2x00_dev *rt2x00dev);
310 int rt2x00lib_load_firmware(struct rt2x00_dev *rt2x00dev);
311 void rt2x00lib_free_firmware(struct rt2x00_dev *rt2x00dev);
313 static inline int rt2x00lib_load_firmware(struct rt2x00_dev *rt2x00dev) in rt2x00lib_load_firmware()
317 static inline void rt2x00lib_free_firmware(struct rt2x00_dev *rt2x00dev) in rt2x00lib_free_firmware()
326 void rt2x00debug_register(struct rt2x00_dev *rt2x00dev);
327 void rt2x00debug_deregister(struct rt2x00_dev *rt2x00dev);
328 void rt2x00debug_update_crypto(struct rt2x00_dev *rt2x00dev,
331 static inline void rt2x00debug_register(struct rt2x00_dev *rt2x00dev) in rt2x00debug_register()
335 static inline void rt2x00debug_deregister(struct rt2x00_dev *rt2x00dev) in rt2x00debug_deregister()
339 static inline void rt2x00debug_update_crypto(struct rt2x00_dev *rt2x00dev, in rt2x00debug_update_crypto()
350 void rt2x00crypto_create_tx_descriptor(struct rt2x00_dev *rt2x00dev,
353 unsigned int rt2x00crypto_tx_overhead(struct rt2x00_dev *rt2x00dev,
369 static inline void rt2x00crypto_create_tx_descriptor(struct rt2x00_dev *rt2x00dev, in rt2x00crypto_create_tx_descriptor()
375 static inline unsigned int rt2x00crypto_tx_overhead(struct rt2x00_dev *rt2x00dev, in rt2x00crypto_tx_overhead()
406 static inline void rt2x00rfkill_register(struct rt2x00_dev *rt2x00dev) in rt2x00rfkill_register()
412 static inline void rt2x00rfkill_unregister(struct rt2x00_dev *rt2x00dev) in rt2x00rfkill_unregister()
422 void rt2x00leds_led_quality(struct rt2x00_dev *rt2x00dev, int rssi);
423 void rt2x00led_led_activity(struct rt2x00_dev *rt2x00dev, bool enabled);
424 void rt2x00leds_led_assoc(struct rt2x00_dev *rt2x00dev, bool enabled);
425 void rt2x00leds_led_radio(struct rt2x00_dev *rt2x00dev, bool enabled);
426 void rt2x00leds_register(struct rt2x00_dev *rt2x00dev);
427 void rt2x00leds_unregister(struct rt2x00_dev *rt2x00dev);
428 void rt2x00leds_suspend(struct rt2x00_dev *rt2x00dev);
429 void rt2x00leds_resume(struct rt2x00_dev *rt2x00dev);
431 static inline void rt2x00leds_led_quality(struct rt2x00_dev *rt2x00dev, in rt2x00leds_led_quality()
436 static inline void rt2x00led_led_activity(struct rt2x00_dev *rt2x00dev, in rt2x00led_led_activity()
441 static inline void rt2x00leds_led_assoc(struct rt2x00_dev *rt2x00dev, in rt2x00leds_led_assoc()
446 static inline void rt2x00leds_led_radio(struct rt2x00_dev *rt2x00dev, in rt2x00leds_led_radio()
451 static inline void rt2x00leds_register(struct rt2x00_dev *rt2x00dev) in rt2x00leds_register()
455 static inline void rt2x00leds_unregister(struct rt2x00_dev *rt2x00dev) in rt2x00leds_unregister()
459 static inline void rt2x00leds_suspend(struct rt2x00_dev *rt2x00dev) in rt2x00leds_suspend()
463 static inline void rt2x00leds_resume(struct rt2x00_dev *rt2x00dev) in rt2x00leds_resume()