Searched refs:rc_update_work (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | wlcore_i.h | 474 struct work_struct rc_update_work; member
|
H A D | main.c | 217 rc_update_work); in wlcore_rc_update_work() 2302 INIT_WORK(&wlvif->rc_update_work, wlcore_rc_update_work); in wl12xx_init_vif_data() 2791 cancel_work_sync(&wlvif->rc_update_work); in __wl1271_op_remove_interface() 5791 ieee80211_queue_work(hw, &wlvif->rc_update_work); in wlcore_op_sta_rc_update()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | wlcore_i.h | 474 struct work_struct rc_update_work; member
|
H A D | main.c | 213 rc_update_work); in wlcore_rc_update_work() 2283 INIT_WORK(&wlvif->rc_update_work, wlcore_rc_update_work); in wl12xx_init_vif_data() 2768 cancel_work_sync(&wlvif->rc_update_work); in __wl1271_op_remove_interface() 5724 ieee80211_queue_work(hw, &wlvif->rc_update_work); in wlcore_op_sta_rc_update()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_main.c | 1292 container_of(work, struct ath9k_htc_sta, rc_update_work); in ath9k_htc_sta_rc_update_work() 1329 INIT_WORK(&ista->rc_update_work, ath9k_htc_sta_rc_update_work); in ath9k_htc_sta_add() 1347 cancel_work_sync(&ista->rc_update_work); in ath9k_htc_sta_remove() 1368 schedule_work(&ista->rc_update_work); in ath9k_htc_sta_rc_update()
|
H A D | htc.h | 267 struct work_struct rc_update_work; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_main.c | 1291 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() 1367 schedule_work(&ista->rc_update_work); in ath9k_htc_sta_rc_update()
|
H A D | htc.h | 267 struct work_struct rc_update_work; member
|
Completed in 24 milliseconds