Searched refs:container_of (Results 226 - 250 of 400) sorted by relevance

1234567891011>>

/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_modes.h437 #define obj_to_mode(x) container_of(x, struct drm_display_mode, base)
H A Ddrm_bridge.h811 return container_of(priv, struct drm_bridge, base);
H A Ddrm_connector.h1888 #define obj_to_connector(x) container_of(x, struct drm_connector, base)
H A Ddrm_atomic.h1137 return container_of(priv, struct drm_bridge_state, base);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddmub_abm_lcd.c44 container_of(abm, struct dce_abm, base)
H A Ddce_ipp.h32 container_of(ipp, struct dce_ipp, base)
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_job.c322 container_of((sched_job), struct drm_sched_job, queue_node)
H A Damdgpu_display.c68 struct amdgpu_device *adev = container_of(work, struct amdgpu_device,
94 container_of(cb, struct amdgpu_flip_work, cb);
121 container_of(__work, struct delayed_work, work);
123 container_of(delayed_work, struct amdgpu_flip_work, flip_work);
174 container_of(__work, struct amdgpu_flip_work, unpin_work);
H A Damdgpu_ids.c92 container_of(_cb, struct amdgpu_pasid_cb, cb);
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_opregion.c588 container_of(work, struct intel_opregion, asle_work);
590 container_of(opregion, struct drm_i915_private, display.opregion);
658 struct intel_opregion *opregion = container_of(nb, struct intel_opregion,
H A Dintel_dvo.c119 return container_of(encoder, struct intel_dvo, base);
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_mode.h45 #define to_radeon_crtc(x) container_of(x, struct radeon_crtc, base)
46 #define to_radeon_connector(x) container_of(x, struct radeon_connector, base)
47 #define to_radeon_encoder(x) container_of(x, struct radeon_encoder, base)
H A Dradeon_object.c56 bo = container_of(tbo, struct radeon_bo, tbo);
738 rbo = container_of(bo, struct radeon_bo, tbo);
753 rbo = container_of(bo, struct radeon_bo, tbo);
H A Dr600_hdmi.c117 struct radeon_device *rdev = container_of(work, struct radeon_device,
/openbsd-current/sys/dev/pci/drm/scheduler/
H A Dsched_main.c70 container_of((sched_job), struct drm_sched_job, queue_node)
290 struct drm_sched_job *s_job = container_of(cb, struct drm_sched_job, cb);
395 sched = container_of(work, struct drm_gpu_scheduler, work_tdr.work);
/openbsd-current/sys/dev/pci/drm/apple/
H A Ddcp.c108 dcp = container_of(work, struct apple_dcp, vblank_wq);
502 dcp = container_of(work, struct apple_dcp, bl_register_wq);
523 dcp = container_of(work, struct apple_dcp, bl_update_wq);
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_request.c196 struct execute_cb *cb = container_of(wrk, typeof(*cb), work);
306 container_of(hrtimer, struct i915_request, watchdog.timer);
825 container_of(fence, typeof(*request), submit);
860 struct i915_request *rq = container_of(fence, typeof(*rq), semaphore);
2042 struct request_wait *wait = container_of(cb, typeof(*wait), cb);
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_syncobj.c529 struct drm_syncobj *syncobj = container_of(kref,
1060 container_of(cb, struct syncobj_wait_entry, fence_cb);
1434 container_of(cb, struct syncobj_eventfd_entry, fence_cb);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_mpc.h31 container_of(mpc_base, struct dcn20_mpc, base)
H A Ddcn20_dwb_scl.c47 container_of(dwbc_base, struct dcn20_dwbc, base)
H A Ddcn20_hubp.h32 container_of(hubp, struct dcn20_hubp, base)
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_dwb_cm.c47 container_of(dwbc_base, struct dcn30_dwbc, base)
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_hubbub.h33 container_of(hubbub, struct dcn10_hubbub, base)
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn301/
H A Ddcn301_fpu.c35 container_of(pool, struct dcn301_resource_pool, base)
/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_gsc_fw.c75 struct intel_gsc_uc *gsc = container_of(gsc_fw, struct intel_gsc_uc, fw);

Completed in 365 milliseconds

1234567891011>>