lib/libthread_xu/thread/thr_sem.c
494
ni = container_of(sem, struct sem_info, sem);
sys/dev/drm/amd/amdgpu/amdgpu.h
1056
return container_of(bdev, struct amdgpu_device, mman.bdev);
sys/dev/drm/amd/amdgpu/amdgpu_acp.c
129
apd = container_of(genpd, struct acp_pm_domain, gpd);
sys/dev/drm/amd/amdgpu/amdgpu_acp.c
150
apd = container_of(genpd, struct acp_pm_domain, gpd);
sys/dev/drm/amd/amdgpu/amdgpu_bo_list.c
40
struct amdgpu_bo_list *list = container_of(rcu, struct amdgpu_bo_list,
sys/dev/drm/amd/amdgpu/amdgpu_bo_list.c
48
struct amdgpu_bo_list *list = container_of(ref, struct amdgpu_bo_list,
sys/dev/drm/amd/amdgpu/amdgpu_ctx.c
196
struct amdgpu_ctx *ctx = container_of(ref, struct amdgpu_ctx, refcount);
sys/dev/drm/amd/amdgpu/amdgpu_ctx.c
277
ctx = container_of(ref, struct amdgpu_ctx, refcount);
sys/dev/drm/amd/amdgpu/amdgpu_ctx.c
31
container_of((e), struct amdgpu_ctx_entity, entity)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1981
container_of(work, struct amdgpu_device, late_init_work.work);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1996
container_of(work, struct amdgpu_device, gfx.gfx_off_delay_work.work);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
127
container_of(__work, struct amdgpu_flip_work, unpin_work);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
45
container_of(cb, struct amdgpu_flip_work, cb);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
72
container_of(__work, struct delayed_work, work);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
74
container_of(delayed_work, struct amdgpu_flip_work, flip_work);
sys/dev/drm/amd/amdgpu/amdgpu_fence.c
633
struct dma_fence *f = container_of(rcu, struct dma_fence, rcu);
sys/dev/drm/amd/amdgpu/amdgpu_fence.c
80
struct amdgpu_fence *__f = container_of(f, struct amdgpu_fence, base);
sys/dev/drm/amd/amdgpu/amdgpu_gem.h
34
#define gem_to_amdgpu_bo(gobj) container_of((gobj), struct amdgpu_bo, gem_base)
sys/dev/drm/amd/amdgpu/amdgpu_gmc.c
47
ttm = container_of(bo->tbo.ttm, struct ttm_dma_tt, ttm);
sys/dev/drm/amd/amdgpu/amdgpu_gmc.c
98
ttm = container_of(bo->ttm, struct ttm_dma_tt, ttm);
sys/dev/drm/amd/amdgpu/amdgpu_gtt_mgr.c
262
node = container_of(mm_node, struct amdgpu_gtt_node, node);
sys/dev/drm/amd/amdgpu/amdgpu_ids.c
96
container_of(_cb, struct amdgpu_pasid_cb, cb);
sys/dev/drm/amd/amdgpu/amdgpu_irq.c
106
struct amdgpu_device *adev = container_of(work, struct amdgpu_device,
sys/dev/drm/amd/amdgpu/amdgpu_irq.c
82
struct amdgpu_device *adev = container_of(work, struct amdgpu_device,
sys/dev/drm/amd/amdgpu/amdgpu_job.h
34
container_of((sched_job), struct amdgpu_job, base)
sys/dev/drm/amd/amdgpu/amdgpu_mn.c
114
struct amdgpu_mn *amn = container_of(work, struct amdgpu_mn, work);
sys/dev/drm/amd/amdgpu/amdgpu_mn.c
147
struct amdgpu_mn *amn = container_of(mn, struct amdgpu_mn, mn);
sys/dev/drm/amd/amdgpu/amdgpu_mn.c
254
struct amdgpu_mn *amn = container_of(mn, struct amdgpu_mn, mn);
sys/dev/drm/amd/amdgpu/amdgpu_mn.c
275
node = container_of(it, struct amdgpu_mn_node, it);
sys/dev/drm/amd/amdgpu/amdgpu_mn.c
302
struct amdgpu_mn *amn = container_of(mn, struct amdgpu_mn, mn);
sys/dev/drm/amd/amdgpu/amdgpu_mn.c
321
node = container_of(it, struct amdgpu_mn_node, it);
sys/dev/drm/amd/amdgpu/amdgpu_mn.c
351
struct amdgpu_mn *amn = container_of(mn, struct amdgpu_mn, mn);
sys/dev/drm/amd/amdgpu/amdgpu_mn.c
470
node = container_of(it, struct amdgpu_mn_node, it);
sys/dev/drm/amd/amdgpu/amdgpu_mn.c
529
node = container_of(head, struct amdgpu_mn_node, bos);
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
542
#define TO_DM_AUX(x) container_of((x), struct amdgpu_dm_dp_aux, aux)
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
56
#define to_amdgpu_crtc(x) container_of(x, struct amdgpu_crtc, base)
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
57
#define to_amdgpu_connector(x) container_of(x, struct amdgpu_connector, base)
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
58
#define to_amdgpu_encoder(x) container_of(x, struct amdgpu_encoder, base)
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
59
#define to_amdgpu_framebuffer(x) container_of(x, struct amdgpu_framebuffer, base)
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
60
#define to_amdgpu_plane(x) container_of(x, struct amdgpu_plane, base)
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
62
#define to_dm_plane_state(x) container_of(x, struct dm_plane_state, base);
sys/dev/drm/amd/amdgpu/amdgpu_object.h
112
return container_of(tbo, struct amdgpu_bo, tbo);
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1725
container_of(work, struct amdgpu_device,
sys/dev/drm/amd/amdgpu/amdgpu_ring.h
47
#define to_amdgpu_ring(s) container_of((s), struct amdgpu_ring, sched)
sys/dev/drm/amd/amdgpu/amdgpu_sync.c
73
ring = container_of(s_fence->sched, struct amdgpu_ring, sched);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
116
container_of(hdr, struct rlc_firmware_header_v1_0, header);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
130
container_of(hdr, struct rlc_firmware_header_v2_0, header);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
168
container_of(rlc_hdr, struct rlc_firmware_header_v2_1, v2_0);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
211
container_of(hdr, struct sdma_firmware_header_v1_0, header);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
221
container_of(sdma_hdr, struct sdma_firmware_header_v1_1, v1_0);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
240
container_of(hdr, struct gpu_info_firmware_header_v1_0, header);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
56
container_of(hdr, struct mc_firmware_header_v1_0, header);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
77
container_of(hdr, struct smc_firmware_header_v1_0, header);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
95
container_of(hdr, struct gfx_firmware_header_v1_0, header);
sys/dev/drm/amd/amdgpu/amdgpu_uvd.c
1179
container_of(work, struct amdgpu_device, uvd.idle_work.work);
sys/dev/drm/amd/amdgpu/amdgpu_vce.c
328
container_of(work, struct amdgpu_device, vce.idle_work.work);
sys/dev/drm/amd/amdgpu/amdgpu_vcn.c
344
container_of(work, struct amdgpu_device, vcn.idle_work.work);
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
1256
return container_of(base, struct amdgpu_bo_va, base);
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
1547
ring = container_of(vm->entity.rq->sched, struct amdgpu_ring,
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
1839
ring = container_of(vm->entity.rq->sched, struct amdgpu_ring, sched);
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
2092
ttm = container_of(bo->tbo.ttm, struct ttm_dma_tt, ttm);
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
2207
struct amdgpu_prt_cb *cb = container_of(_cb, struct amdgpu_prt_cb, cb);
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
3326
mapping = container_of((void *)vm->va.rb_leftmost, struct amdgpu_bo_va_mapping, rb);
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
441
return container_of(parent->vm_bo, struct amdgpu_vm_pt, base);
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
841
ring = container_of(vm->entity.rq->sched, struct amdgpu_ring, sched);
sys/dev/drm/amd/amdgpu/atombios_dp.c
130
container_of(aux, struct amdgpu_i2c_chan, aux);
sys/dev/drm/amd/amdgpu/dce_virtual.c
702
struct amdgpu_crtc *amdgpu_crtc = container_of(vblank_timer,
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6842
struct amdgpu_device *adev = container_of(work, struct amdgpu_device, gfx.sq_work.work);
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6843
struct sq_work *sq_work = container_of(work, struct sq_work, work);
sys/dev/drm/amd/amdgpu/mxgpu_ai.c
237
struct amdgpu_virt *virt = container_of(work, struct amdgpu_virt, flr_work);
sys/dev/drm/amd/amdgpu/mxgpu_ai.c
238
struct amdgpu_device *adev = container_of(virt, struct amdgpu_device, virt);
sys/dev/drm/amd/amdgpu/mxgpu_vi.c
514
struct amdgpu_virt *virt = container_of(work, struct amdgpu_virt, flr_work);
sys/dev/drm/amd/amdgpu/mxgpu_vi.c
515
struct amdgpu_device *adev = container_of(virt, struct amdgpu_device, virt);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.h
176
#define to_amdgpu_dm_connector(x) container_of(x, struct amdgpu_dm_connector, base)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.h
202
#define to_dm_crtc_state(x) container_of(x, struct dm_crtc_state, base)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.h
210
#define to_dm_atomic_state(x) container_of(x, struct dm_atomic_state, base)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.h
225
container_of((x), struct dm_connector_state, base)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
79
container_of(work, struct irq_list_head, work);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
315
struct amdgpu_dm_connector *master = container_of(mgr, struct amdgpu_dm_connector, mst_mgr);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
378
struct amdgpu_dm_connector *master = container_of(mgr, struct amdgpu_dm_connector, mst_mgr);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
402
struct amdgpu_dm_connector *master = container_of(mgr, struct amdgpu_dm_connector, mst_mgr);
sys/dev/drm/amd/display/dc/bios/bios_parser_types_internal.h
70
container_of(dc_bios, struct bios_parser, base)
sys/dev/drm/amd/display/dc/bios/bios_parser_types_internal2.h
72
container_of(dc_bios, struct bios_parser, base)
sys/dev/drm/amd/display/dc/core/dc.c
1098
struct dc_state *context = container_of(kref, struct dc_state, refcount);
sys/dev/drm/amd/display/dc/core/dc_sink.c
75
struct dc_sink *sink = container_of(kref, struct dc_sink, refcount);
sys/dev/drm/amd/display/dc/core/dc_stream.c
127
struct dc_stream_state *stream = container_of(kref, struct dc_stream_state, refcount);
sys/dev/drm/amd/display/dc/core/dc_surface.c
138
struct dc_plane_state *plane_state = container_of(kref, struct dc_plane_state, refcount);
sys/dev/drm/amd/display/dc/core/dc_surface.c
155
struct dc_gamma *gamma = container_of(kref, struct dc_gamma, refcount);
sys/dev/drm/amd/display/dc/core/dc_surface.c
186
struct dc_transfer_func *tf = container_of(kref, struct dc_transfer_func, refcount);
sys/dev/drm/amd/display/dc/dce/dce_abm.c
36
container_of(abm, struct dce_abm, base)
sys/dev/drm/amd/display/dc/dce/dce_audio.c
32
container_of(audio, struct dce_audio, base)
sys/dev/drm/amd/display/dc/dce/dce_aux.c
41
container_of((ptr), struct aux_engine_dce110, base)
sys/dev/drm/amd/display/dc/dce/dce_aux.c
44
FROM_AUX_ENGINE(container_of((ptr), struct aux_engine, base))
sys/dev/drm/amd/display/dc/dce/dce_aux.c
47
container_of((ptr), struct aux_engine, base)
sys/dev/drm/amd/display/dc/dce/dce_clock_source.h
31
container_of(clk_src, struct dce110_clk_src, base)
sys/dev/drm/amd/display/dc/dce/dce_clocks.c
41
container_of(clocks, struct dce_dccg, base)
sys/dev/drm/amd/display/dc/dce/dce_dmcu.c
35
container_of(dmcu, struct dce_dmcu, base)
sys/dev/drm/amd/display/dc/dce/dce_ipp.h
32
container_of(ipp, struct dce_ipp, base)
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.h
32
container_of(link_encoder, struct dce110_link_encoder, base)
sys/dev/drm/amd/display/dc/dce/dce_mem_input.h
32
container_of(mem_input, struct dce_mem_input, base)
sys/dev/drm/amd/display/dc/dce/dce_opp.h
266
container_of(opp, struct dce110_opp, base)
sys/dev/drm/amd/display/dc/dce/dce_opp.h
33
container_of(opp, struct dce110_opp, base)
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
58
container_of(audio, struct dce110_stream_encoder, base)
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.h
32
container_of(stream_encoder, struct dce110_stream_encoder, base)
sys/dev/drm/amd/display/dc/dce/dce_transform.h
33
container_of(transform, struct dce_transform, base)
sys/dev/drm/amd/display/dc/dce110/dce110_compressor.h
31
container_of(compressor, struct dce110_compressor, base)
sys/dev/drm/amd/display/dc/dce110/dce110_resource.h
35
container_of(pool, struct dce110_resource_pool, base)
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.h
118
container_of(tg, struct dce110_timing_generator, base)
sys/dev/drm/amd/display/dc/dce112/dce112_compressor.h
31
container_of(compressor, struct dce112_compressor, base)
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp.h
31
container_of(dpp, struct dcn10_dpp, base)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubp.h
31
container_of(hubp, struct dcn10_hubp, base)
sys/dev/drm/amd/display/dc/dcn10/dcn10_ipp.h
32
container_of(ipp, struct dcn10_ipp, base)
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.h
32
container_of(link_encoder, struct dcn10_link_encoder, base)
sys/dev/drm/amd/display/dc/dcn10/dcn10_mpc.h
31
container_of(mpc_base, struct dcn10_mpc, base)
sys/dev/drm/amd/display/dc/dcn10/dcn10_opp.h
31
container_of(opp, struct dcn10_opp, base)
sys/dev/drm/amd/display/dc/dcn10/dcn10_optc.h
32
container_of(tg, struct optc, base)
sys/dev/drm/amd/display/dc/dcn10/dcn10_resource.h
32
container_of(pool, struct dcn10_resource_pool, base)
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h
32
container_of(stream_encoder, struct dcn10_stream_encoder, base)
sys/dev/drm/amd/display/dc/gpio/hw_ddc.h
39
container_of((HW_GPIO_FROM_BASE(hw_gpio)), struct hw_ddc, base)
sys/dev/drm/amd/display/dc/gpio/hw_gpio.h
110
container_of((hw_gpio_pin), struct hw_gpio, base)
sys/dev/drm/amd/display/dc/gpio/hw_gpio.h
32
container_of((ptr), struct hw_gpio, base)
sys/dev/drm/amd/display/dc/gpio/hw_hpd.h
39
container_of((HW_GPIO_FROM_BASE(hw_gpio)), struct hw_hpd, base)
sys/dev/drm/amd/display/dc/i2caux/aux_engine.c
58
container_of((ptr), struct aux_engine, base)
sys/dev/drm/amd/display/dc/i2caux/dce110/aux_engine_dce110.c
63
container_of((ptr), struct aux_engine_dce110, base)
sys/dev/drm/amd/display/dc/i2caux/dce110/aux_engine_dce110.c
71
FROM_AUX_ENGINE(container_of((ptr), struct aux_engine, base))
sys/dev/drm/amd/display/dc/i2caux/dce110/i2c_hw_engine_dce110.c
73
container_of((ptr), struct i2c_hw_engine_dce110, base)
sys/dev/drm/amd/display/dc/i2caux/dce110/i2c_hw_engine_dce110.c
80
FROM_I2C_HW_ENGINE(container_of((ptr), struct i2c_hw_engine, base))
sys/dev/drm/amd/display/dc/i2caux/dce110/i2c_hw_engine_dce110.c
88
FROM_I2C_ENGINE(container_of((ptr), struct i2c_engine, base))
sys/dev/drm/amd/display/dc/i2caux/dce110/i2c_sw_engine_dce110.c
56
container_of((ptr), struct i2c_sw_engine_dce110, base)
sys/dev/drm/amd/display/dc/i2caux/dce110/i2c_sw_engine_dce110.c
63
FROM_I2C_SW_ENGINE(container_of((ptr), struct i2c_sw_engine, base))
sys/dev/drm/amd/display/dc/i2caux/dce110/i2c_sw_engine_dce110.c
71
FROM_I2C_ENGINE(container_of((ptr), struct i2c_engine, base))
sys/dev/drm/amd/display/dc/i2caux/dce110/i2caux_dce110.c
59
container_of((ptr), struct i2caux_dce110, base)
sys/dev/drm/amd/display/dc/i2caux/dce80/i2c_hw_engine_dce80.c
76
container_of((ptr), struct i2c_hw_engine_dce80, base)
sys/dev/drm/amd/display/dc/i2caux/dce80/i2c_hw_engine_dce80.c
84
FROM_I2C_HW_ENGINE(container_of((ptr), struct i2c_hw_engine, base))
sys/dev/drm/amd/display/dc/i2caux/dce80/i2c_hw_engine_dce80.c
92
FROM_I2C_ENGINE(container_of((ptr), struct i2c_engine, base))
sys/dev/drm/amd/display/dc/i2caux/dce80/i2c_sw_engine_dce80.c
71
container_of((ptr), struct i2c_sw_engine_dce80, base)
sys/dev/drm/amd/display/dc/i2caux/dce80/i2c_sw_engine_dce80.c
79
FROM_I2C_SW_ENGINE(container_of((ptr), struct i2c_sw_engine, base))
sys/dev/drm/amd/display/dc/i2caux/dce80/i2c_sw_engine_dce80.c
87
FROM_I2C_ENGINE(container_of((ptr), struct i2c_engine, base))
sys/dev/drm/amd/display/dc/i2caux/dce80/i2caux_dce80.c
89
container_of((ptr), struct i2caux_dce80, base)
sys/dev/drm/amd/display/dc/i2caux/i2c_engine.c
49
container_of((ptr), struct i2c_engine, base)
sys/dev/drm/amd/display/dc/i2caux/i2c_generic_hw_engine.c
56
container_of((ptr), struct i2c_generic_hw_engine, base)
sys/dev/drm/amd/display/dc/i2caux/i2c_generic_hw_engine.c
64
FROM_I2C_HW_ENGINE(container_of((ptr), struct i2c_hw_engine, base))
sys/dev/drm/amd/display/dc/i2caux/i2c_generic_hw_engine.c
72
FROM_I2C_ENGINE(container_of((ptr), struct i2c_engine, base))
sys/dev/drm/amd/display/dc/i2caux/i2c_hw_engine.c
56
container_of((ptr), struct i2c_hw_engine, base)
sys/dev/drm/amd/display/dc/i2caux/i2c_hw_engine.c
64
FROM_I2C_ENGINE(container_of((ptr), struct i2c_engine, base))
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
351
container_of((ptr), struct i2c_sw_engine, base)
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
359
FROM_I2C_ENGINE(container_of((ptr), struct i2c_engine, base))
sys/dev/drm/amd/display/modules/freesync/freesync.c
50
container_of(mod_freesync, struct core_freesync, public)
sys/dev/drm/amd/display/modules/stats/stats.c
94
container_of(mod_stats, struct core_stats, public)
sys/dev/drm/drm_atomic.c
253
struct drm_atomic_state *state = container_of(ref, typeof(*state), ref);
sys/dev/drm/drm_atomic.c
43
container_of(kref, struct drm_crtc_commit, ref);
sys/dev/drm/drm_atomic_helper.c
1541
struct drm_atomic_state *state = container_of(work,
sys/dev/drm/drm_atomic_helper.c
1844
struct drm_crtc_commit *commit = container_of(completion,
sys/dev/drm/drm_auth.c
354
struct drm_master *master = container_of(kref, struct drm_master, refcount);
sys/dev/drm/drm_connector.c
155
container_of(kref, struct drm_connector, base.refcount);
sys/dev/drm/drm_connector.c
166
container_of(work, struct drm_device, mode_config.connector_free_work);
sys/dev/drm/drm_connector.c
1847
struct drm_tile_group *tg = container_of(kref, struct drm_tile_group, refcount);
sys/dev/drm/drm_crtc.c
214
return container_of(fence->lock, struct drm_crtc, fence_lock);
sys/dev/drm/drm_dp_aux_dev.c
246
#define to_auxdev(d) container_of(d, struct drm_dp_aux_dev, aux)
sys/dev/drm/drm_dp_aux_dev.c
99
container_of(ref, struct drm_dp_aux_dev, refcount);
sys/dev/drm/drm_dp_helper.c
1009
return container_of(i2c, struct drm_dp_aux, ddc);
sys/dev/drm/drm_dp_helper.c
1067
struct drm_dp_aux *aux = container_of(work, struct drm_dp_aux,
sys/dev/drm/drm_dp_mst_topology.c
1375
struct drm_dp_mst_topology_mgr *mgr = container_of(work, struct drm_dp_mst_topology_mgr, work);
sys/dev/drm/drm_dp_mst_topology.c
1885
port = container_of(mgr->proposed_vcpis[i], struct drm_dp_mst_port, vcpi);
sys/dev/drm/drm_dp_mst_topology.c
1967
port = container_of(mgr->proposed_vcpis[i], struct drm_dp_mst_port, vcpi);
sys/dev/drm/drm_dp_mst_topology.c
3028
port = container_of(mgr->proposed_vcpis[i], struct drm_dp_mst_port, vcpi);
sys/dev/drm/drm_dp_mst_topology.c
3078
struct drm_dp_mst_topology_mgr *mgr = container_of(work, struct drm_dp_mst_topology_mgr, tx_work);
sys/dev/drm/drm_dp_mst_topology.c
3088
struct drm_dp_mst_port *port = container_of(kref, struct drm_dp_mst_port, kref);
sys/dev/drm/drm_dp_mst_topology.c
3095
struct drm_dp_mst_topology_mgr *mgr = container_of(work, struct drm_dp_mst_topology_mgr, destroy_connector_work);
sys/dev/drm/drm_dp_mst_topology.c
3276
struct drm_dp_mst_port *port = container_of(aux, struct drm_dp_mst_port, aux);
sys/dev/drm/drm_dp_mst_topology.c
860
struct drm_dp_mst_branch *mstb = container_of(kref, struct drm_dp_mst_branch, kref);
sys/dev/drm/drm_dp_mst_topology.c
870
struct drm_dp_mst_branch *mstb = container_of(kref, struct drm_dp_mst_branch, kref);
sys/dev/drm/drm_dp_mst_topology.c
939
struct drm_dp_mst_port *port = container_of(kref, struct drm_dp_mst_port, kref);
sys/dev/drm/drm_drv.c
739
struct drm_device *dev = container_of(ref, struct drm_device, ref);
sys/dev/drm/drm_fb_helper.c
764
struct drm_fb_helper *helper = container_of(work, struct drm_fb_helper,
sys/dev/drm/drm_fb_helper.c
796
struct drm_fb_helper *helper = container_of(work, struct drm_fb_helper,
sys/dev/drm/drm_framebuffer.c
412
struct drm_mode_rmfb_work *arg = container_of(w, typeof(*arg), work);
sys/dev/drm/drm_framebuffer.c
701
container_of(kref, struct drm_framebuffer, base.refcount);
sys/dev/drm/drm_gem.c
1000
obj = container_of(node, struct drm_gem_object, vma_node);
sys/dev/drm/drm_gem.c
1078
obj = container_of(hash, struct drm_gem_object, map_list);
sys/dev/drm/drm_gem.c
821
container_of(kref, struct drm_gem_object, refcount);
sys/dev/drm/drm_probe_helper.c
573
struct drm_device *dev = container_of(delayed_work, struct drm_device, mode_config.output_poll_work);
sys/dev/drm/drm_property.c
527
container_of(kref, struct drm_property_blob, base.refcount);
sys/dev/drm/drm_simple_kms_helper.c
101
pipe = container_of(crtc, struct drm_simple_display_pipe, crtc);
sys/dev/drm/drm_simple_kms_helper.c
112
pipe = container_of(crtc, struct drm_simple_display_pipe, crtc);
sys/dev/drm/drm_simple_kms_helper.c
137
pipe = container_of(plane, struct drm_simple_display_pipe, plane);
sys/dev/drm/drm_simple_kms_helper.c
162
pipe = container_of(plane, struct drm_simple_display_pipe, plane);
sys/dev/drm/drm_simple_kms_helper.c
174
pipe = container_of(plane, struct drm_simple_display_pipe, plane);
sys/dev/drm/drm_simple_kms_helper.c
186
pipe = container_of(plane, struct drm_simple_display_pipe, plane);
sys/dev/drm/drm_simple_kms_helper.c
43
pipe = container_of(crtc, struct drm_simple_display_pipe, crtc);
sys/dev/drm/drm_simple_kms_helper.c
70
pipe = container_of(crtc, struct drm_simple_display_pipe, crtc);
sys/dev/drm/drm_simple_kms_helper.c
83
pipe = container_of(crtc, struct drm_simple_display_pipe, crtc);
sys/dev/drm/drm_syncobj.c
259
struct drm_syncobj *syncobj = container_of(kref,
sys/dev/drm/drm_syncobj.c
669
container_of(cb, struct syncobj_wait_entry, fence_cb);
sys/dev/drm/drm_syncobj.c
678
container_of(cb, struct syncobj_wait_entry, syncobj_cb);
sys/dev/drm/drm_vma_manager.c
173
return container_of(best, struct drm_vma_offset_node, vm_node);
sys/dev/drm/i915/i915_drv.h
2193
return container_of(dev, struct drm_i915_private, drm);
sys/dev/drm/i915/i915_drv.h
2203
return container_of(wopcm, struct drm_i915_private, wopcm);
sys/dev/drm/i915/i915_drv.h
2208
return container_of(guc, struct drm_i915_private, guc);
sys/dev/drm/i915/i915_drv.h
2213
return container_of(huc, struct drm_i915_private, huc);
sys/dev/drm/i915/i915_drv.h
3271
return container_of(vm, struct i915_hw_ppgtt, vm);
sys/dev/drm/i915/i915_drv.h
3454
return container_of(adapter, struct intel_gmbus, adapter)->force_bit;
sys/dev/drm/i915/i915_gem.c
2155
struct drm_i915_gem_object *obj = container_of(
sys/dev/drm/i915/i915_gem.c
3828
container_of(work, typeof(*dev_priv), gt.retire_work.work);
sys/dev/drm/i915/i915_gem.c
3885
struct sleep_rcu_work *s = container_of(work, typeof(*s), work);
sys/dev/drm/i915/i915_gem.c
3896
struct sleep_rcu_work *s = container_of(rcu, typeof(*s), rcu);
sys/dev/drm/i915/i915_gem.c
3934
container_of(work, typeof(*dev_priv), gt.idle_work.work);
sys/dev/drm/i915/i915_gem.c
4937
rq = container_of(fence, struct i915_request, fence);
sys/dev/drm/i915/i915_gem.c
5087
container_of(active, typeof(*obj), frontbuffer_write);
sys/dev/drm/i915/i915_gem.c
5355
container_of(work, struct drm_i915_private, mm.free_work);
sys/dev/drm/i915/i915_gem.c
5383
container_of(head, typeof(*obj), rcu);
sys/dev/drm/i915/i915_gem_clflush.c
50
struct clflush *clflush = container_of(fence, typeof(*clflush), dma);
sys/dev/drm/i915/i915_gem_clflush.c
73
struct clflush *clflush = container_of(work, typeof(*clflush), work);
sys/dev/drm/i915/i915_gem_clflush.c
96
struct clflush *clflush = container_of(fence, typeof(*clflush), wait);
sys/dev/drm/i915/i915_gem_context.c
254
ctx = container_of(freed, typeof(*ctx), free_link);
sys/dev/drm/i915/i915_gem_context.c
261
container_of(work, typeof(*i915), contexts.free_work);
sys/dev/drm/i915/i915_gem_context.c
270
struct i915_gem_context *ctx = container_of(ref, typeof(*ctx), ref);
sys/dev/drm/i915/i915_gem_evict.c
259
vma = container_of(node, struct i915_vma, node);
sys/dev/drm/i915/i915_gem_evict.c
322
vma = container_of(node, typeof(*vma), node);
sys/dev/drm/i915/i915_gem_execbuffer.c
935
container_of(cache, struct i915_execbuffer, reloc_cache)->i915;
sys/dev/drm/i915/i915_gem_gtt.c
2326
container_of(kref, struct i915_hw_ppgtt, ref);
sys/dev/drm/i915/i915_gem_gtt.c
3187
container_of(kref, struct intel_ppat_entry, ref);
sys/dev/drm/i915/i915_gem_gtt.h
435
#define __to_gen6_ppgtt(base) container_of(base, struct gen6_hw_ppgtt, base)
sys/dev/drm/i915/i915_gem_gtt.h
584
return container_of(vm, struct i915_ggtt, vm);
sys/dev/drm/i915/i915_gem_object.h
293
return container_of(gem, struct drm_i915_gem_object, base);
sys/dev/drm/i915/i915_gem_shrinker.c
315
container_of(shrinker, struct drm_i915_private, mm.shrinker);
sys/dev/drm/i915/i915_gem_shrinker.c
358
container_of(shrinker, struct drm_i915_private, mm.shrinker);
sys/dev/drm/i915/i915_gem_shrinker.c
427
container_of(nb, struct drm_i915_private, mm.oom_notifier);
sys/dev/drm/i915/i915_gem_shrinker.c
470
container_of(nb, struct drm_i915_private, mm.vmap_notifier);
sys/dev/drm/i915/i915_gem_userptr.c
122
container_of(_mn, struct i915_mmu_notifier, mn);
sys/dev/drm/i915/i915_gem_userptr.c
149
mo = container_of(it, struct i915_mmu_object, it);
sys/dev/drm/i915/i915_gem_userptr.c
384
struct i915_mm_struct *mm = container_of(work, typeof(*mm), work);
sys/dev/drm/i915/i915_gem_userptr.c
395
struct i915_mm_struct *mm = container_of(kref, typeof(*mm), kref);
sys/dev/drm/i915/i915_gem_userptr.c
508
struct get_pages_work *work = container_of(_work, typeof(*work), work);
sys/dev/drm/i915/i915_gem_userptr.c
67
struct i915_mmu_object *mo = container_of(work, typeof(*mo), work);
sys/dev/drm/i915/i915_gpu_error.c
633
container_of(error_uc, typeof(*error), uc);
sys/dev/drm/i915/i915_gpu_error.c
920
container_of(error_ref, typeof(*error), ref);
sys/dev/drm/i915/i915_irq.c
1281
container_of(work, struct drm_i915_private, gt_pm.rps.work);
sys/dev/drm/i915/i915_irq.c
1376
container_of(work, typeof(*dev_priv), l3_parity.error_work);
sys/dev/drm/i915/i915_irq.c
2936
struct wedge_me *w = container_of(work, typeof(*w), work.work);
sys/dev/drm/i915/i915_perf.c
2273
container_of(hrtimer, typeof(*dev_priv),
sys/dev/drm/i915/i915_perf.c
3114
container_of(attr, typeof(*oa_config), sysfs_metric_id);
sys/dev/drm/i915/i915_pmu.c
254
container_of(hrtimer, struct drm_i915_private, pmu.timer);
sys/dev/drm/i915/i915_pmu.c
298
container_of(event->pmu, typeof(*i915), pmu.base);
sys/dev/drm/i915/i915_pmu.c
368
container_of(event->pmu, typeof(*i915), pmu.base);
sys/dev/drm/i915/i915_pmu.c
392
container_of(event->pmu, typeof(*i915), pmu.base);
sys/dev/drm/i915/i915_pmu.c
526
container_of(event->pmu, typeof(*i915), pmu.base);
sys/dev/drm/i915/i915_pmu.c
587
container_of(event->pmu, typeof(*i915), pmu.base);
sys/dev/drm/i915/i915_pmu.c
639
container_of(event->pmu, typeof(*i915), pmu.base);
sys/dev/drm/i915/i915_pmu.c
719
eattr = container_of(attr, struct i915_str_attribute, attr);
sys/dev/drm/i915/i915_pmu.c
749
eattr = container_of(attr, struct i915_ext_attribute, attr);
sys/dev/drm/i915/i915_request.c
621
container_of(fence, typeof(*request), submit);
sys/dev/drm/i915/i915_request.h
214
return container_of(fence, struct i915_request, fence);
sys/dev/drm/i915/i915_request.h
339
container_of(node, const struct i915_request, sched);
sys/dev/drm/i915/i915_sw_fence.c
381
struct i915_sw_dma_fence_cb *cb = container_of(data, typeof(*cb), base);
sys/dev/drm/i915/i915_sw_fence.c
409
container_of(data, typeof(*cb), base.base);
sys/dev/drm/i915/i915_sw_fence.c
422
container_of(wrk, typeof(*cb), work);
sys/dev/drm/i915/i915_sw_fence.c
463
container_of(cb, typeof(*timer), base);
sys/dev/drm/i915/i915_timeline.c
96
container_of(kref, typeof(*timeline), kref);
sys/dev/drm/i915/i915_vma.c
117
container_of(base, typeof(*active), base);
sys/dev/drm/i915/i915_vma.c
125
__i915_vma_retire(container_of(base, struct i915_vma, last_active), rq);
sys/dev/drm/i915/i915_vma.c
866
struct drm_i915_gem_object *obj = container_of(
sys/dev/drm/i915/intel_breadcrumbs.c
273
container_of(b, struct intel_engine_cs, breadcrumbs);
sys/dev/drm/i915/intel_breadcrumbs.c
300
container_of(b, struct intel_engine_cs, breadcrumbs);
sys/dev/drm/i915/intel_crt.c
58
return container_of(encoder, struct intel_crt, base);
sys/dev/drm/i915/intel_csr.c
434
dev_priv = container_of(work, typeof(*dev_priv), csr.work);
sys/dev/drm/i915/intel_device_info.c
116
container_of(info, struct drm_i915_private, info);
sys/dev/drm/i915/intel_device_info.c
741
container_of(info, struct drm_i915_private, info);
sys/dev/drm/i915/intel_display.c
12745
container_of(work, typeof(*dev_priv), atomic_helper.free_work);
sys/dev/drm/i915/intel_display.c
12777
container_of(work, struct drm_atomic_state, commit_work);
sys/dev/drm/i915/intel_display.c
12957
container_of(work, struct drm_atomic_state, commit_work);
sys/dev/drm/i915/intel_display.c
12967
container_of(fence, struct intel_atomic_state, commit_ready);
sys/dev/drm/i915/intel_display.c
13122
struct wait_rps_boost *wait = container_of(_wait, typeof(*wait), wait);
sys/dev/drm/i915/intel_dp.c
1053
struct intel_dp *intel_dp = container_of(this, typeof(* intel_dp),
sys/dev/drm/i915/intel_dp.c
1442
struct intel_dp *intel_dp = container_of(aux, struct intel_dp, aux);
sys/dev/drm/i915/intel_dp.c
2436
struct intel_dp *intel_dp = container_of(to_delayed_work(__work),
sys/dev/drm/i915/intel_dp.c
6208
container_of(work, typeof(*dev_priv), drrs.work.work);
sys/dev/drm/i915/intel_dp.c
6541
intel_connector = container_of(work, typeof(*intel_connector),
sys/dev/drm/i915/intel_dp_mst.c
442
struct intel_dp *intel_dp = container_of(mgr, struct intel_dp, mst_mgr);
sys/dev/drm/i915/intel_dp_mst.c
520
struct intel_dp *intel_dp = container_of(mgr, struct intel_dp, mst_mgr);
sys/dev/drm/i915/intel_drv.h
1015
#define to_intel_atomic_state(x) container_of(x, struct intel_atomic_state, base)
sys/dev/drm/i915/intel_drv.h
1016
#define to_intel_crtc(x) container_of(x, struct intel_crtc, base)
sys/dev/drm/i915/intel_drv.h
1017
#define to_intel_crtc_state(x) container_of(x, struct intel_crtc_state, base)
sys/dev/drm/i915/intel_drv.h
1018
#define to_intel_connector(x) container_of(x, struct intel_connector, base)
sys/dev/drm/i915/intel_drv.h
1019
#define to_intel_encoder(x) container_of(x, struct intel_encoder, base)
sys/dev/drm/i915/intel_drv.h
1020
#define to_intel_framebuffer(x) container_of(x, struct intel_framebuffer, base)
sys/dev/drm/i915/intel_drv.h
1021
#define to_intel_plane(x) container_of(x, struct intel_plane, base)
sys/dev/drm/i915/intel_drv.h
1022
#define to_intel_plane_state(x) container_of(x, struct intel_plane_state, base)
sys/dev/drm/i915/intel_drv.h
1291
return container_of(encoder, struct intel_digital_port,
sys/dev/drm/i915/intel_drv.h
1300
return container_of(encoder, struct intel_dp_mst_encoder, base.base);
sys/dev/drm/i915/intel_drv.h
1325
return container_of(intel_dp, struct intel_digital_port, dp);
sys/dev/drm/i915/intel_drv.h
1343
return container_of(intel_hdmi, struct intel_digital_port, hdmi);
sys/dev/drm/i915/intel_drv.h
442
#define to_intel_digital_connector_state(x) container_of(x, struct intel_digital_connector_state, base)
sys/dev/drm/i915/intel_dsi.h
122
return container_of(h, struct intel_dsi_host, base);
sys/dev/drm/i915/intel_dsi.h
129
return container_of(encoder, struct intel_dsi, base.base);
sys/dev/drm/i915/intel_dvo.c
114
return container_of(encoder, struct intel_dvo, base);
sys/dev/drm/i915/intel_fbc.c
1157
container_of(work, struct drm_i915_private, fbc.underrun_work);
sys/dev/drm/i915/intel_fbdev.c
121
container_of(helper, struct intel_fbdev, helper);
sys/dev/drm/i915/intel_fbdev.c
178
container_of(helper, struct intel_fbdev, helper);
sys/dev/drm/i915/intel_fbdev.c
61
container_of(fb_helper, struct intel_fbdev, helper);
sys/dev/drm/i915/intel_fbdev.c
687
intel_fbdev_set_suspend(&container_of(work,
sys/dev/drm/i915/intel_fbdev.c
75
container_of(fb_helper, struct intel_fbdev, helper);
sys/dev/drm/i915/intel_fbdev.c
91
container_of(fb_helper, struct intel_fbdev, helper);
sys/dev/drm/i915/intel_guc_ct.c
69
return container_of(ct, struct intel_guc, ct);
sys/dev/drm/i915/intel_guc_ct.c
764
struct intel_guc_ct *ct = container_of(w, struct intel_guc_ct, worker);
sys/dev/drm/i915/intel_guc_fw.c
239
struct intel_guc *guc = container_of(guc_fw, struct intel_guc, fw);
sys/dev/drm/i915/intel_guc_fw.c
56
struct intel_guc *guc = container_of(guc_fw, struct intel_guc, fw);
sys/dev/drm/i915/intel_guc_log.c
337
container_of(work, struct intel_guc_log, relay.flush_work);
sys/dev/drm/i915/intel_guc_log.c
78
return container_of(log, struct intel_guc, log);
sys/dev/drm/i915/intel_guc_submission.c
554
container_of(work, typeof(*preempt_work), work);
sys/dev/drm/i915/intel_guc_submission.c
556
struct intel_guc *guc = container_of(preempt_work, typeof(*guc),
sys/dev/drm/i915/intel_hangcheck.c
412
container_of(work, typeof(*dev_priv),
sys/dev/drm/i915/intel_hdcp.c
697
struct intel_connector *connector = container_of(to_delayed_work(work),
sys/dev/drm/i915/intel_hdcp.c
707
struct intel_connector *connector = container_of(work,
sys/dev/drm/i915/intel_hdmi.c
74
container_of(encoder, struct intel_digital_port, base.base);
sys/dev/drm/i915/intel_hotplug.c
210
container_of(work, typeof(*dev_priv),
sys/dev/drm/i915/intel_hotplug.c
284
container_of(work, struct drm_i915_private, hotplug.dig_port_work);
sys/dev/drm/i915/intel_hotplug.c
334
container_of(work, struct drm_i915_private, hotplug.hotplug_work);
sys/dev/drm/i915/intel_hotplug.c
543
container_of(work, struct drm_i915_private,
sys/dev/drm/i915/intel_huc_fw.c
110
struct intel_huc *huc = container_of(huc_fw, struct intel_huc, fw);
sys/dev/drm/i915/intel_huc_fw.c
55
struct intel_huc *huc = container_of(huc_fw, struct intel_huc, fw);
sys/dev/drm/i915/intel_i2c.c
134
return container_of(i2c, struct intel_gmbus, adapter);
sys/dev/drm/i915/intel_i2c.c
255
struct intel_gmbus *bus = container_of(adapter,
sys/dev/drm/i915/intel_i2c.c
274
struct intel_gmbus *bus = container_of(adapter,
sys/dev/drm/i915/intel_i2c.c
571
struct intel_gmbus *bus = container_of(adapter,
sys/dev/drm/i915/intel_i2c.c
701
struct intel_gmbus *bus = container_of(adapter, struct intel_gmbus,
sys/dev/drm/i915/intel_i2c.c
725
struct intel_gmbus *bus = container_of(adapter, struct intel_gmbus,
sys/dev/drm/i915/intel_lrc.c
1153
return container_of(node, struct i915_request, sched);
sys/dev/drm/i915/intel_lrc.c
361
container_of(execlists, typeof(*engine), execlists);
sys/dev/drm/i915/intel_lrc.c
592
__unwind_incomplete_requests(container_of(execlists,
sys/dev/drm/i915/intel_lspcon.c
33
container_of(lspcon, struct intel_digital_port, lspcon);
sys/dev/drm/i915/intel_lvds.c
79
return container_of(encoder, struct intel_lvds_encoder, base.base);
sys/dev/drm/i915/intel_lvds.c
84
return container_of(connector, struct intel_lvds_connector, base.base);
sys/dev/drm/i915/intel_opregion.c
558
container_of(work, struct intel_opregion, asle_work);
sys/dev/drm/i915/intel_opregion.c
560
container_of(opregion, struct drm_i915_private, opregion);
sys/dev/drm/i915/intel_opregion.c
626
struct intel_opregion *opregion = container_of(nb, struct intel_opregion,
sys/dev/drm/i915/intel_overlay.c
359
container_of(active, typeof(*overlay), last_flip);
sys/dev/drm/i915/intel_overlay.c
368
container_of(active, typeof(*overlay), last_flip);
sys/dev/drm/i915/intel_panel.c
1917
container_of(panel, struct intel_connector, panel);
sys/dev/drm/i915/intel_panel.c
2007
container_of(panel, struct intel_connector, panel);
sys/dev/drm/i915/intel_psr.c
899
container_of(work, typeof(*dev_priv), psr.work);
sys/dev/drm/i915/intel_sdvo.c
176
return container_of(encoder, struct intel_sdvo, base);
sys/dev/drm/i915/intel_sdvo.c
187
return container_of(connector, struct intel_sdvo_connector, base.base);
sys/dev/drm/i915/intel_sdvo.c
191
container_of((conn_state), struct intel_sdvo_connector_state, base.base)
sys/dev/drm/i915/intel_tv.c
790
return container_of(encoder, struct intel_tv, base);
sys/dev/drm/i915/intel_uncore.c
1528
struct drm_i915_private *dev_priv = container_of(nb,
sys/dev/drm/i915/intel_uncore.c
349
container_of(timer, struct intel_uncore_forcewake_domain, timer);
sys/dev/drm/i915/intel_uncore.c
351
container_of(domain, struct drm_i915_private, uncore.fw_domain[domain->id]);
sys/dev/drm/i915/vlv_dsi.c
308
struct intel_dsi *intel_dsi = container_of(encoder, struct intel_dsi,
sys/dev/drm/include/drm/drm_connector.h
1130
#define obj_to_connector(x) container_of(x, struct drm_connector, base)
sys/dev/drm/include/drm/drm_crtc.h
1108
#define obj_to_crtc(x) container_of(x, struct drm_crtc, base)
sys/dev/drm/include/drm/drm_dp_mst_helper.h
407
#define to_dp_mst_topology_state(x) container_of(x, struct drm_dp_mst_topology_state, base)
sys/dev/drm/include/drm/drm_dp_mst_helper.h
416
#define to_dp_mst_topology_mgr(x) container_of(x, struct drm_dp_mst_topology_mgr, base)
sys/dev/drm/include/drm/drm_encoder.h
180
#define obj_to_encoder(x) container_of(x, struct drm_encoder, base)
sys/dev/drm/include/drm/drm_encoder_slave.h
103
#define to_encoder_slave(x) container_of((x), struct drm_encoder_slave, base)
sys/dev/drm/include/drm/drm_encoder_slave.h
130
#define to_drm_i2c_encoder_driver(x) container_of((x), \
sys/dev/drm/include/drm/drm_fb_helper.h
255
return container_of(client, struct drm_fb_helper, client);
sys/dev/drm/include/drm/drm_framebuffer.h
209
#define obj_to_fb(x) container_of(x, struct drm_framebuffer, base)
sys/dev/drm/include/drm/drm_gem_cma_helper.h
26
container_of(gem_obj, struct drm_gem_cma_object, base)
sys/dev/drm/include/drm/drm_hashtab.h
40
#define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member)
sys/dev/drm/include/drm/drm_mipi_dsi.h
187
return container_of(dev, struct mipi_dsi_device, dev);
sys/dev/drm/include/drm/drm_mipi_dsi.h
295
return container_of(driver, struct mipi_dsi_driver, driver);
sys/dev/drm/include/drm/drm_modes.h
444
#define obj_to_mode(x) container_of(x, struct drm_display_mode, base)
sys/dev/drm/include/drm/drm_plane.h
700
#define obj_to_plane(x) container_of(x, struct drm_plane, base)
sys/dev/drm/include/drm/drm_property.h
222
#define obj_to_property(x) container_of(x, struct drm_property, base)
sys/dev/drm/include/drm/drm_property.h
223
#define obj_to_blob(x) container_of(x, struct drm_property_blob, base)
sys/dev/drm/include/drm/drm_writeback.h
20
return container_of(connector, struct drm_writeback_connector, base);
sys/dev/drm/include/linux/dma-fence-array.h
89
return container_of(fence, struct dma_fence_array, base);
sys/dev/drm/include/linux/list.h
139
#define list_entry(ptr, type, field) container_of(ptr, type, field)
sys/dev/drm/include/linux/list.h
452
#define hlist_entry(ptr, type, field) container_of(ptr, type, field)
sys/dev/drm/include/linux/llist.h
40
((ptr) ? container_of(ptr, type, member) : NULL)
sys/dev/drm/include/linux/pci.h
318
const struct pci_dev *pdev = container_of(&bus, struct pci_dev, bus);
sys/dev/drm/include/linux/pci.h
327
const struct pci_dev *pdev = container_of(&bus, struct pci_dev, bus);
sys/dev/drm/include/linux/rbtree.h
83
#define rb_entry(ptr, type, member) container_of(ptr, type, member)
sys/dev/drm/include/linux/timer.h
128
container_of(arg, typeof(*(var)), field)
sys/dev/drm/include/linux/workqueue.h
75
return container_of(work, struct delayed_work, work);
sys/dev/drm/linux_fence-array.c
63
struct dma_fence_array *array = container_of(wrk, typeof(*array), work);
sys/dev/drm/linux_fence-array.c
75
container_of(cb, struct dma_fence_array_cb, cb);
sys/dev/drm/linux_fence.c
45
struct dma_fence *fence = container_of(ref, struct dma_fence, refcount);
sys/dev/drm/linux_fence.c
82
container_of(cb, struct default_wait_cb, base);
sys/dev/drm/linux_kobject.c
47
struct kobject *kobj = container_of(kref, struct kobject, kref);
sys/dev/drm/radeon/atombios_dp.c
162
container_of(aux, struct radeon_i2c_chan, aux);
sys/dev/drm/radeon/r600_hdmi.c
116
struct radeon_device *rdev = container_of(work, struct radeon_device,
sys/dev/drm/radeon/radeon.h
2521
struct radeon_fence *__f = container_of(f, struct radeon_fence, base);
sys/dev/drm/radeon/radeon.h
523
#define gem_to_radeon_bo(gobj) container_of((gobj), struct radeon_bo, gem_base)
sys/dev/drm/radeon/radeon_display.c
260
container_of(__work, struct radeon_flip_work, unpin_work);
sys/dev/drm/radeon/radeon_display.c
405
container_of(__work, struct radeon_flip_work, flip_work);
sys/dev/drm/radeon/radeon_dp_auxch.c
58
container_of(aux, struct radeon_i2c_chan, aux);
sys/dev/drm/radeon/radeon_dp_mst.c
271
struct radeon_connector *master = container_of(mgr, struct radeon_connector, mst_mgr);
sys/dev/drm/radeon/radeon_dp_mst.c
310
struct radeon_connector *master = container_of(mgr, struct radeon_connector, mst_mgr);
sys/dev/drm/radeon/radeon_dp_mst.c
324
struct radeon_connector *master = container_of(mgr, struct radeon_connector, mst_mgr);
sys/dev/drm/radeon/radeon_fb.c
220
container_of(helper, struct radeon_fbdev, helper);
sys/dev/drm/radeon/radeon_fence.c
1067
container_of(cb, struct radeon_wait_cb, base);
sys/dev/drm/radeon/radeon_fence.c
165
fence = container_of(wait, struct radeon_fence, fence_wake);
sys/dev/drm/radeon/radeon_fence.c
274
fence_drv = container_of(work, struct radeon_fence_driver,
sys/dev/drm/radeon/radeon_irq_kms.c
100
struct radeon_device *rdev = container_of(work, struct radeon_device,
sys/dev/drm/radeon/radeon_irq_kms.c
79
struct radeon_device *rdev = container_of(work, struct radeon_device,
sys/dev/drm/radeon/radeon_mn.c
105
struct radeon_mn *rmn = container_of(mn, struct radeon_mn, mn);
sys/dev/drm/radeon/radeon_mn.c
127
struct radeon_mn *rmn = container_of(mn, struct radeon_mn, mn);
sys/dev/drm/radeon/radeon_mn.c
154
node = container_of(it, struct radeon_mn_node, it);
sys/dev/drm/radeon/radeon_mn.c
275
node = container_of(it, struct radeon_mn_node, it);
sys/dev/drm/radeon/radeon_mn.c
335
node = container_of(head, struct radeon_mn_node, bos);
sys/dev/drm/radeon/radeon_mn.c
70
struct radeon_mn *rmn = container_of(work, struct radeon_mn, work);
sys/dev/drm/radeon/radeon_mode.h
46
#define to_radeon_crtc(x) container_of(x, struct radeon_crtc, base)
sys/dev/drm/radeon/radeon_mode.h
47
#define to_radeon_connector(x) container_of(x, struct radeon_connector, base)
sys/dev/drm/radeon/radeon_mode.h
48
#define to_radeon_encoder(x) container_of(x, struct radeon_encoder, base)
sys/dev/drm/radeon/radeon_object.c
73
bo = container_of(tbo, struct radeon_bo, tbo);
sys/dev/drm/radeon/radeon_object.c
781
rbo = container_of(bo, struct radeon_bo, tbo);
sys/dev/drm/radeon/radeon_object.c
803
rbo = container_of(bo, struct radeon_bo, tbo);
sys/dev/drm/radeon/radeon_pm.c
1902
rdev = container_of(work, struct radeon_device,
sys/dev/drm/radeon/radeon_pm.c
876
container_of(work, struct radeon_device,
sys/dev/drm/radeon/radeon_ttm.c
196
rbo = container_of(bo, struct radeon_bo, tbo);
sys/dev/drm/radeon/radeon_ttm.c
237
struct radeon_bo *rbo = container_of(bo, struct radeon_bo, tbo);
sys/dev/drm/radeon/radeon_ttm.c
412
rbo = container_of(bo, struct radeon_bo, tbo);
sys/dev/drm/radeon/radeon_ttm.c
58
mman = container_of(bdev, struct radeon_mman, bdev);
sys/dev/drm/radeon/radeon_ttm.c
59
rdev = container_of(mman, struct radeon_device, mman);
sys/dev/drm/radeon/radeon_ucode.c
115
container_of(__DECONST(void *, hdr), struct rlc_firmware_header_v1_0, header);
sys/dev/drm/radeon/radeon_ucode.c
142
container_of(__DECONST(void *, hdr), struct sdma_firmware_header_v1_0, header);
sys/dev/drm/radeon/radeon_ucode.c
55
container_of(__DECONST(void *, hdr), struct mc_firmware_header_v1_0, header);
sys/dev/drm/radeon/radeon_ucode.c
76
container_of(__DECONST(void *, hdr), struct smc_firmware_header_v1_0, header);
sys/dev/drm/radeon/radeon_ucode.c
94
container_of(__DECONST(void *, hdr), struct gfx_firmware_header_v1_0, header);
sys/dev/drm/radeon/radeon_uvd.c
873
container_of(work, struct radeon_device, uvd.idle_work.work);
sys/dev/drm/radeon/radeon_vce.c
265
container_of(work, struct radeon_device, vce.idle_work.work);
sys/dev/drm/radeon/radeon_vm.c
1251
bo_va = container_of((void *)vm->va.rb_node, struct radeon_bo_va, it);
sys/dev/drm/radeon/radeon_vm.c
485
tmp = container_of(it, struct radeon_bo_va, it);
sys/dev/drm/scheduler/sched_entity.c
206
struct drm_sched_job *job = container_of(cb, struct drm_sched_job,
sys/dev/drm/scheduler/sched_entity.c
30
container_of((sched_job), struct drm_sched_job, queue_node)
sys/dev/drm/scheduler/sched_entity.c
316
container_of(cb, struct drm_sched_entity, cb);
sys/dev/drm/scheduler/sched_entity.c
330
container_of(cb, struct drm_sched_entity, cb);
sys/dev/drm/scheduler/sched_fence.c
144
return container_of(f, struct drm_sched_fence, scheduled);
sys/dev/drm/scheduler/sched_fence.c
147
return container_of(f, struct drm_sched_fence, finished);
sys/dev/drm/scheduler/sched_fence.c
93
struct dma_fence *f = container_of(rcu, struct dma_fence, rcu);
sys/dev/drm/scheduler/sched_main.c
205
struct drm_sched_job *s_job = container_of(work, struct drm_sched_job,
sys/dev/drm/scheduler/sched_main.c
232
struct drm_sched_job *job = container_of(cb, struct drm_sched_job,
sys/dev/drm/scheduler/sched_main.c
256
sched = container_of(work, struct drm_gpu_scheduler, work_tdr.work);
sys/dev/drm/scheduler/sched_main.c
492
container_of(cb, struct drm_sched_fence, cb);
sys/dev/drm/scheduler/sched_main.c
59
container_of((sched_job), struct drm_sched_job, queue_node)
sys/dev/drm/ttm/ttm_agp_backend.c
100
struct ttm_agp_backend *agp_be = container_of(ttm, struct ttm_agp_backend, ttm);
sys/dev/drm/ttm/ttm_agp_backend.c
53
struct ttm_agp_backend *agp_be = container_of(ttm, struct ttm_agp_backend, ttm);
sys/dev/drm/ttm/ttm_agp_backend.c
87
struct ttm_agp_backend *agp_be = container_of(ttm, struct ttm_agp_backend, ttm);
sys/dev/drm/ttm/ttm_bo.c
115
container_of(kobj, struct ttm_bo_global, kobj);
sys/dev/drm/ttm/ttm_bo.c
145
container_of(list_kref, struct ttm_buffer_object, list_kref);
sys/dev/drm/ttm/ttm_bo.c
1526
container_of(kobj, struct ttm_bo_global, kobj);
sys/dev/drm/ttm/ttm_bo.c
1544
container_of(ref, struct ttm_bo_global_ref, ref);
sys/dev/drm/ttm/ttm_bo.c
649
container_of(work, struct ttm_bo_device, wq.work);
sys/dev/drm/ttm/ttm_bo.c
659
container_of(kref, struct ttm_buffer_object, kref);
sys/dev/drm/ttm/ttm_bo_util.c
445
fbo = container_of(bo, struct ttm_transfer_obj, base);
sys/dev/drm/ttm/ttm_bo_vm.c
419
bo = container_of(node, struct ttm_buffer_object, vma_node);
sys/dev/drm/ttm/ttm_memory.c
117
container_of(kobj, struct ttm_mem_zone, kobj);
sys/dev/drm/ttm/ttm_memory.c
172
container_of(kobj, struct ttm_mem_global, kobj);
sys/dev/drm/ttm/ttm_memory.c
238
container_of(work, struct ttm_mem_global, work);
sys/dev/drm/ttm/ttm_memory.c
77
container_of(kobj, struct ttm_mem_zone, kobj);
sys/dev/drm/ttm/ttm_memory.c
89
container_of(kobj, struct ttm_mem_zone, kobj);
sys/dev/drm/ttm/ttm_page_alloc.c
156
container_of(kobj, struct ttm_pool_manager, kobj);
sys/dev/drm/ttm/ttm_page_alloc.c
164
container_of(kobj, struct ttm_pool_manager, kobj);
sys/dev/drm/ttm/ttm_page_alloc.c
198
container_of(kobj, struct ttm_pool_manager, kobj);
sys/dev/drm/ttm/ttm_page_alloc_dma.c
197
container_of(kobj, struct ttm_pool_manager, kobj);
sys/dev/drm/ttm/ttm_page_alloc_dma.c
205
container_of(kobj, struct ttm_pool_manager, kobj);
sys/dev/drm/ttm/ttm_page_alloc_dma.c
240
container_of(kobj, struct ttm_pool_manager, kobj);
tools/tools/drm/radeon/mkregtable/mkregtable.c
353
container_of(ptr, type, member)