Searched refs:container_of (Results 26 - 50 of 400) sorted by relevance

1234567891011>>

/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dkobject.h8 #include <linux/container_of.h>
48 struct kobject *obj = container_of(ref, struct kobject, kref);
H A Ddma-fence-array.h31 return container_of(fence, struct dma_fence_array, base);
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_ucode.c56 container_of(hdr, struct mc_firmware_header_v1_0, header);
77 container_of(hdr, struct smc_firmware_header_v1_0, header);
95 container_of(hdr, struct gfx_firmware_header_v1_0, header);
116 container_of(hdr, struct rlc_firmware_header_v1_0, header);
143 container_of(hdr, struct sdma_firmware_header_v1_0, header);
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_gt.h66 return container_of(uc, struct intel_gt, uc);
71 return container_of(guc, struct intel_gt, uc.guc);
76 return container_of(huc, struct intel_gt, uc.huc);
81 return container_of(gsc_uc, struct intel_gt, uc.gsc);
86 return container_of(gsc, struct intel_gt, gsc);
H A Dintel_gt_buffer_pool.c90 container_of(wrk, typeof(*pool), work.work);
91 struct intel_gt *gt = container_of(pool, struct intel_gt, buffer_pool);
101 container_of(ref, typeof(*node), active);
103 struct intel_gt *gt = container_of(pool, struct intel_gt, buffer_pool);
142 struct intel_gt *gt = container_of(pool, struct intel_gt, buffer_pool);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_compressor.h31 container_of(compressor, struct dce110_compressor, base)
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce112/
H A Ddce112_compressor.h31 container_of(compressor, struct dce112_compressor, base)
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_dpp.h31 container_of(dpp, struct dcn201_dpp, base)
H A Ddcn201_opp.h31 container_of(opp, struct dcn201_opp, base)
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_ttm_buddy_manager.h49 return container_of(res, struct i915_ttm_buddy_resource, base);
/openbsd-current/sys/dev/pci/drm/include/drm/ttm/
H A Dttm_range_manager.h34 return container_of(res, struct ttm_range_mgr_node, base);
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_bw.h55 #define to_intel_bw_state(x) container_of((x), struct intel_bw_state, base)
H A Dintel_dsi.h138 return container_of(h, struct intel_dsi_host, base);
148 return container_of(&encoder->base, struct intel_dsi, base.base);
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_gem_dma_helper.h37 #define to_drm_gem_dma_obj(gem_obj) container_of(gem_obj, struct drm_gem_dma_object, base)
H A Ddrm_property.h230 #define obj_to_property(x) container_of(x, struct drm_property, base)
231 #define obj_to_blob(x) container_of(x, struct drm_property_blob, base)
H A Ddrm_encoder_slave.h104 #define to_encoder_slave(x) container_of((x), struct drm_encoder_slave, base)
133 #define to_drm_i2c_encoder_driver(x) container_of((x), \
H A Ddrm_framebuffer.h216 #define obj_to_fb(x) container_of(x, struct drm_framebuffer, base)
336 #define fb_to_afbc_fb(x) container_of(x, struct drm_afbc_framebuffer, base)
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/
H A Dhw_gpio.h32 container_of((ptr), struct hw_gpio, base)
110 container_of((hw_gpio_pin), struct hw_gpio, base)
/openbsd-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_clflush.c32 struct clflush *clflush = container_of(base, typeof(*clflush), base);
39 struct clflush *clflush = container_of(base, typeof(*clflush), base);
H A Di915_gem_ttm_pm.c46 container_of(apply, typeof(*pm_apply), base);
50 container_of(bo->bdev, typeof(*i915), bdev);
172 container_of(apply, typeof(*pm_apply), base);
/openbsd-current/sys/dev/pci/drm/scheduler/
H A Dsched_fence.c111 struct dma_fence *f = container_of(rcu, struct dma_fence, rcu);
220 return container_of(f, struct drm_sched_fence, scheduled);
223 return container_of(f, struct drm_sched_fence, finished);
/openbsd-current/sys/dev/usb/dwc2/
H A Dlist.h39 #define container_of(ptr, type, member) ({ \ macro
55 #define list_entry(ptr, type, member) container_of(ptr, type, member)
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ucode.c56 container_of(hdr, struct mc_firmware_header_v1_0, header);
79 v1_0_hdr = container_of(hdr, struct smc_firmware_header_v1_0, header);
84 v2_0_hdr = container_of(hdr, struct smc_firmware_header_v2_0, v1_0.header);
89 v2_1_hdr = container_of(hdr, struct smc_firmware_header_v2_1, v1_0.header);
112 container_of(hdr, struct gfx_firmware_header_v1_0, header);
120 container_of(hdr, struct gfx_firmware_header_v2_0, header);
139 container_of(hdr, struct rlc_firmware_header_v1_0, header);
153 container_of(hdr, struct rlc_firmware_header_v2_0, header);
155 container_of(rlc_hdr, struct rlc_firmware_header_v2_1, v2_0);
157 container_of(rlc_hdr_v2_
[all...]
/openbsd-current/sys/dev/ic/
H A Ddwhdmi.h105 #define to_dwhdmi_connector(x) container_of(x, struct dwhdmi_connector, base)
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_dccg.c31 container_of(dccg, struct dcn_dccg, base)

Completed in 221 milliseconds

1234567891011>>