Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/net/can/spi/
H A Dhi311x.c160 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()
774 INIT_WORK(&priv->restart_work, hi3110_restart_work_handler); in hi3110_open()
1009 queue_work(priv->wq, &priv->restart_work); in hi3110_can_resume()
H A Dmcp251x.c244 struct work_struct restart_work; member
816 queue_work(priv->wq, &priv->restart_work); in mcp251x_do_set_mode()
1025 restart_work); in mcp251x_restart_work_handler()
1382 INIT_WORK(&priv->restart_work, mcp251x_restart_work_handler); in mcp251x_can_probe()
1502 queue_work(priv->wq, &priv->restart_work); in mcp251x_can_resume()
/OK3568_Linux_fs/kernel/drivers/net/can/dev/
H A Ddev.c616 restart_work); in can_restart_work()
633 cancel_delayed_work_sync(&priv->restart_work); in can_restart_now()
658 schedule_delayed_work(&priv->restart_work, in can_bus_off()
793 INIT_DELAYED_WORK(&priv->restart_work, can_restart_work); in alloc_candev_mqs()
906 cancel_delayed_work_sync(&priv->restart_work); in close_candev()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/wiznet/
H A Dw5100.c172 struct work_struct restart_work; member
788 restart_work); in w5100_restart_work()
798 schedule_work(&priv->restart_work); in w5100_tx_timeout()
1160 INIT_WORK(&priv->restart_work, w5100_restart_work); in w5100_probe()
1229 flush_work(&priv->restart_work); in w5100_remove()
/OK3568_Linux_fs/kernel/drivers/hv/
H A Dhv_util.c184 static DECLARE_WORK(restart_work, perform_restart);
237 work = &restart_work; in shutdown_onchannelcallback()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/xilinx/
H A Dll_temac.h387 struct delayed_work restart_work; member
H A Dll_temac_main.c1042 schedule_delayed_work(&lp->restart_work, HZ / 1000); in ll_temac_recv()
1105 restart_work.work); in ll_temac_restart_work_func()
1203 cancel_delayed_work_sync(&lp->restart_work); in temac_stop()
1410 INIT_DELAYED_WORK(&lp->restart_work, ll_temac_restart_work_func); in temac_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/synopsys/
H A 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()
H A Ddwc-xlgmac.h560 struct work_struct restart_work; member
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dmain.c253 container_of(work, struct ieee80211_local, restart_work); in ieee80211_restart_work()
320 queue_work(system_freezable_wq, &local->restart_work); in ieee80211_restart_hw()
710 INIT_WORK(&local->restart_work, ieee80211_restart_work); in ieee80211_alloc_hw_nm()
1387 cancel_work_sync(&local->restart_work); in ieee80211_unregister_hw()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/
H A Dag71xx.c372 struct delayed_work restart_work; member
802 schedule_delayed_work(&ag->restart_work, in ag71xx_tx_packets()
843 cancel_delayed_work(&ag->restart_work); in ag71xx_tx_packets()
1639 schedule_delayed_work(&ag->restart_work, 1); in ag71xx_tx_timeout()
1645 restart_work.work); in ag71xx_restart_work_func()
1927 INIT_DELAYED_WORK(&ag->restart_work, ag71xx_restart_work_func); in ag71xx_probe()
/OK3568_Linux_fs/kernel/include/linux/can/
H A Ddev.h61 struct delayed_work restart_work; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/microchip/
H A Denc28j60.c63 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()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A 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()
H A Dohci.h409 unsigned restart_work:1; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/toshiba/
H A Dtc35815.c411 struct work_struct restart_work; member
810 INIT_WORK(&lp->restart_work, tc35815_restart_work); in tc35815_init_one()
1173 container_of(work, struct tc35815_local, restart_work); in tc35815_restart_work()
1190 schedule_work(&lp->restart_work); in tc35815_schedule_restart()
1835 cancel_work_sync(&lp->restart_work); in tc35815_close()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dcore.c758 struct ath11k_base *ab = container_of(work, struct ath11k_base, restart_work); in ath11k_core_restart()
928 INIT_WORK(&ab->restart_work, ath11k_core_restart); in ath11k_core_alloc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/
H A Dmain.c471 restart_work); in carl9170_restart_work()
535 ieee80211_queue_work(ar->hw, &ar->restart_work); in carl9170_restart()
1815 INIT_WORK(&ar->restart_work, carl9170_restart_work); in carl9170_alloc()
2076 cancel_work_sync(&ar->restart_work); in carl9170_unregister()
H A Dcarl9170.h296 struct work_struct restart_work; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-platform.c566 schedule_work(&pdata->restart_work); in xgbe_platform_resume()
H A Dxgbe-pci.c460 schedule_work(&pdata->restart_work); in xgbe_pci_resume()
H A Dxgbe-drv.c533 schedule_work(&pdata->restart_work); in xgbe_isr_task()
1455 restart_work); in xgbe_restart()
1870 INIT_WORK(&pdata->restart_work, xgbe_restart); in xgbe_open()
2077 schedule_work(&pdata->restart_work); in xgbe_tx_timeout()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/
H A Db43legacy.h729 struct work_struct restart_work; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dsdio.c564 queue_work(ar->workqueue, &ar->restart_work); in ath10k_sdio_mbox_rx_alloc()
963 queue_work(ar->workqueue, &ar->restart_work); in ath10k_sdio_mbox_read_int_status()
2507 queue_work(ar->workqueue, &ar->restart_work); in ath10k_sdio_fw_crashed_dump()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A Db43.h875 struct work_struct restart_work; member

12