HomeSort by: relevance | last modified time | path
    Searched refs:const_container_of (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ucode.c 61 const_container_of(hdr, struct mc_firmware_header_v1_0, header);
82 const_container_of(hdr, struct smc_firmware_header_v1_0, header);
100 const_container_of(hdr, struct gfx_firmware_header_v1_0, header);
121 const_container_of(hdr, struct rlc_firmware_header_v1_0, header);
148 const_container_of(hdr, struct sdma_firmware_header_v1_0, header);
  /src/sys/sys/
container_of.h 71 #define const_container_of(PTR, TYPE, FIELD) \ macro
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ucode.c 63 const_container_of(hdr, struct mc_firmware_header_v1_0, header);
84 const_container_of(hdr, struct smc_firmware_header_v1_0, header);
89 const_container_of(hdr, struct smc_firmware_header_v1_0, header);
91 const_container_of(v1_hdr, struct smc_firmware_header_v2_0, v1_0);
110 const_container_of(hdr, struct gfx_firmware_header_v1_0, header);
131 const_container_of(hdr, struct rlc_firmware_header_v1_0, header);
145 const_container_of(hdr, struct rlc_firmware_header_v2_0, header);
183 const_container_of(rlc_hdr, struct rlc_firmware_header_v2_1, v2_0);
226 const_container_of(hdr, struct sdma_firmware_header_v1_0, header);
236 const_container_of(sdma_hdr, struct sdma_firmware_header_v1_1, v1_0)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/
amdgpu_hw_hpd.c 76 const struct hw_gpio *gpio = const_container_of(ptr, struct hw_gpio, base);
77 const struct hw_hpd *hpd = const_container_of(gpio, struct hw_hpd, base);
amdgpu_hw_gpio.c 82 const struct hw_gpio *gpio = const_container_of(ptr, struct hw_gpio, base);
104 const struct hw_gpio *gpio = const_container_of(ptr, struct hw_gpio, base);
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_busy.c 60 rq = const_container_of(fence, struct i915_request, fence);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_connector.h 53 const_container_of((p), struct nouveau_conn_atom, state)
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_atomic.c 65 const_container_of(state, struct intel_digital_connector_state, base);
intel_display.h 484 const_container_of(__drm_atomic_get_current_plane_state((crtc_state)->uapi.state, &plane->base), struct intel_plane_state, uapi)))
intel_sdvo.c 1440 const_container_of(conn_state, struct intel_sdvo_connector_state, base.base);
1442 const_container_of(conn_state->connector, struct intel_sdvo_connector, base.base);
2275 const_container_of(state, struct intel_sdvo_connector_state, base.base);
intel_tv.c 1428 const_container_of(conn_state, struct intel_tv_connector_state, base);
intel_hdmi.c 2385 const_container_of(conn_state,
intel_dp.c 2349 const_container_of(conn_state, struct intel_digital_connector_state, base);
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_scheduler.c 37 return const_container_of(node, struct i915_request, sched);
i915_drv.h 1348 return __UNCONST(const_container_of(dev, struct drm_i915_private, drm));
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 3772 const struct amdgpu_dm_connector *aconnector = const_container_of(connector, struct amdgpu_dm_connector, base);
4379 const_container_of(state, struct dm_connector_state, base);
5977 const struct amdgpu_dm_connector *aconnector = const_container_of(connector, struct amdgpu_dm_connector, base);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c 1441 const_container_of(execlists, typeof(*engine), execlists);

Completed in 124 milliseconds