Home
last modified time | relevance | path

Searched refs:tx_watchdog_work (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h412 struct delayed_work tx_watchdog_work; member
H A Dmain.c203 cancel_delayed_work(&wl->tx_watchdog_work); in wl12xx_rearm_tx_watchdog_locked()
204 ieee80211_queue_delayed_work(wl->hw, &wl->tx_watchdog_work, in wl12xx_rearm_tx_watchdog_locked()
246 wl = container_of(dwork, struct wl1271, tx_watchdog_work); in wl12xx_tx_watchdog_work()
530 cancel_delayed_work(&wl->tx_watchdog_work); in wlcore_fw_status()
1258 cancel_delayed_work_sync(&wl->tx_watchdog_work); in wl1271_plt_stop()
1853 cancel_delayed_work(&wl->tx_watchdog_work); in wl1271_op_suspend()
2008 cancel_delayed_work_sync(&wl->tx_watchdog_work); in wlcore_op_stop_locked()
6393 INIT_DELAYED_WORK(&wl->tx_watchdog_work, wl12xx_tx_watchdog_work); in wlcore_alloc_hw()