| /Linux-v5.4/drivers/net/can/spi/ |
| D | hi311x.c | 160 struct work_struct restart_work; member 398 queue_work(priv->wq, &priv->restart_work); in hi3110_do_set_mode() 599 restart_work); in hi3110_restart_work_handler() 773 INIT_WORK(&priv->restart_work, hi3110_restart_work_handler); in hi3110_open() 1008 queue_work(priv->wq, &priv->restart_work); in hi3110_can_resume()
|
| D | mcp251x.c | 217 struct work_struct restart_work; member 493 queue_work(priv->wq, &priv->restart_work); in mcp251x_do_set_mode() 712 restart_work); in mcp251x_restart_work_handler() 914 INIT_WORK(&priv->restart_work, mcp251x_restart_work_handler); in mcp251x_open() 1161 queue_work(priv->wq, &priv->restart_work); in mcp251x_can_resume()
|
| /Linux-v5.4/drivers/net/can/ |
| D | dev.c | 583 restart_work); in can_restart_work() 600 cancel_delayed_work_sync(&priv->restart_work); in can_restart_now() 621 schedule_delayed_work(&priv->restart_work, in can_bus_off() 754 INIT_DELAYED_WORK(&priv->restart_work, can_restart_work); in alloc_candev_mqs() 867 cancel_delayed_work_sync(&priv->restart_work); in close_candev()
|
| /Linux-v5.4/drivers/net/ethernet/wiznet/ |
| D | w5100.c | 172 struct work_struct restart_work; member 788 restart_work); in w5100_restart_work() 798 schedule_work(&priv->restart_work); in w5100_tx_timeout() 1158 INIT_WORK(&priv->restart_work, w5100_restart_work); in w5100_probe() 1227 flush_work(&priv->restart_work); in w5100_remove()
|
| /Linux-v5.4/include/linux/can/ |
| D | dev.h | 60 struct delayed_work restart_work; member
|
| /Linux-v5.4/drivers/net/ethernet/atheros/ |
| D | ag71xx.c | 318 struct delayed_work restart_work; member 654 schedule_delayed_work(&ag->restart_work, in ag71xx_tx_packets() 695 cancel_delayed_work(&ag->restart_work); in ag71xx_tx_packets() 1418 schedule_delayed_work(&ag->restart_work, 1); in ag71xx_tx_timeout() 1424 restart_work.work); in ag71xx_restart_work_func() 1708 INIT_DELAYED_WORK(&ag->restart_work, ag71xx_restart_work_func); in ag71xx_probe()
|
| /Linux-v5.4/net/mac80211/ |
| D | main.c | 246 container_of(work, struct ieee80211_local, restart_work); in ieee80211_restart_work() 313 queue_work(system_freezable_wq, &local->restart_work); in ieee80211_restart_hw() 678 INIT_WORK(&local->restart_work, ieee80211_restart_work); in ieee80211_alloc_hw_nm() 1334 cancel_work_sync(&local->restart_work); in ieee80211_unregister_hw()
|
| /Linux-v5.4/drivers/net/ethernet/synopsys/ |
| D | dwc-xlgmac-net.c | 320 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()
|
| D | dwc-xlgmac.h | 560 struct work_struct restart_work; member
|
| /Linux-v5.4/drivers/net/ethernet/microchip/ |
| D | enc28j60.c | 63 struct work_struct restart_work; member 1337 schedule_work(&priv->restart_work); in enc28j60_tx_timeout() 1449 container_of(work, struct enc28j60_net, restart_work); in enc28j60_restart_work_handler() 1564 INIT_WORK(&priv->restart_work, enc28j60_restart_work_handler); in enc28j60_probe()
|
| /Linux-v5.4/drivers/usb/host/ |
| D | ohci-q.c | 1220 ohci->restart_work = 1; in ohci_work() 1230 if (ohci->restart_work) { in ohci_work() 1231 ohci->restart_work = 0; in ohci_work()
|
| D | ohci.h | 409 unsigned restart_work:1; member
|
| /Linux-v5.4/drivers/net/ethernet/toshiba/ |
| D | tc35815.c | 411 struct work_struct restart_work; member 811 INIT_WORK(&lp->restart_work, tc35815_restart_work); in tc35815_init_one() 1171 container_of(work, struct tc35815_local, restart_work); in tc35815_restart_work() 1188 schedule_work(&lp->restart_work); in tc35815_schedule_restart() 1828 cancel_work_sync(&lp->restart_work); in tc35815_close()
|
| /Linux-v5.4/drivers/net/wireless/ath/carl9170/ |
| D | main.c | 471 restart_work); in carl9170_restart_work() 535 ieee80211_queue_work(ar->hw, &ar->restart_work); in carl9170_restart() 1829 INIT_WORK(&ar->restart_work, carl9170_restart_work); in carl9170_alloc() 2090 cancel_work_sync(&ar->restart_work); in carl9170_unregister()
|
| D | carl9170.h | 293 struct work_struct restart_work; member
|
| /Linux-v5.4/drivers/net/ethernet/amd/xgbe/ |
| D | xgbe-platform.c | 566 schedule_work(&pdata->restart_work); in xgbe_platform_resume()
|
| D | xgbe-pci.c | 458 schedule_work(&pdata->restart_work); in xgbe_pci_resume()
|
| D | xgbe-drv.c | 533 schedule_work(&pdata->restart_work); in xgbe_isr_task() 1527 restart_work); in xgbe_restart() 1953 INIT_WORK(&pdata->restart_work, xgbe_restart); in xgbe_open() 2160 schedule_work(&pdata->restart_work); in xgbe_tx_timeout()
|
| D | xgbe.h | 1225 struct work_struct restart_work; member
|
| /Linux-v5.4/drivers/net/wireless/broadcom/b43legacy/ |
| D | b43legacy.h | 729 struct work_struct restart_work; member
|
| D | main.c | 3553 container_of(work, struct b43legacy_wldev, restart_work); in b43legacy_chip_reset() 3696 INIT_WORK(&dev->restart_work, b43legacy_chip_reset); in b43legacy_wireless_core_attach() 3887 cancel_work_sync(&wldev->restart_work); in b43legacy_remove() 3914 ieee80211_queue_work(dev->wl->hw, &dev->restart_work); in b43legacy_controller_restart()
|
| /Linux-v5.4/drivers/net/wireless/broadcom/b43/ |
| D | b43.h | 875 struct work_struct restart_work; member
|
| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
| D | core.h | 1122 struct work_struct restart_work; member
|
| D | debug.c | 586 queue_work(ar->workqueue, &ar->restart_work); in ath10k_write_simulate_fw_crash() 2003 queue_work(ar->workqueue, &ar->restart_work); in ath10k_write_btcoex() 2134 queue_work(ar->workqueue, &ar->restart_work); in ath10k_write_peer_stats()
|
| /Linux-v5.4/drivers/net/ethernet/marvell/ |
| D | sky2.c | 2374 schedule_work(&hw->restart_work); in sky2_tx_timeout() 2980 schedule_work(&hw->restart_work); in sky2_watchdog() 3509 struct sky2_hw *hw = container_of(work, struct sky2_hw, restart_work); in sky2_restart() 5100 INIT_WORK(&hw->restart_work, sky2_restart); in sky2_probe() 5143 cancel_work_sync(&hw->restart_work); in sky2_remove() 5184 cancel_work_sync(&hw->restart_work); in sky2_suspend()
|