Searched refs:container_of (Results 1 - 25 of 400) sorted by relevance

1234567891011>>

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn315/
H A Ddcn315_resource.h32 container_of(pool, struct dcn315_resource_pool, base)
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn316/
H A Ddcn316_resource.h32 container_of(pool, struct dcn316_resource_pool, base)
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_gem_ttm_helper.c17 container_of(obj, struct ttm_buffer_object, base);
28 container_of(obj, struct ttm_buffer_object, base);
37 container_of(obj, struct ttm_buffer_object, base);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/
H A Dhw_generic.h40 container_of((HW_GPIO_FROM_BASE(hw_gpio)), struct hw_generic, base)
H A Dhw_ddc.h39 container_of((HW_GPIO_FROM_BASE(hw_gpio)), struct hw_ddc, base)
H A Dhw_hpd.h39 container_of((HW_GPIO_FROM_BASE(hw_gpio)), struct hw_hpd, base)
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_resource.h35 container_of(pool, struct dce110_resource_pool, base)
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.h33 container_of(pool, struct dcn10_resource_pool, base)
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_resource.h37 container_of(pool, struct dcn201_resource_pool, base)
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn321/
H A Ddcn321_resource.h32 container_of(pool, struct dcn321_resource_pool, base)
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dcontainer_of.h6 #define container_of(ptr, type, member) ({ \ macro
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn314/
H A Ddcn314_resource.h36 container_of(pool, struct dcn314_resource_pool, base)
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_writeback.h20 return container_of(connector, struct drm_writeback_connector, base);
H A Ddrm_vblank_work.h62 container_of((_work), struct drm_vblank_work, base)
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.h32 container_of(pool, struct dcn21_resource_pool, base)
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_sw_fence_work.c18 struct dma_fence_work *f = container_of(work, typeof(*f), work);
29 struct dma_fence_work *f = container_of(fence, typeof(*f), chain);
62 struct dma_fence_work *f = container_of(fence, typeof(*f), dma);
69 struct dma_fence_work *f = container_of(fence, typeof(*f), dma);
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_sysfs.h23 return container_of(kobj, struct intel_gt, sysfs_gt);
/openbsd-current/sys/dev/pci/drm/i915/selftests/
H A Dlib_sw_fence.c95 struct heap_fence *h = container_of(fence, typeof(*h), fence);
124 struct heap_fence *h = container_of(ref, typeof(*h), ref);
133 struct heap_fence *h = container_of(fence, typeof(*h), fence);
H A Dmock_request.c47 container_of(request->engine, typeof(*engine), base);
/openbsd-current/sys/dev/pci/drm/apple/
H A Ddcp.h23 #define to_apple_crtc(x) container_of(x, struct apple_crtc, base)
37 #define to_apple_connector(x) container_of(x, struct apple_connector, base)
43 #define to_apple_encoder(x) container_of(x, struct apple_encoder, base)
/openbsd-current/sys/dev/pci/drm/amd/display/dc/bios/
H A Dbios_parser_types_internal.h70 container_of(dc_bios, struct bios_parser, base)
H A Dbios_parser_types_internal2.h73 container_of(dc_bios, struct bios_parser, base)
/openbsd-current/sys/dev/ic/
H A Danxdp.h61 #define to_anxdp_connector(x) container_of(x, struct anxdp_connector, base)
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_vram_mgr.h59 return container_of(res, struct amdgpu_vram_mgr_resource, base);
/openbsd-current/sys/dev/pci/drm/ttm/
H A Dttm_agp_backend.c55 struct ttm_agp_backend *agp_be = container_of(ttm, struct ttm_agp_backend, ttm);
95 struct ttm_agp_backend *agp_be = container_of(ttm, struct ttm_agp_backend, ttm);
114 struct ttm_agp_backend *agp_be = container_of(ttm, struct ttm_agp_backend, ttm);
128 struct ttm_agp_backend *agp_be = container_of(ttm, struct ttm_agp_backend, ttm);

Completed in 300 milliseconds

1234567891011>>