/linux-6.12.1/drivers/net/can/dev/ |
D | dev.c | 188 restart_work); in can_restart_work() 205 cancel_delayed_work_sync(&priv->restart_work); in can_restart_now() 230 schedule_delayed_work(&priv->restart_work, in can_bus_off() 295 INIT_DELAYED_WORK(&priv->restart_work, can_restart_work); in alloc_candev_mqs() 456 cancel_delayed_work_sync(&priv->restart_work); in close_candev()
|
/linux-6.12.1/drivers/net/can/spi/ |
D | hi311x.c | 159 struct work_struct restart_work; member 398 queue_work(priv->wq, &priv->restart_work); in hi3110_do_set_mode() 597 restart_work); in hi3110_restart_work_handler() 769 INIT_WORK(&priv->restart_work, hi3110_restart_work_handler); in hi3110_open() 1000 queue_work(priv->wq, &priv->restart_work); in hi3110_can_resume()
|
D | mcp251x.c | 242 struct work_struct restart_work; member 813 queue_work(priv->wq, &priv->restart_work); in mcp251x_do_set_mode() 1020 restart_work); in mcp251x_restart_work_handler() 1375 INIT_WORK(&priv->restart_work, mcp251x_restart_work_handler); in mcp251x_can_probe() 1491 queue_work(priv->wq, &priv->restart_work); in mcp251x_can_resume()
|
/linux-6.12.1/drivers/net/ethernet/wiznet/ |
D | w5100.c | 172 struct work_struct restart_work; member 783 restart_work); in w5100_restart_work() 793 schedule_work(&priv->restart_work); in w5100_tx_timeout() 1155 INIT_WORK(&priv->restart_work, w5100_restart_work); in w5100_probe() 1224 flush_work(&priv->restart_work); in w5100_remove()
|
/linux-6.12.1/include/linux/can/ |
D | dev.h | 77 struct delayed_work restart_work; member
|
/linux-6.12.1/drivers/net/ethernet/xilinx/ |
D | ll_temac.h | 397 struct delayed_work restart_work; member
|
D | ll_temac_main.c | 1046 schedule_delayed_work(&lp->restart_work, HZ / 1000); in ll_temac_recv() 1109 restart_work.work); in ll_temac_restart_work_func() 1207 cancel_delayed_work_sync(&lp->restart_work); in temac_stop() 1426 INIT_DELAYED_WORK(&lp->restart_work, ll_temac_restart_work_func); in temac_probe()
|
/linux-6.12.1/drivers/hv/ |
D | hv_util.c | 175 static DECLARE_WORK(restart_work, perform_restart); 242 work = &restart_work; in shutdown_onchannelcallback()
|
/linux-6.12.1/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-net.c | 320 schedule_work(&pdata->restart_work); in xlgmac_isr() 630 restart_work); in xlgmac_restart() 660 INIT_WORK(&pdata->restart_work, xlgmac_restart); in xlgmac_open() 696 schedule_work(&pdata->restart_work); in xlgmac_tx_timeout()
|
D | dwc-xlgmac.h | 561 struct work_struct restart_work; member
|
/linux-6.12.1/drivers/net/ethernet/atheros/ |
D | ag71xx.c | 374 struct delayed_work restart_work; member 794 schedule_delayed_work(&ag->restart_work, in ag71xx_tx_packets() 835 cancel_delayed_work(&ag->restart_work); in ag71xx_tx_packets() 1577 schedule_delayed_work(&ag->restart_work, 1); in ag71xx_tx_timeout() 1583 restart_work.work); in ag71xx_restart_work_func() 1866 INIT_DELAYED_WORK(&ag->restart_work, ag71xx_restart_work_func); in ag71xx_probe()
|
/linux-6.12.1/net/mac80211/ |
D | main.c | 466 container_of(work, struct ieee80211_local, restart_work); in ieee80211_restart_work() 546 queue_work(system_freezable_wq, &local->restart_work); in ieee80211_restart_hw() 976 INIT_WORK(&local->restart_work, ieee80211_restart_work); in ieee80211_alloc_hw_nm() 1683 cancel_work_sync(&local->restart_work); in ieee80211_unregister_hw()
|
/linux-6.12.1/drivers/net/ethernet/microchip/ |
D | enc28j60.c | 62 struct work_struct restart_work; member 1321 schedule_work(&priv->restart_work); in enc28j60_tx_timeout() 1433 container_of(work, struct enc28j60_net, restart_work); in enc28j60_restart_work_handler() 1546 INIT_WORK(&priv->restart_work, enc28j60_restart_work_handler); in enc28j60_probe()
|
/linux-6.12.1/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-6.12.1/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() 1174 container_of(work, struct tc35815_local, restart_work); in tc35815_restart_work() 1191 schedule_work(&lp->restart_work); in tc35815_schedule_restart() 1832 cancel_work_sync(&lp->restart_work); in tc35815_close()
|
/linux-6.12.1/drivers/net/wireless/ath/carl9170/ |
D | main.c | 470 restart_work); in carl9170_restart_work() 534 ieee80211_queue_work(ar->hw, &ar->restart_work); in carl9170_restart() 1798 INIT_WORK(&ar->restart_work, carl9170_restart_work); in carl9170_alloc() 2043 cancel_work_sync(&ar->restart_work); in carl9170_unregister()
|
D | carl9170.h | 296 struct work_struct restart_work; member
|
/linux-6.12.1/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-platform.c | 524 schedule_work(&pdata->restart_work); in xgbe_platform_resume()
|
D | xgbe-pci.c | 470 schedule_work(&pdata->restart_work); in xgbe_pci_resume()
|
D | xgbe-drv.c | 533 schedule_work(&pdata->restart_work); in xgbe_isr_bh_work() 1472 restart_work); in xgbe_restart() 1882 INIT_WORK(&pdata->restart_work, xgbe_restart); in xgbe_open() 2087 schedule_work(&pdata->restart_work); in xgbe_tx_timeout()
|
/linux-6.12.1/drivers/net/wireless/broadcom/b43legacy/ |
D | b43legacy.h | 729 struct work_struct restart_work; member
|
/linux-6.12.1/drivers/net/wireless/ath/ath12k/ |
D | core.c | 1120 struct ath12k_base *ab = container_of(work, struct ath12k_base, restart_work); in ath12k_core_restart() 1312 INIT_WORK(&ab->restart_work, ath12k_core_restart); in ath12k_core_alloc()
|
/linux-6.12.1/drivers/net/wireless/broadcom/b43/ |
D | b43.h | 875 struct work_struct restart_work; member
|
/linux-6.12.1/drivers/md/ |
D | dm-verity-target.c | 616 static DECLARE_WORK(restart_work, restart_io_error); in verity_finish_io() 617 queue_work(v->verify_wq, &restart_work); in verity_finish_io()
|