Home
last modified time | relevance | path

Searched refs:rc_update_work (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore_i.h484 struct work_struct rc_update_work; member
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c1291 container_of(work, struct ath9k_htc_sta, rc_update_work); in ath9k_htc_sta_rc_update_work()
1328 INIT_WORK(&ista->rc_update_work, ath9k_htc_sta_rc_update_work); in ath9k_htc_sta_add()
1346 cancel_work_sync(&ista->rc_update_work); in ath9k_htc_sta_remove()
1369 schedule_work(&ista->rc_update_work); in ath9k_htc_sta_rc_update()
H A Dhtc.h267 struct work_struct rc_update_work; member