/drivers/input/ |
D | keyreset.c | 30 struct work_struct restart_work; member 48 schedule_work(&state->restart_work); in do_reset_fn() 73 INIT_WORK(&state->restart_work, do_restart); in keyreset_probe()
|
/drivers/net/can/ |
D | dev.c | 439 struct can_priv *priv = container_of(dwork, struct can_priv, restart_work); in can_restart_work() 457 cancel_delayed_work_sync(&priv->restart_work); in can_restart_now() 480 schedule_delayed_work(&priv->restart_work, in can_bus_off() 598 INIT_DELAYED_WORK(&priv->restart_work, can_restart_work); in alloc_candev() 693 cancel_delayed_work_sync(&priv->restart_work); in close_candev()
|
/drivers/net/can/spi/ |
D | mcp251x.c | 260 struct work_struct restart_work; member 547 queue_work(priv->wq, &priv->restart_work); in mcp251x_do_set_mode() 770 restart_work); in mcp251x_restart_work_handler() 964 INIT_WORK(&priv->restart_work, mcp251x_restart_work_handler); in mcp251x_open() 1225 queue_work(priv->wq, &priv->restart_work); in mcp251x_can_resume() 1229 queue_work(priv->wq, &priv->restart_work); in mcp251x_can_resume()
|
/drivers/net/ethernet/microchip/ |
D | enc28j60.c | 66 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()
|
/drivers/usb/host/ |
D | ohci-q.c | 1219 ohci->restart_work = 1; in ohci_work() 1229 if (ohci->restart_work) { in ohci_work() 1230 ohci->restart_work = 0; in ohci_work()
|
D | ohci.h | 406 unsigned restart_work:1; member
|
/drivers/net/ethernet/toshiba/ |
D | tc35815.c | 412 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()
|
/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() 1833 INIT_WORK(&ar->restart_work, carl9170_restart_work); in carl9170_alloc() 2091 cancel_work_sync(&ar->restart_work); in carl9170_unregister()
|
D | carl9170.h | 293 struct work_struct restart_work; member
|
/drivers/net/ethernet/amd/xgbe/ |
D | xgbe.h | 685 struct work_struct restart_work; member
|
D | xgbe-drv.c | 244 schedule_work(&pdata->restart_work); in xgbe_isr() 784 restart_work); in xgbe_restart() 1128 INIT_WORK(&pdata->restart_work, xgbe_restart); in xgbe_open()
|
/drivers/net/wireless/ath/ath10k/ |
D | core.h | 534 struct work_struct restart_work; member
|
D | core.c | 686 struct ath10k *ar = container_of(work, struct ath10k, restart_work); in ath10k_core_restart() 1132 INIT_WORK(&ar->restart_work, ath10k_core_restart); in ath10k_core_create()
|
D | pci.c | 1002 queue_work(ar->workqueue, &ar->restart_work); in ath10k_pci_fw_crashed_dump()
|
D | mac.c | 2568 cancel_work_sync(&ar->restart_work); in ath10k_stop()
|
/drivers/net/wireless/b43legacy/ |
D | b43legacy.h | 728 struct work_struct restart_work; member
|
D | main.c | 3591 container_of(work, struct b43legacy_wldev, restart_work); in b43legacy_chip_reset() 3734 INIT_WORK(&dev->restart_work, b43legacy_chip_reset); in b43legacy_wireless_core_attach() 3920 cancel_work_sync(&wldev->restart_work); in b43legacy_remove() 3947 ieee80211_queue_work(dev->wl->hw, &dev->restart_work); in b43legacy_controller_restart()
|
/drivers/net/wireless/b43/ |
D | b43.h | 872 struct work_struct restart_work; member
|
D | main.c | 5187 container_of(work, struct b43_wldev, restart_work); in b43_chip_reset() 5444 INIT_WORK(&dev->restart_work, b43_chip_reset); in b43_wireless_core_attach() 5651 cancel_work_sync(&wldev->restart_work); in b43_bcma_remove() 5734 cancel_work_sync(&wldev->restart_work); in b43_ssb_remove() 5769 ieee80211_queue_work(dev->wl->hw, &dev->restart_work); in b43_controller_restart()
|
/drivers/net/ethernet/marvell/ |
D | sky2.c | 2392 schedule_work(&hw->restart_work); in sky2_tx_timeout() 3009 schedule_work(&hw->restart_work); in sky2_watchdog() 3538 struct sky2_hw *hw = container_of(work, struct sky2_hw, restart_work); in sky2_restart() 5069 INIT_WORK(&hw->restart_work, sky2_restart); in sky2_probe() 5112 cancel_work_sync(&hw->restart_work); in sky2_remove() 5154 cancel_work_sync(&hw->restart_work); in sky2_suspend()
|
D | sky2.h | 2307 struct work_struct restart_work; member
|