Symbol: ttm_device_funcs
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
1654
static struct ttm_device_funcs amdgpu_bo_driver = {
drivers/gpu/drm/drm_gem_vram_helper.c
810
static struct ttm_device_funcs bo_driver = {
drivers/gpu/drm/i915/gem/i915_gem_ttm.c
751
static struct ttm_device_funcs i915_ttm_bo_driver = {
drivers/gpu/drm/i915/gem/i915_gem_ttm.c
771
struct ttm_device_funcs *i915_ttm_driver(void)
drivers/gpu/drm/i915/intel_region_ttm.h
15
struct ttm_device_funcs;
drivers/gpu/drm/i915/intel_region_ttm.h
35
struct ttm_device_funcs *i915_ttm_driver(void);
drivers/gpu/drm/loongson/lsdc_ttm.c
242
static struct ttm_device_funcs lsdc_bo_driver = {
drivers/gpu/drm/nouveau/nouveau_bo.c
1489
struct ttm_device_funcs nouveau_bo_driver = {
drivers/gpu/drm/nouveau/nouveau_bo.h
63
extern struct ttm_device_funcs nouveau_bo_driver;
drivers/gpu/drm/qxl/qxl_ttm.c
174
static struct ttm_device_funcs qxl_bo_driver = {
drivers/gpu/drm/radeon/radeon_ttm.c
667
static struct ttm_device_funcs radeon_bo_driver = {
drivers/gpu/drm/ttm/tests/ttm_kunit_helpers.c
121
struct ttm_device_funcs *funcs)
drivers/gpu/drm/ttm/tests/ttm_kunit_helpers.c
134
struct ttm_device_funcs ttm_dev_funcs = {
drivers/gpu/drm/ttm/tests/ttm_kunit_helpers.c
152
struct ttm_device_funcs ttm_dev_funcs_bad_evict = {
drivers/gpu/drm/ttm/tests/ttm_kunit_helpers.h
19
extern struct ttm_device_funcs ttm_dev_funcs;
drivers/gpu/drm/ttm/tests/ttm_kunit_helpers.h
20
extern struct ttm_device_funcs ttm_dev_funcs_bad_evict;
drivers/gpu/drm/ttm/tests/ttm_tt_test.c
219
static struct ttm_device_funcs ttm_dev_empty_funcs = {
drivers/gpu/drm/ttm/ttm_device.c
205
int ttm_device_init(struct ttm_device *bdev, const struct ttm_device_funcs *funcs,
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
930
extern struct ttm_device_funcs vmw_bo_driver;
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
548
struct ttm_device_funcs vmw_bo_driver = {
drivers/gpu/drm/xe/xe_bo.c
1687
const struct ttm_device_funcs xe_ttm_funcs = {
drivers/gpu/drm/xe/xe_bo.h
300
extern const struct ttm_device_funcs xe_ttm_funcs;
include/drm/ttm/ttm_device.h
232
const struct ttm_device_funcs *funcs;
include/drm/ttm/ttm_device.h
298
int ttm_device_init(struct ttm_device *bdev, const struct ttm_device_funcs *funcs,