Searched refs:recovery_work (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | recovery.c | 24 fw_recovery.recovery_work); in ath6kl_recovery_work() 54 queue_work(ar->ath6kl_wq, &ar->fw_recovery.recovery_work); in ath6kl_recovery_err_notify() 103 INIT_WORK(&recovery->recovery_work, ath6kl_recovery_work); in ath6kl_recovery_init() 124 cancel_work_sync(&ar->fw_recovery.recovery_work); in ath6kl_recovery_cleanup()
|
D | core.h | 839 struct work_struct recovery_work; member
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | wlcore.h | 317 struct work_struct recovery_work; member
|
D | main.c | 808 ieee80211_queue_work(wl->hw, &wl->recovery_work); in wl12xx_queue_recovery_work() 985 container_of(work, struct wl1271, recovery_work); in wl1271_recovery_work() 1234 cancel_work_sync(&wl->recovery_work); in wl1271_plt_stop() 1895 ieee80211_queue_work(wl->hw, &wl->recovery_work); in wl1271_op_resume() 1980 cancel_work_sync(&wl->recovery_work); in wlcore_op_stop_locked() 2601 wl1271_recovery_work(&wl->recovery_work); in wl1271_op_add_interface() 6228 INIT_WORK(&wl->recovery_work, wl1271_recovery_work); in wlcore_alloc_hw()
|
/linux-4.1.27/include/scsi/ |
D | scsi_transport_iscsi.h | 244 struct delayed_work recovery_work; member
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_transport_iscsi.c | 1893 recovery_work.work); in session_recovery_timedout() 1935 cancel_delayed_work(&session->recovery_work); in __iscsi_unblock_session() 1985 &session->recovery_work, in __iscsi_block_session() 2044 INIT_DELAYED_WORK(&session->recovery_work, session_recovery_timedout); in iscsi_alloc_session() 2178 if (!cancel_delayed_work(&session->recovery_work)) in iscsi_remove_session()
|
/linux-4.1.27/drivers/s390/cio/ |
D | device.c | 1311 static DECLARE_WORK(recovery_work, recovery_work_func); 1319 schedule_work(&recovery_work); in recovery_func()
|