Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/net/can/spi/
Dhi311x.c170 struct work_struct restart_work; member
416 queue_work(priv->wq, &priv->restart_work); in hi3110_do_set_mode()
617 restart_work); in hi3110_restart_work_handler()
791 INIT_WORK(&priv->restart_work, hi3110_restart_work_handler); in hi3110_open()
1051 queue_work(priv->wq, &priv->restart_work); in hi3110_can_resume()
Dmcp251x.c261 struct work_struct restart_work; member
548 queue_work(priv->wq, &priv->restart_work); in mcp251x_do_set_mode()
770 restart_work); in mcp251x_restart_work_handler()
966 INIT_WORK(&priv->restart_work, mcp251x_restart_work_handler); in mcp251x_open()
1235 queue_work(priv->wq, &priv->restart_work); in mcp251x_can_resume()
/Linux-v4.19/drivers/net/can/
Ddev.c573 struct can_priv *priv = container_of(dwork, struct can_priv, restart_work); in can_restart_work()
591 cancel_delayed_work_sync(&priv->restart_work); in can_restart_now()
613 schedule_delayed_work(&priv->restart_work, in can_bus_off()
733 INIT_DELAYED_WORK(&priv->restart_work, can_restart_work); in alloc_candev_mqs()
851 cancel_delayed_work_sync(&priv->restart_work); in close_candev()
/Linux-v4.19/drivers/net/ethernet/wiznet/
Dw5100.c173 struct work_struct restart_work; member
795 restart_work); in w5100_restart_work()
805 schedule_work(&priv->restart_work); in w5100_tx_timeout()
1165 INIT_WORK(&priv->restart_work, w5100_restart_work); in w5100_probe()
1234 flush_work(&priv->restart_work); in w5100_remove()
/Linux-v4.19/include/linux/can/
Ddev.h60 struct delayed_work restart_work; member
/Linux-v4.19/net/mac80211/
Dmain.c247 container_of(work, struct ieee80211_local, restart_work); in ieee80211_restart_work()
314 queue_work(system_freezable_wq, &local->restart_work); in ieee80211_restart_hw()
658 INIT_WORK(&local->restart_work, ieee80211_restart_work); in ieee80211_alloc_hw_nm()
1241 cancel_work_sync(&local->restart_work); in ieee80211_unregister_hw()
/Linux-v4.19/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-net.c320 schedule_work(&pdata->restart_work); in xlgmac_isr()
631 restart_work); in xlgmac_restart()
661 INIT_WORK(&pdata->restart_work, xlgmac_restart); in xlgmac_open()
697 schedule_work(&pdata->restart_work); in xlgmac_tx_timeout()
Ddwc-xlgmac.h560 struct work_struct restart_work; member
/Linux-v4.19/drivers/net/ethernet/microchip/
Denc28j60.c67 struct work_struct restart_work; member
1344 schedule_work(&priv->restart_work); in enc28j60_tx_timeout()
1462 container_of(work, struct enc28j60_net, restart_work); in enc28j60_restart_work_handler()
1579 INIT_WORK(&priv->restart_work, enc28j60_restart_work_handler); in enc28j60_probe()
/Linux-v4.19/drivers/usb/host/
Dohci-q.c1220 ohci->restart_work = 1; in ohci_work()
1230 if (ohci->restart_work) { in ohci_work()
1231 ohci->restart_work = 0; in ohci_work()
Dohci.h407 unsigned restart_work:1; member
/Linux-v4.19/drivers/net/ethernet/toshiba/
Dtc35815.c411 struct work_struct restart_work; member
805 INIT_WORK(&lp->restart_work, tc35815_restart_work); in tc35815_init_one()
1165 container_of(work, struct tc35815_local, restart_work); in tc35815_restart_work()
1182 schedule_work(&lp->restart_work); in tc35815_schedule_restart()
1821 cancel_work_sync(&lp->restart_work); in tc35815_close()
/Linux-v4.19/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()
1834 INIT_WORK(&ar->restart_work, carl9170_restart_work); in carl9170_alloc()
2095 cancel_work_sync(&ar->restart_work); in carl9170_unregister()
Dcarl9170.h293 struct work_struct restart_work; member
/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/
Db43legacy.h729 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()
3921 cancel_work_sync(&wldev->restart_work); in b43legacy_remove()
3948 ieee80211_queue_work(dev->wl->hw, &dev->restart_work); in b43legacy_controller_restart()
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-pci.c458 schedule_work(&pdata->restart_work); in xgbe_pci_resume()
Dxgbe-platform.c577 schedule_work(&pdata->restart_work); in xgbe_platform_resume()
Dxgbe-drv.c534 schedule_work(&pdata->restart_work); in xgbe_isr_task()
1528 restart_work); in xgbe_restart()
1954 INIT_WORK(&pdata->restart_work, xgbe_restart); in xgbe_open()
2161 schedule_work(&pdata->restart_work); in xgbe_tx_timeout()
Dxgbe.h1225 struct work_struct restart_work; member
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Db43.h875 struct work_struct restart_work; member
Dmain.c5224 container_of(work, struct b43_wldev, restart_work); in b43_chip_reset()
5477 INIT_WORK(&dev->restart_work, b43_chip_reset); in b43_wireless_core_attach()
5690 cancel_work_sync(&wldev->restart_work); in b43_bcma_remove()
5773 cancel_work_sync(&wldev->restart_work); in b43_ssb_remove()
5809 ieee80211_queue_work(dev->wl->hw, &dev->restart_work); in b43_controller_restart()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dcore.h1051 struct work_struct restart_work; member
Ddebug.c594 queue_work(ar->workqueue, &ar->restart_work); in ath10k_write_simulate_fw_crash()
2008 queue_work(ar->workqueue, &ar->restart_work); in ath10k_write_btcoex()
2084 queue_work(ar->workqueue, &ar->restart_work); in ath10k_write_peer_stats()
/Linux-v4.19/drivers/net/ethernet/marvell/
Dsky2.c2389 schedule_work(&hw->restart_work); in sky2_tx_timeout()
2997 schedule_work(&hw->restart_work); in sky2_watchdog()
3526 struct sky2_hw *hw = container_of(work, struct sky2_hw, restart_work); in sky2_restart()
5087 INIT_WORK(&hw->restart_work, sky2_restart); in sky2_probe()
5130 cancel_work_sync(&hw->restart_work); in sky2_remove()
5172 cancel_work_sync(&hw->restart_work); in sky2_suspend()

12