| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | synaptics_i2c.c | 375 mod_delayed_work(system_wq, &touch->dwork, 0); in synaptics_i2c_irq() 451 mod_delayed_work(system_wq, &touch->dwork, delay); in synaptics_i2c_work_handler() 464 mod_delayed_work(system_wq, &touch->dwork, in synaptics_i2c_open() 626 mod_delayed_work(system_wq, &touch->dwork, in synaptics_i2c_resume()
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | wq.c | 14 return mod_delayed_work(wq, work, delay); in edac_mod_work()
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | axp20x_usb_power.c | 95 mod_delayed_work(system_wq, &power->vbus_detect, DEBOUNCE_TIME); in axp20x_usb_power_irq() 120 mod_delayed_work(system_wq, &power->vbus_detect, DEBOUNCE_TIME); in axp20x_usb_power_poll_vbus() 528 mod_delayed_work(system_wq, &power->vbus_detect, DEBOUNCE_TIME); in axp20x_usb_power_resume()
|
| H A D | ds2760_battery.c | 496 mod_delayed_work(di->monitor_wqueue, &di->monitor_work, HZ/10); in ds2760_battery_external_power_changed() 541 mod_delayed_work(di->monitor_wqueue, &di->set_charged_work, HZ * 20); in ds2760_battery_set_charged() 665 mod_delayed_work(di->monitor_wqueue, &di->monitor_work, HZ); in ds2760_pm_notifier()
|
| /OK3568_Linux_fs/kernel/sound/firewire/ |
| H A D | lib.c | 98 mod_delayed_work(system_wq, dwork, delay); in snd_fw_schedule_registration()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/scheduler/ |
| H A D | sched_main.c | 214 mod_delayed_work(system_wq, &sched->work_tdr, 0); in drm_sched_fault() 240 if (mod_delayed_work(system_wq, &sched->work_tdr, MAX_SCHEDULE_TIMEOUT) in drm_sched_suspend_timeout() 264 mod_delayed_work(system_wq, &sched->work_tdr, remaining); in drm_sched_resume_timeout()
|
| /OK3568_Linux_fs/kernel/drivers/phy/allwinner/ |
| H A D | phy-sun4i-usb.c | 447 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy_power_on() 468 mod_delayed_work(system_wq, &data->detect, POLL_TIME); in sun4i_usb_phy_power_off() 627 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy0_id_vbus_det_irq() 641 mod_delayed_work(system_wq, &data->detect, DEBOUNCE_TIME); in sun4i_usb_phy0_vbus_notify()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4renewd.c | 125 mod_delayed_work(system_wq, &clp->cl_renewd, timeout); in nfs4_schedule_state_renewal()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | tdls.c | 293 mod_delayed_work(system_wq, &mvm->tdls_cs.dwork, in iwl_mvm_rx_tdls_notif() 612 mod_delayed_work(system_wq, &mvm->tdls_cs.dwork, in iwl_mvm_tdls_channel_switch() 726 mod_delayed_work(system_wq, &mvm->tdls_cs.dwork, in iwl_mvm_tdls_recv_channel_switch()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/ |
| H A D | cm.c | 294 mod_delayed_work(system_wq, &id->timeout, CM_CLEANUP_CACHE_TIMEOUT); in schedule_delayed() 373 mod_delayed_work(system_wq, &item->timeout, CM_CLEANUP_CACHE_TIMEOUT); in alloc_rej_tmout() 503 mod_delayed_work(system_wq, &item->timeout, 0); in rej_tmout_xa_cleanup()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/hwcnt/ |
| H A D | mali_kbase_hwcnt_watchdog_if_timer.c | 106 mod_delayed_work(timer_info->workq, &timer_info->dwork, msecs_to_jiffies(delay_ms)); in kbasep_hwcnt_watchdog_if_timer_modify()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/ |
| H A D | vehicle_gpio.c | 57 mod_delayed_work(system_wq, &gpiod->work, in gpio_det_interrupt()
|
| /OK3568_Linux_fs/kernel/drivers/extcon/ |
| H A D | extcon-intel-int3496.c | 82 mod_delayed_work(system_wq, &data->work, DEBOUNCE_TIME); in int3496_thread_isr()
|
| /OK3568_Linux_fs/kernel/include/net/netfilter/ |
| H A D | nf_conntrack_ecache.h | 223 mod_delayed_work(system_wq, &net->ct.ecache_dwork, 0); in nf_conntrack_ecache_work()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_self_refresh_helper.c | 220 mod_delayed_work(system_wq, &sr_data->entry_work, in drm_self_refresh_helper_alter_state()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | link_watch.c | 141 mod_delayed_work(system_wq, &linkwatch_work, 0); in linkwatch_schedule_work()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-zoned-reclaim.c | 514 mod_delayed_work(zrc->wq, &zrc->work, DMZ_IDLE_PERIOD); in dmz_reclaim_work() 639 mod_delayed_work(zrc->wq, &zrc->work, 0); in dmz_schedule_reclaim()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_scheduler.h | 556 mod_delayed_work(scheduler->wq, &scheduler->tock_work, 0); in kbase_csf_scheduler_invoke_tock()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | intel_wakeref.c | 77 mod_delayed_work(system_wq, &wf->work, in __intel_wakeref_put_last()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_hotplug.c | 211 mod_delayed_work(system_wq, &dev_priv->hotplug.reenable_work, in intel_hpd_irq_storm_switch_to_polling() 441 mod_delayed_work(system_wq, &dev_priv->hotplug.hotplug_work, in i915_hotplug_work_func()
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | gpd-pocket-fan.c | 121 mod_delayed_work(system_wq, &fan->work, 0); in gpd_pocket_fan_force_update()
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | palmas-pwrbutton.c | 101 mod_delayed_work(system_wq, &pwron->input_work, in pwron_irq()
|
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | sfp.c | 512 mod_delayed_work(system_wq, &sfp->poll, poll_jiffies); in sfp_soft_start_poll() 1308 mod_delayed_work(system_wq, &sfp->hwmon_probe, in sfp_hwmon_probe() 1349 mod_delayed_work(system_wq, &sfp->hwmon_probe, 1); in sfp_hwmon_insert() 1431 mod_delayed_work(system_power_efficient_wq, &sfp->timeout, in sfp_sm_set_timer() 2376 mod_delayed_work(system_wq, &sfp->poll, poll_jiffies); in sfp_poll() 2553 mod_delayed_work(system_wq, &sfp->poll, poll_jiffies); in sfp_probe()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | rt700.c | 208 mod_delayed_work(system_power_efficient_wq, in rt700_jack_detect_handler() 262 mod_delayed_work(system_power_efficient_wq, in rt700_btn_check_handler() 295 mod_delayed_work(system_power_efficient_wq, in rt700_jack_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_counters.c | 331 mod_delayed_work(fc_stats->wq, &fc_stats->work, 0); in mlx5_fc_create() 357 mod_delayed_work(fc_stats->wq, &fc_stats->work, 0); in mlx5_fc_destroy()
|