Symbol: drm_gpuvm_ops
drivers/gpu/drm/drm_gpuvm.c
1099
const struct drm_gpuvm_ops *ops)
drivers/gpu/drm/drm_gpuvm.c
1468
const struct drm_gpuvm_ops *ops = gpuvm->ops;
drivers/gpu/drm/drm_gpuvm.c
1488
const struct drm_gpuvm_ops *ops = gpuvm->ops;
drivers/gpu/drm/drm_gpuvm.c
1524
const struct drm_gpuvm_ops *ops = gpuvm->ops;
drivers/gpu/drm/drm_gpuvm.c
1578
const struct drm_gpuvm_ops *ops = gpuvm->ops;
drivers/gpu/drm/drm_gpuvm.c
1620
const struct drm_gpuvm_ops *ops = gpuvm->ops;
drivers/gpu/drm/drm_gpuvm.c
2352
op_map_cb(const struct drm_gpuvm_ops *fn, void *priv,
drivers/gpu/drm/drm_gpuvm.c
2370
op_remap_cb(const struct drm_gpuvm_ops *fn, void *priv,
drivers/gpu/drm/drm_gpuvm.c
2388
op_unmap_cb(const struct drm_gpuvm_ops *fn, void *priv,
drivers/gpu/drm/drm_gpuvm.c
2405
const struct drm_gpuvm_ops *ops, void *priv,
drivers/gpu/drm/drm_gpuvm.c
2584
const struct drm_gpuvm_ops *ops, void *priv,
drivers/gpu/drm/drm_gpuvm.c
2673
const struct drm_gpuvm_ops *ops = gpuvm->ops;
drivers/gpu/drm/drm_gpuvm.c
2715
const struct drm_gpuvm_ops *ops = gpuvm->ops;
drivers/gpu/drm/drm_gpuvm.c
2745
static const struct drm_gpuvm_ops lock_ops = {
drivers/gpu/drm/drm_gpuvm.c
2849
const struct drm_gpuvm_ops *fn = gpuvm->ops;
drivers/gpu/drm/drm_gpuvm.c
2867
const struct drm_gpuvm_ops *fn = gpuvm->ops;
drivers/gpu/drm/drm_gpuvm.c
2931
static const struct drm_gpuvm_ops gpuvm_list_ops = {
drivers/gpu/drm/imagination/pvr_vm.c
512
static const struct drm_gpuvm_ops pvr_vm_gpuva_ops = {
drivers/gpu/drm/msm/msm_gem_vma.c
687
static const struct drm_gpuvm_ops msm_gpuvm_ops = {
drivers/gpu/drm/nouveau/nouveau_uvmm.c
1881
static const struct drm_gpuvm_ops gpuvm_ops = {
drivers/gpu/drm/panthor/panthor_mmu.c
2237
static const struct drm_gpuvm_ops panthor_gpuvm_ops = {
drivers/gpu/drm/xe/xe_vm.c
1248
static const struct drm_gpuvm_ops gpuvm_ops = {
include/drm/drm_gpuvm.h
286
const struct drm_gpuvm_ops *ops;
include/drm/drm_gpuvm.h
349
const struct drm_gpuvm_ops *ops);
include/drm/drm_gpuvm.h
40
struct drm_gpuvm_ops;