Home
last modified time | relevance | path

Searched refs:restart_work (Results 1 – 23 of 23) sorted by relevance

/linux-4.4.14/drivers/net/can/spi/
Dmcp251x.c261 struct work_struct restart_work; member
548 queue_work(priv->wq, &priv->restart_work); in mcp251x_do_set_mode()
771 restart_work); in mcp251x_restart_work_handler()
966 INIT_WORK(&priv->restart_work, mcp251x_restart_work_handler); in mcp251x_open()
1230 queue_work(priv->wq, &priv->restart_work); in mcp251x_can_resume()
/linux-4.4.14/net/mac80211/
Dmain.c246 container_of(work, struct ieee80211_local, restart_work); in ieee80211_restart_work()
284 queue_work(system_freezable_wq, &local->restart_work); in ieee80211_restart_hw()
612 INIT_WORK(&local->restart_work, ieee80211_restart_work); in ieee80211_alloc_hw_nm()
1151 cancel_work_sync(&local->restart_work); in ieee80211_unregister_hw()
Dieee80211_i.h1326 struct work_struct restart_work; member
Dutil.c1803 cancel_work_sync(&local->restart_work); in ieee80211_reconfig()
/linux-4.4.14/drivers/usb/host/
Dohci-q.c1215 ohci->restart_work = 1; in ohci_work()
1225 if (ohci->restart_work) { in ohci_work()
1226 ohci->restart_work = 0; in ohci_work()
Dohci.h406 unsigned restart_work:1; member
/linux-4.4.14/drivers/net/ethernet/microchip/
Denc28j60.c66 struct work_struct restart_work; member
1336 schedule_work(&priv->restart_work); in enc28j60_tx_timeout()
1454 container_of(work, struct enc28j60_net, restart_work); in enc28j60_restart_work_handler()
1568 INIT_WORK(&priv->restart_work, enc28j60_restart_work_handler); in enc28j60_probe()
/linux-4.4.14/drivers/net/ethernet/toshiba/
Dtc35815.c412 struct work_struct restart_work; member
835 INIT_WORK(&lp->restart_work, tc35815_restart_work); in tc35815_init_one()
1196 container_of(work, struct tc35815_local, restart_work); in tc35815_restart_work()
1213 schedule_work(&lp->restart_work); in tc35815_schedule_restart()
1852 cancel_work_sync(&lp->restart_work); in tc35815_close()
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
Dmain.c471 restart_work); in carl9170_restart_work()
535 ieee80211_queue_work(ar->hw, &ar->restart_work); in carl9170_restart()
1832 INIT_WORK(&ar->restart_work, carl9170_restart_work); in carl9170_alloc()
2090 cancel_work_sync(&ar->restart_work); in carl9170_unregister()
Dcarl9170.h293 struct work_struct restart_work; member
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c368 schedule_work(&pdata->restart_work); in xgbe_isr()
976 restart_work); in xgbe_restart()
1335 INIT_WORK(&pdata->restart_work, xgbe_restart); in xgbe_open()
1540 schedule_work(&pdata->restart_work); in xgbe_tx_timeout()
Dxgbe.h888 struct work_struct restart_work; member
/linux-4.4.14/drivers/net/wireless/b43legacy/
Db43legacy.h728 struct work_struct restart_work; member
Dmain.c3587 container_of(work, struct b43legacy_wldev, restart_work); in b43legacy_chip_reset()
3730 INIT_WORK(&dev->restart_work, b43legacy_chip_reset); in b43legacy_wireless_core_attach()
3917 cancel_work_sync(&wldev->restart_work); in b43legacy_remove()
3944 ieee80211_queue_work(dev->wl->hw, &dev->restart_work); in b43legacy_controller_restart()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dcore.h795 struct work_struct restart_work; member
Dcore.c1331 struct ath10k *ar = container_of(work, struct ath10k, restart_work); in ath10k_core_restart()
2015 INIT_WORK(&ar->restart_work, ath10k_core_restart); in ath10k_core_create()
Ddebug.c609 queue_work(ar->workqueue, &ar->restart_work); in ath10k_write_simulate_fw_crash()
Dpci.c1392 queue_work(ar->workqueue, &ar->restart_work); in ath10k_pci_fw_crashed_dump()
Dmac.c4126 cancel_work_sync(&ar->restart_work); in ath10k_stop()
/linux-4.4.14/drivers/net/wireless/b43/
Db43.h874 struct work_struct restart_work; member
Dmain.c5234 container_of(work, struct b43_wldev, restart_work); in b43_chip_reset()
5492 INIT_WORK(&dev->restart_work, b43_chip_reset); in b43_wireless_core_attach()
5700 cancel_work_sync(&wldev->restart_work); in b43_bcma_remove()
5783 cancel_work_sync(&wldev->restart_work); in b43_ssb_remove()
5818 ieee80211_queue_work(dev->wl->hw, &dev->restart_work); in b43_controller_restart()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dsky2.c2389 schedule_work(&hw->restart_work); in sky2_tx_timeout()
3007 schedule_work(&hw->restart_work); in sky2_watchdog()
3536 struct sky2_hw *hw = container_of(work, struct sky2_hw, restart_work); in sky2_restart()
5079 INIT_WORK(&hw->restart_work, sky2_restart); in sky2_probe()
5122 cancel_work_sync(&hw->restart_work); in sky2_remove()
5164 cancel_work_sync(&hw->restart_work); in sky2_suspend()
Dsky2.h2307 struct work_struct restart_work; member