| /openbsd-src/sys/dev/pci/drm/include/linux/ |
| H A D | workqueue.h | 111 struct delayed_work { struct 119 static inline struct delayed_work * argument 122 return container_of(work, struct delayed_work, work); in to_delayed_work() 128 struct delayed_work *dwork = arg; in __delayed_work_tick() 134 INIT_DELAYED_WORK(struct delayed_work *dwork, work_func_t func) in INIT_DELAYED_WORK() 141 INIT_DELAYED_WORK_ONSTACK(struct delayed_work *dwork, work_func_t func) in INIT_DELAYED_WORK_ONSTACK() 162 schedule_delayed_work(struct delayed_work *dwork, int jiffies) in schedule_delayed_work() 170 struct delayed_work *dwork, int jiffies) in queue_delayed_work() 178 struct delayed_work *dwork, int jiffies) in mod_delayed_work() 185 cancel_delayed_work(struct delayed_work *dwork) in cancel_delayed_work() [all …]
|
| /openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_hdcp.h | 43 struct delayed_work callback_dwork; 44 struct delayed_work watchdog_timer_dwork; 45 struct delayed_work property_validate_dwork;
|
| /openbsd-src/sys/dev/usb/dwc2/ |
| H A D | dwc2.h | 261 struct delayed_work { struct 271 INIT_DELAYED_WORK(struct delayed_work *dw, void (*fn)(void *), void *arg) in INIT_DELAYED_WORK() argument 279 queue_delayed_work(struct taskq *wq, struct delayed_work *dw, int j) in queue_delayed_work()
|
| H A D | dwc2_core.h | 1220 struct delayed_work start_work; 1221 struct delayed_work reset_work;
|
| /openbsd-src/sys/dev/pci/drm/i915/gt/ |
| H A D | intel_gt_buffer_pool_types.h | 19 struct delayed_work work;
|
| H A D | intel_reset.h | 62 struct delayed_work work;
|
| H A D | intel_gt_types.h | 141 struct delayed_work retire_work;
|
| H A D | intel_context_types.h | 217 struct delayed_work sched_disable_delay_work;
|
| H A D | intel_engine_types.h | 438 struct delayed_work work;
|
| /openbsd-src/sys/dev/pci/drm/i915/display/ |
| H A D | intel_display_core.h | 152 struct delayed_work hotplug_work; 167 struct delayed_work reenable_work;
|
| H A D | intel_display_types.h | 536 struct delayed_work check_work; 1476 struct delayed_work work; 1627 struct delayed_work panel_vdd_work; 1703 struct delayed_work dc3co_work;
|
| H A D | intel_display_power.h | 151 struct delayed_work async_put_work;
|
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | amdgpu_jpeg.h | 57 struct delayed_work idle_work;
|
| H A D | amdgpu_vce.h | 45 struct delayed_work idle_work;
|
| H A D | amdgpu_uvd.h | 66 struct delayed_work idle_work;
|
| H A D | amdgpu.h | 132 struct delayed_work delayed_reset_work; 450 struct delayed_work flip_work; 917 struct delayed_work hotplug_work; 1026 struct delayed_work delayed_init_work;
|
| H A D | amdgpu_virt.h | 254 struct delayed_work vf2pf_work;
|
| H A D | amdgpu_display.c | 120 struct delayed_work *delayed_work = in amdgpu_display_flip_work_func() local 121 container_of(__work, struct delayed_work, work); in amdgpu_display_flip_work_func() 123 container_of(delayed_work, struct amdgpu_flip_work, flip_work); in amdgpu_display_flip_work_func()
|
| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_probe_helper.c | 762 struct delayed_work *delayed_work = to_delayed_work(work); in output_poll_execute() local 763 …struct drm_device *dev = container_of(delayed_work, struct drm_device, mode_config.output_poll_wor… in output_poll_execute() 855 schedule_delayed_work(delayed_work, DRM_OUTPUT_POLL_PERIOD); in output_poll_execute()
|
| H A D | drm_self_refresh_helper.c | 60 struct delayed_work entry_work;
|
| /openbsd-src/sys/dev/pci/drm/i915/ |
| H A D | intel_wakeref.h | 46 struct delayed_work work;
|
| /openbsd-src/sys/dev/pci/drm/include/drm/ |
| H A D | drm_mode_config.h | 549 struct delayed_work output_poll_work;
|
| H A D | gpu_scheduler.h | 513 struct delayed_work work_tdr;
|
| /openbsd-src/sys/dev/pci/drm/amd/amdkfd/ |
| H A D | kfd_priv.h | 853 struct delayed_work restore_work; 924 struct delayed_work eviction_work; 925 struct delayed_work restore_work;
|
| /openbsd-src/sys/dev/pci/drm/i915/gt/uc/ |
| H A D | intel_guc.h | 253 struct delayed_work work;
|