HomeSort by: relevance | last modified time | path
    Searched defs:cgs_device (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_acp.h 35 struct cgs_device *cgs_device; member in struct:amdgpu_acp
amdgpu_cgs.c 42 struct cgs_device base;
48 ((struct amdgpu_cgs_device *)cgs_device)->adev
51 static uint32_t amdgpu_cgs_read_register(struct cgs_device *cgs_device, unsigned offset)
57 static void amdgpu_cgs_write_register(struct cgs_device *cgs_device, unsigned offset,
64 static uint32_t amdgpu_cgs_read_ind_register(struct cgs_device *cgs_device,
92 static void amdgpu_cgs_write_ind_register(struct cgs_device *cgs_device,
495 struct amdgpu_cgs_device *cgs_device = local in function:amdgpu_cgs_create_device
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
cgs_common.h 31 struct cgs_device;
88 * @cgs_device: opaque device handle
93 typedef uint32_t (*cgs_read_register_t)(struct cgs_device *cgs_device, unsigned offset);
97 * @cgs_device: opaque device handle
101 typedef void (*cgs_write_register_t)(struct cgs_device *cgs_device, unsigned offset,
106 * @cgs_device: opaque device handle
111 typedef uint32_t (*cgs_read_ind_register_t)(struct cgs_device *cgs_device, enum cgs_ind_reg space
155 struct cgs_device struct
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.h 180 * @cgs_device:
185 struct cgs_device *cgs_device; member in struct:amdgpu_display_manager
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc.h 555 struct cgs_device *cgs_device; member in struct:dc_init_data
dc_types.h 104 void *cgs_device; member in struct:dc_context

Completed in 166 milliseconds