/drivers/staging/greybus/ |
D | fw-download.c | 30 struct delayed_work dwork; member 132 struct delayed_work *dwork = to_delayed_work(work); in fw_request_timedout() local 133 struct fw_request *fw_req = container_of(dwork, struct fw_request, dwork); in fw_request_timedout() 209 INIT_DELAYED_WORK(&fw_req->dwork, fw_request_timedout); in find_firmware() 210 schedule_delayed_work(&fw_req->dwork, NEXT_REQ_TIMEOUT_J); in find_firmware() 300 cancel_delayed_work_sync(&fw_req->dwork); in fw_download_fetch_firmware() 343 schedule_delayed_work(&fw_req->dwork, NEXT_REQ_TIMEOUT_J); in fw_download_fetch_firmware() 376 cancel_delayed_work_sync(&fw_req->dwork); in fw_download_release_firmware() 458 cancel_delayed_work_sync(&fw_req->dwork); in gb_fw_download_connection_exit()
|
D | bootrom.c | 40 struct delayed_work dwork; member 55 struct delayed_work *dwork = to_delayed_work(work); in gb_bootrom_timedout() local 56 struct gb_bootrom *bootrom = container_of(dwork, struct gb_bootrom, dwork); in gb_bootrom_timedout() 92 schedule_delayed_work(&bootrom->dwork, msecs_to_jiffies(timeout)); in gb_bootrom_set_timeout() 97 cancel_delayed_work_sync(&bootrom->dwork); in gb_bootrom_cancel_timeout() 441 INIT_DELAYED_WORK(&bootrom->dwork, gb_bootrom_timedout); in gb_bootrom_probe()
|
/drivers/staging/most/hdm-i2c/ |
D | hdm_i2c.c | 55 struct delayed_work dwork; member 96 schedule_delayed_work(&dev->rx.dwork, in configure_channel() 262 struct hdm_i2c *dev = container_of(work, struct hdm_i2c, rx.dwork.work); in pending_rx_work() 268 schedule_delayed_work(&dev->rx.dwork, in pending_rx_work() 300 schedule_delayed_work(&dev->rx.dwork, 0); in most_irq_handler() 352 INIT_DELAYED_WORK(&dev->rx.dwork, pending_rx_work); in i2c_probe() 403 cancel_delayed_work_sync(&dev->rx.dwork); in i2c_remove()
|
/drivers/input/keyboard/ |
D | tca6416-keypad.c | 49 struct delayed_work dwork; member 138 container_of(work, struct tca6416_keypad_chip, dwork.work); in tca6416_keys_work_func() 141 schedule_delayed_work(&chip->dwork, msecs_to_jiffies(100)); in tca6416_keys_work_func() 152 schedule_delayed_work(&chip->dwork, msecs_to_jiffies(100)); in tca6416_keys_open() 164 cancel_delayed_work_sync(&chip->dwork); in tca6416_keys_close() 237 INIT_DELAYED_WORK(&chip->dwork, tca6416_keys_work_func); in tca6416_keypad_probe()
|
D | qt2160.c | 71 struct delayed_work dwork; member 228 mod_delayed_work(system_wq, &qt2160->dwork, 0); in qt2160_irq() 238 schedule_delayed_work(&qt2160->dwork, QT2160_CYCLE_INTERVAL); in qt2160_schedule_read() 245 container_of(work, struct qt2160_data, dwork.work); in qt2160_worker() 408 INIT_DELAYED_WORK(&qt2160->dwork, qt2160_worker); in qt2160_probe() 482 cancel_delayed_work_sync(&qt2160->dwork); in qt2160_remove()
|
/drivers/input/touchscreen/ |
D | ili210x.c | 49 struct delayed_work dwork; member 119 dwork.work); in ili210x_work() 135 schedule_delayed_work(&priv->dwork, in ili210x_work() 143 schedule_delayed_work(&priv->dwork, 0); in ili210x_irq() 238 INIT_DELAYED_WORK(&priv->dwork, ili210x_work); in ili210x_i2c_probe() 307 cancel_delayed_work_sync(&priv->dwork); in ili210x_i2c_remove()
|
/drivers/net/wireless/ti/wl1251/ |
D | ps.c | 32 struct delayed_work *dwork; in wl1251_elp_work() local 35 dwork = to_delayed_work(work); in wl1251_elp_work() 36 wl = container_of(dwork, struct wl1251, elp_work); in wl1251_elp_work()
|
/drivers/input/mouse/ |
D | synaptics_i2c.c | 221 struct delayed_work dwork; member 379 mod_delayed_work(system_wq, &touch->dwork, delay); in synaptics_i2c_reschedule_work() 448 container_of(work, struct synaptics_i2c, dwork.work); in synaptics_i2c_work_handler() 490 cancel_delayed_work_sync(&touch->dwork); in synaptics_i2c_close() 532 INIT_DELAYED_WORK(&touch->dwork, synaptics_i2c_work_handler); in synaptics_i2c_touch_create() 622 cancel_delayed_work_sync(&touch->dwork); in synaptics_i2c_suspend()
|
/drivers/misc/ |
D | vmw_balloon.c | 311 struct delayed_work dwork; member 1016 mod_delayed_work(system_freezable_wq, &b->dwork, 0); in vmballoon_doorbell() 1117 struct delayed_work *dwork = to_delayed_work(work); in vmballoon_work() local 1118 struct vmballoon *b = container_of(dwork, struct vmballoon, dwork); in vmballoon_work() 1145 dwork, round_jiffies_relative(HZ)); in vmballoon_work() 1286 INIT_DELAYED_WORK(&balloon.dwork, vmballoon_work); in vmballoon_init() 1297 queue_delayed_work(system_freezable_wq, &balloon.dwork, 0); in vmballoon_init() 1306 cancel_delayed_work_sync(&balloon.dwork); in vmballoon_exit()
|
/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tdls.c | 292 mod_delayed_work(system_wq, &mvm->tdls_cs.dwork, in iwl_mvm_rx_tdls_notif() 519 mvm = container_of(work, struct iwl_mvm, tdls_cs.dwork.work); in iwl_mvm_tdls_ch_switch_work() 552 queue_delayed_work(system_wq, &mvm->tdls_cs.dwork, in iwl_mvm_tdls_ch_switch_work() 615 mod_delayed_work(system_wq, &mvm->tdls_cs.dwork, in iwl_mvm_tdls_channel_switch() 670 flush_delayed_work(&mvm->tdls_cs.dwork); in iwl_mvm_tdls_cancel_channel_switch() 729 mod_delayed_work(system_wq, &mvm->tdls_cs.dwork, in iwl_mvm_tdls_recv_channel_switch()
|
/drivers/video/fbdev/ |
D | hyperv_fb.c | 221 struct delayed_work dwork; member 381 schedule_delayed_work(&par->dwork, HVFB_UPDATE_DELAY); in synthvid_recv_sub() 532 struct hvfb_par *par = container_of(w, struct hvfb_par, dwork.work); in hvfb_update_work() 539 schedule_delayed_work(&par->dwork, HVFB_UPDATE_DELAY); in hvfb_update_work() 783 INIT_DELAYED_WORK(&par->dwork, hvfb_update_work); in hvfb_probe() 862 cancel_delayed_work_sync(&par->dwork); in hvfb_probe() 881 cancel_delayed_work_sync(&par->dwork); in hvfb_remove()
|
/drivers/net/wireless/ti/wlcore/ |
D | ps.c | 36 struct delayed_work *dwork; in wl1271_elp_work() local 41 dwork = to_delayed_work(work); in wl1271_elp_work() 42 wl = container_of(dwork, struct wl1271, elp_work); in wl1271_elp_work()
|
D | scan.c | 36 struct delayed_work *dwork; in wl1271_scan_complete_work() local 44 dwork = to_delayed_work(work); in wl1271_scan_complete_work() 45 wl = container_of(dwork, struct wl1271, scan_complete_work); in wl1271_scan_complete_work()
|
D | main.c | 252 struct delayed_work *dwork; in wl12xx_tx_watchdog_work() local 255 dwork = to_delayed_work(work); in wl12xx_tx_watchdog_work() 256 wl = container_of(dwork, struct wl1271, tx_watchdog_work); in wl12xx_tx_watchdog_work() 2017 struct delayed_work *dwork; in wlcore_channel_switch_work() local 2023 dwork = to_delayed_work(work); in wlcore_channel_switch_work() 2024 wlvif = container_of(dwork, struct wl12xx_vif, channel_switch_work); in wlcore_channel_switch_work() 2054 struct delayed_work *dwork; in wlcore_connection_loss_work() local 2059 dwork = to_delayed_work(work); in wlcore_connection_loss_work() 2060 wlvif = container_of(dwork, struct wl12xx_vif, connection_loss_work); in wlcore_connection_loss_work() 2082 struct delayed_work *dwork; in wlcore_pending_auth_complete_work() local [all …]
|
/drivers/net/hyperv/ |
D | netvsc_drv.c | 592 schedule_delayed_work(&ndev_ctx->dwork, 0); in netvsc_linkstatus_callback() 809 schedule_delayed_work(&net_device_ctx->dwork, 0); in netvsc_set_channels() 916 schedule_delayed_work(&ndevctx->dwork, 0); in netvsc_change_mtu() 1078 container_of(w, struct net_device_context, dwork.work); in netvsc_link_change() 1089 schedule_delayed_work(&ndev_ctx->dwork, LINKCHANGE_INT); in netvsc_link_change() 1107 schedule_delayed_work(&ndev_ctx->dwork, delay); in netvsc_link_change() 1170 schedule_delayed_work(&ndev_ctx->dwork, LINKCHANGE_INT); in netvsc_link_change() 1382 INIT_DELAYED_WORK(&net_device_ctx->dwork, netvsc_link_change); in netvsc_probe() 1450 cancel_delayed_work_sync(&ndev_ctx->dwork); in netvsc_remove()
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | health.c | 161 struct delayed_work *dwork; in health_recover() local 166 dwork = container_of(work, struct delayed_work, work); in health_recover() 167 health = container_of(dwork, struct mlx5_core_health, recover_work); in health_recover()
|
D | en_clock.c | 62 struct delayed_work *dwork = to_delayed_work(work); in mlx5e_timestamp_overflow() local 63 struct mlx5e_tstamp *tstamp = container_of(dwork, struct mlx5e_tstamp, in mlx5e_timestamp_overflow()
|
/drivers/ata/ |
D | pata_arasan_cf.c | 215 struct delayed_work dwork; member 552 ata_sff_queue_delayed_work(&acdev->dwork, 1); in data_xfer() 576 dwork.work); in delayed_finish() 586 ata_sff_queue_delayed_work(&acdev->dwork, 1); in delayed_finish() 667 cancel_delayed_work_sync(&acdev->dwork); in arasan_cf_error_handler() 861 INIT_DELAYED_WORK(&acdev->dwork, delayed_finish); in arasan_cf_probe()
|
/drivers/input/ |
D | keycombo.c | 47 struct delayed_work *dwork = container_of(work, struct delayed_work, in do_key_down() local 49 struct keycombo_state *state = container_of(dwork, in do_key_down()
|
/drivers/net/ethernet/cavium/thunder/ |
D | thunder_bgx.c | 44 struct delayed_work dwork; member 690 queue_delayed_work(lmac->check_link, &lmac->dwork, HZ * 3); in bgx_poll_for_sgmii_link() 698 lmac = container_of(work, struct lmac, dwork.work); in bgx_poll_for_link() 739 queue_delayed_work(lmac->check_link, &lmac->dwork, HZ * 2); in bgx_poll_for_link() 825 INIT_DELAYED_WORK(&lmac->dwork, bgx_poll_for_link); in bgx_lmac_enable() 826 queue_delayed_work(lmac->check_link, &lmac->dwork, 0); in bgx_lmac_enable() 839 cancel_delayed_work_sync(&lmac->dwork); in bgx_lmac_disable()
|
D | nic_main.c | 58 struct delayed_work dwork; member 1233 nic = container_of(work, struct nicpf, dwork.work); in nic_poll_for_link() 1264 queue_delayed_work(nic->check_link, &nic->dwork, HZ * 2); in nic_poll_for_link() 1349 INIT_DELAYED_WORK(&nic->dwork, nic_poll_for_link); in nic_probe() 1350 queue_delayed_work(nic->check_link, &nic->dwork, 0); in nic_probe() 1379 cancel_delayed_work_sync(&nic->dwork); in nic_remove()
|
/drivers/s390/block/ |
D | dasd_alias.c | 154 INIT_DELAYED_WORK(&lcu->ruac_data.dwork, lcu_update_work); in _allocate_lcu() 273 cancel_delayed_work_sync(&lcu->ruac_data.dwork); in dasd_alias_disconnect_device_from_lcu() 525 ruac_data = container_of(work, struct read_uac_work_data, dwork.work); in lcu_update_work() 538 if (!schedule_delayed_work(&lcu->ruac_data.dwork, 30*HZ)) in lcu_update_work() 586 if (!schedule_delayed_work(&lcu->ruac_data.dwork, 0)) in _schedule_lcu_update()
|
/drivers/mfd/ |
D | rtsx_pcr.c | 818 struct delayed_work *dwork; in rtsx_pci_card_detect() local 824 dwork = to_delayed_work(work); in rtsx_pci_card_detect() 825 pcr = container_of(dwork, struct rtsx_pcr, carddet_work); in rtsx_pci_card_detect() 950 struct delayed_work *dwork = to_delayed_work(work); in rtsx_pci_idle_work() local 951 struct rtsx_pcr *pcr = container_of(dwork, struct rtsx_pcr, idle_work); in rtsx_pci_idle_work()
|
/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 536 struct delayed_work *dwork = to_delayed_work(work); in fec_time_keep() local 537 struct fec_enet_private *fep = container_of(dwork, struct fec_enet_private, time_keep); in fec_time_keep()
|
/drivers/infiniband/hw/mlx5/ |
D | mr.c | 403 queue_delayed_work(cache->wq, &ent->dwork, in __cache_work_func() 408 queue_delayed_work(cache->wq, &ent->dwork, in __cache_work_func() 433 queue_delayed_work(cache->wq, &ent->dwork, 300 * HZ); in __cache_work_func() 442 ent = container_of(work, struct mlx5_cache_ent, dwork.work); in delayed_cache_work_func() 526 cancel_delayed_work(&ent->dwork); in clean_keys() 638 INIT_DELAYED_WORK(&ent->dwork, delayed_cache_work_func); in mlx5_mr_cache_init()
|