Searched refs:ani_tasklet (Results 1 – 3 of 3) sorted by relevance
563 tasklet_schedule(&ah->ani_tasklet); in ath5k_ani_mib_intr()584 tasklet_schedule(&ah->ani_tasklet); in ath5k_ani_phy_error_report()588 tasklet_schedule(&ah->ani_tasklet); in ath5k_ani_phy_error_report()
2226 tasklet_schedule(&ah->ani_tasklet); in ath5k_intr_calibration_poll()2797 tasklet_kill(&ah->ani_tasklet); in ath5k_stop_tasklets()3077 tasklet_init(&ah->ani_tasklet, ath5k_tasklet_ani, (unsigned long)ah); in ath5k_init()
1343 struct tasklet_struct ani_tasklet; /* ANI calibration */ member