Searched refs:INIT_DELAYED_WORK (Results 1 - 25 of 42) sorted by relevance

12

/openbsd-current/sys/dev/pci/drm/
H A Ddrm_self_refresh_helper.c244 INIT_DELAYED_WORK(&sr_data->entry_work,
H A Ddrm_probe_helper.c933 INIT_DELAYED_WORK(&dev->mode_config.output_poll_work, output_poll_execute);
/openbsd-current/sys/dev/pci/drm/i915/
H A Dintel_wakeref.c113 INIT_DELAYED_WORK(&wf->work, __intel_wakeref_put_work);
/openbsd-current/sys/dev/usb/dwc2/
H A Ddwc2.h271 INIT_DELAYED_WORK(struct delayed_work *dw, void (*fn)(void *), void *arg) function
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dworkqueue.h134 INIT_DELAYED_WORK(struct delayed_work *dwork, work_func_t func) function
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_jpeg.c39 INIT_DELAYED_WORK(&adev->jpeg.idle_work, amdgpu_jpeg_idle_work_handler);
H A Damdgpu_uvd.c192 INIT_DELAYED_WORK(&adev->uvd.idle_work, amdgpu_uvd_idle_work_handler);
H A Damdgpu_virt.c659 INIT_DELAYED_WORK(&adev->virt.vf2pf_work, amdgpu_virt_update_vf2pf_work_item);
H A Damdgpu_vce.c195 INIT_DELAYED_WORK(&adev->vce.idle_work, amdgpu_vce_idle_work_handler);
H A Damdgpu_vcn.c109 INIT_DELAYED_WORK(&adev->vcn.idle_work, amdgpu_vcn_idle_work_handler);
H A Damdgpu_display.c210 INIT_DELAYED_WORK(&work->flip_work, amdgpu_display_flip_work_func);
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_buffer_pool.c228 INIT_DELAYED_WORK(&pool->work, pool_free_work);
H A Dintel_gt_requests.c217 INIT_DELAYED_WORK(&gt->requests.retire_work, retire_work_handler);
H A Dintel_engine_heartbeat.c271 INIT_DELAYED_WORK(&engine->heartbeat.work, heartbeat);
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_drrs.c293 INIT_DELAYED_WORK(&crtc->drrs.work, intel_drrs_downclock_work);
H A Dintel_hotplug.c741 INIT_DELAYED_WORK(&i915->display.hotplug.hotplug_work,
745 INIT_DELAYED_WORK(&i915->display.hotplug.reenable_work,
H A Dintel_tc.c1853 INIT_DELAYED_WORK(&tc->disconnect_phy_work, intel_tc_port_disconnect_phy_work);
1854 INIT_DELAYED_WORK(&tc->link_reset_work, intel_tc_port_link_reset_work);
/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c737 INIT_DELAYED_WORK(&hdcp_work[i].callback_dwork, event_callback);
738 INIT_DELAYED_WORK(&hdcp_work[i].watchdog_timer_dwork, event_watchdog_timer);
739 INIT_DELAYED_WORK(&hdcp_work[i].property_validate_dwork, event_property_validate);
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_irq_kms.c352 INIT_DELAYED_WORK(&rdev->hotplug_work, radeon_hotplug_work_func);
H A Dradeon_vce.c65 INIT_DELAYED_WORK(&rdev->vce.idle_work, radeon_vce_idle_work_handler);
H A Dradeon_fence.c877 INIT_DELAYED_WORK(&rdev->fence_drv[ring].lockup_work,
H A Dradeon_uvd.c72 INIT_DELAYED_WORK(&rdev->uvd.idle_work, radeon_uvd_idle_work_handler);
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_process.c1475 INIT_DELAYED_WORK(&process->eviction_work, evict_process_worker);
1476 INIT_DELAYED_WORK(&process->restore_work, restore_process_worker);
/openbsd-current/sys/dev/pci/drm/scheduler/
H A Dsched_main.c1116 INIT_DELAYED_WORK(&sched->work_tdr, drm_sched_job_timedout);
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/
H A Damd_powerplay.c145 INIT_DELAYED_WORK(&hwmgr->swctf_delayed_work,

Completed in 393 milliseconds

12