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()
604 struct ar9170 *ar = hw->priv; in carl9170_op_add_interface() local
769 struct ar9170 *ar = hw->priv; in carl9170_op_remove_interface() local
826 void carl9170_ps_check(struct ar9170 *ar) in carl9170_ps_check()
832 static int carl9170_ps_update(struct ar9170 *ar) in carl9170_ps_update()
862 struct ar9170 *ar = container_of(work, struct ar9170, in carl9170_ps_work() local
870 static int carl9170_update_survey(struct ar9170 *ar, bool flush, bool noise) in carl9170_update_survey()
894 struct ar9170 *ar = container_of(work, struct ar9170, stat_work.work); in carl9170_stat_work() local
910 struct ar9170 *ar = hw->priv; in carl9170_op_config() local
992 struct ar9170 *ar = hw->priv; in carl9170_op_configure_filter() local
1052 struct ar9170 *ar = hw->priv; in carl9170_op_bss_info_changed() local
1159 struct ar9170 *ar = hw->priv; in carl9170_op_get_tsf() local
1178 struct ar9170 *ar = hw->priv; in carl9170_op_set_key() local
1348 struct ar9170 *ar = hw->priv; in carl9170_op_sta_remove() local
1386 struct ar9170 *ar = hw->priv; in carl9170_op_conf_tx() local
1403 struct ar9170 *ar = container_of(work, struct ar9170, in carl9170_ampdu_work() local
1422 struct ar9170 *ar = hw->priv; in carl9170_op_ampdu_action() local
1510 static int carl9170_register_wps_button(struct ar9170 *ar) in carl9170_register_wps_button()
1547 static int carl9170_rng_get(struct ar9170 *ar) in carl9170_rng_get()
1591 struct ar9170 *ar = (struct ar9170 *)rng->priv; in carl9170_rng_read() local
1609 static void carl9170_unregister_hwrng(struct ar9170 *ar) in carl9170_unregister_hwrng()
1617 static int carl9170_register_hwrng(struct ar9170 *ar) in carl9170_register_hwrng()
1652 struct ar9170 *ar = hw->priv; in carl9170_op_get_survey() local
1706 struct ar9170 *ar = hw->priv; in carl9170_op_flush() local
1720 struct ar9170 *ar = hw->priv; in carl9170_op_get_stats() local
1750 struct ar9170 *ar = hw->priv; in carl9170_tx_frames_pending() local
1781 struct ar9170 *ar; in carl9170_alloc() local
1884 static int carl9170_read_eeprom(struct ar9170 *ar) in carl9170_read_eeprom()
1917 static int carl9170_parse_eeprom(struct ar9170 *ar) in carl9170_parse_eeprom()
1976 struct ar9170 *ar = hw->priv; in carl9170_reg_notifier() local
1981 int carl9170_register(struct ar9170 *ar) in carl9170_register()
2065 void carl9170_unregister(struct ar9170 *ar) in carl9170_unregister()
2097 void carl9170_free(struct ar9170 *ar) in carl9170_free()