Lines Matching defs:ar

185 static void carl9170_ampdu_gc(struct ar9170 *ar)  in carl9170_ampdu_gc()
220 static void carl9170_flush(struct ar9170 *ar, bool drop_queued) in carl9170_flush()
250 static void carl9170_flush_ba(struct ar9170 *ar) in carl9170_flush_ba()
277 static void carl9170_zap_queues(struct ar9170 *ar) in carl9170_zap_queues()
340 struct ar9170 *ar = hw->priv; in carl9170_op_start() local
427 static void carl9170_cancel_worker(struct ar9170 *ar) in carl9170_cancel_worker()
441 struct ar9170 *ar = hw->priv; in carl9170_op_stop() local
466 struct ar9170 *ar = container_of(work, struct ar9170, in carl9170_restart_work() local
504 void carl9170_restart(struct ar9170 *ar, const enum carl9170_restart_reasons r) in carl9170_restart()
543 struct ar9170 *ar = container_of(work, struct ar9170, ping_work); in carl9170_ping_work() local
556 static int carl9170_init_interface(struct ar9170 *ar, in carl9170_init_interface()
585 struct ar9170 *ar = hw->priv; in carl9170_op_add_interface() local
700 struct ar9170 *ar = hw->priv; in carl9170_op_remove_interface() local
757 void carl9170_ps_check(struct ar9170 *ar) in carl9170_ps_check()
763 static int carl9170_ps_update(struct ar9170 *ar) in carl9170_ps_update()
793 struct ar9170 *ar = container_of(work, struct ar9170, in carl9170_ps_work() local
801 static int carl9170_update_survey(struct ar9170 *ar, bool flush, bool noise) in carl9170_update_survey()
825 struct ar9170 *ar = container_of(work, struct ar9170, stat_work.work); in carl9170_stat_work() local
841 struct ar9170 *ar = hw->priv; in carl9170_op_config() local
919 struct ar9170 *ar = hw->priv; in carl9170_op_configure_filter() local
977 struct ar9170 *ar = hw->priv; in carl9170_op_bss_info_changed() local
1084 struct ar9170 *ar = hw->priv; in carl9170_op_get_tsf() local
1103 struct ar9170 *ar = hw->priv; in carl9170_op_set_key() local
1274 struct ar9170 *ar = hw->priv; in carl9170_op_sta_remove() local
1312 struct ar9170 *ar = hw->priv; in carl9170_op_conf_tx() local
1329 struct ar9170 *ar = container_of(work, struct ar9170, in carl9170_ampdu_work() local
1346 struct ar9170 *ar = hw->priv; in carl9170_op_ampdu_action() local
1439 static int carl9170_register_wps_button(struct ar9170 *ar) in carl9170_register_wps_button()
1476 static int carl9170_rng_get(struct ar9170 *ar) in carl9170_rng_get()
1520 struct ar9170 *ar = (struct ar9170 *)rng->priv; in carl9170_rng_read() local
1538 static void carl9170_unregister_hwrng(struct ar9170 *ar) in carl9170_unregister_hwrng()
1546 static int carl9170_register_hwrng(struct ar9170 *ar) in carl9170_register_hwrng()
1581 struct ar9170 *ar = hw->priv; in carl9170_op_get_survey() local
1633 struct ar9170 *ar = hw->priv; in carl9170_op_flush() local
1647 struct ar9170 *ar = hw->priv; in carl9170_op_get_stats() local
1677 struct ar9170 *ar = hw->priv; in carl9170_tx_frames_pending() local
1708 struct ar9170 *ar; in carl9170_alloc() local
1806 static int carl9170_read_eeprom(struct ar9170 *ar) in carl9170_read_eeprom()
1839 static int carl9170_parse_eeprom(struct ar9170 *ar) in carl9170_parse_eeprom()
1910 struct ar9170 *ar = hw->priv; in carl9170_reg_notifier() local
1915 int carl9170_register(struct ar9170 *ar) in carl9170_register()
2003 void carl9170_unregister(struct ar9170 *ar) in carl9170_unregister()
2035 void carl9170_free(struct ar9170 *ar) in carl9170_free()