• Home
  • Raw
  • Download

Lines Matching defs:ar

184 static void carl9170_ampdu_gc(struct ar9170 *ar)  in carl9170_ampdu_gc()
219 static void carl9170_flush(struct ar9170 *ar, bool drop_queued) in carl9170_flush()
249 static void carl9170_flush_ba(struct ar9170 *ar) in carl9170_flush_ba()
276 static void carl9170_zap_queues(struct ar9170 *ar) in carl9170_zap_queues()
339 struct ar9170 *ar = hw->priv; in carl9170_op_start() local
431 static void carl9170_cancel_worker(struct ar9170 *ar) in carl9170_cancel_worker()
445 struct ar9170 *ar = hw->priv; in carl9170_op_stop() local
470 struct ar9170 *ar = container_of(work, struct ar9170, in carl9170_restart_work() local
507 void carl9170_restart(struct ar9170 *ar, const enum carl9170_restart_reasons r) in carl9170_restart()
546 struct ar9170 *ar = container_of(work, struct ar9170, ping_work); in carl9170_ping_work() local
559 static int carl9170_init_interface(struct ar9170 *ar, in carl9170_init_interface()
603 struct ar9170 *ar = hw->priv; in carl9170_op_add_interface() local
756 struct ar9170 *ar = hw->priv; in carl9170_op_remove_interface() local
813 void carl9170_ps_check(struct ar9170 *ar) in carl9170_ps_check()
819 static int carl9170_ps_update(struct ar9170 *ar) in carl9170_ps_update()
849 struct ar9170 *ar = container_of(work, struct ar9170, in carl9170_ps_work() local
857 static int carl9170_update_survey(struct ar9170 *ar, bool flush, bool noise) in carl9170_update_survey()
881 struct ar9170 *ar = container_of(work, struct ar9170, stat_work.work); in carl9170_stat_work() local
897 struct ar9170 *ar = hw->priv; in carl9170_op_config() local
979 struct ar9170 *ar = hw->priv; in carl9170_op_configure_filter() local
1039 struct ar9170 *ar = hw->priv; in carl9170_op_bss_info_changed() local
1146 struct ar9170 *ar = hw->priv; in carl9170_op_get_tsf() local
1165 struct ar9170 *ar = hw->priv; in carl9170_op_set_key() local
1335 struct ar9170 *ar = hw->priv; in carl9170_op_sta_remove() local
1373 struct ar9170 *ar = hw->priv; in carl9170_op_conf_tx() local
1385 struct ar9170 *ar = container_of(work, struct ar9170, in carl9170_ampdu_work() local
1404 struct ar9170 *ar = hw->priv; in carl9170_op_ampdu_action() local
1491 static int carl9170_register_wps_button(struct ar9170 *ar) in carl9170_register_wps_button()
1528 static int carl9170_rng_get(struct ar9170 *ar) in carl9170_rng_get()
1572 struct ar9170 *ar = (struct ar9170 *)rng->priv; in carl9170_rng_read() local
1590 static void carl9170_unregister_hwrng(struct ar9170 *ar) in carl9170_unregister_hwrng()
1598 static int carl9170_register_hwrng(struct ar9170 *ar) in carl9170_register_hwrng()
1633 struct ar9170 *ar = hw->priv; in carl9170_op_get_survey() local
1687 struct ar9170 *ar = hw->priv; in carl9170_op_flush() local
1701 struct ar9170 *ar = hw->priv; in carl9170_op_get_stats() local
1731 struct ar9170 *ar = hw->priv; in carl9170_tx_frames_pending() local
1762 struct ar9170 *ar; in carl9170_alloc() local
1867 static int carl9170_read_eeprom(struct ar9170 *ar) in carl9170_read_eeprom()
1900 static int carl9170_parse_eeprom(struct ar9170 *ar) in carl9170_parse_eeprom()
1959 struct ar9170 *ar = hw->priv; in carl9170_reg_notifier() local
1964 int carl9170_register(struct ar9170 *ar) in carl9170_register()
2049 void carl9170_unregister(struct ar9170 *ar) in carl9170_unregister()
2081 void carl9170_free(struct ar9170 *ar) in carl9170_free()