Symbol: drm_gpuvm_ops
drivers/gpu/drm/drm_gpuvm.c
1100
const struct drm_gpuvm_ops *ops)
drivers/gpu/drm/drm_gpuvm.c
1475
const struct drm_gpuvm_ops *ops = gpuvm->ops;
drivers/gpu/drm/drm_gpuvm.c
1495
const struct drm_gpuvm_ops *ops = gpuvm->ops;
drivers/gpu/drm/drm_gpuvm.c
1531
const struct drm_gpuvm_ops *ops = gpuvm->ops;
drivers/gpu/drm/drm_gpuvm.c
1584
const struct drm_gpuvm_ops *ops = gpuvm->ops;
drivers/gpu/drm/drm_gpuvm.c
1626
const struct drm_gpuvm_ops *ops = gpuvm->ops;
drivers/gpu/drm/drm_gpuvm.c
2358
op_map_cb(const struct drm_gpuvm_ops *fn, void *priv,
drivers/gpu/drm/drm_gpuvm.c
2376
op_remap_cb(const struct drm_gpuvm_ops *fn, void *priv,
drivers/gpu/drm/drm_gpuvm.c
2394
op_unmap_cb(const struct drm_gpuvm_ops *fn, void *priv,
drivers/gpu/drm/drm_gpuvm.c
2411
const struct drm_gpuvm_ops *ops, void *priv,
drivers/gpu/drm/drm_gpuvm.c
2590
const struct drm_gpuvm_ops *ops, void *priv,
drivers/gpu/drm/drm_gpuvm.c
2679
const struct drm_gpuvm_ops *ops = gpuvm->ops;
drivers/gpu/drm/drm_gpuvm.c
2721
const struct drm_gpuvm_ops *ops = gpuvm->ops;
drivers/gpu/drm/drm_gpuvm.c
2751
static const struct drm_gpuvm_ops lock_ops = {
drivers/gpu/drm/drm_gpuvm.c
2855
const struct drm_gpuvm_ops *fn = gpuvm->ops;
drivers/gpu/drm/drm_gpuvm.c
2873
const struct drm_gpuvm_ops *fn = gpuvm->ops;
drivers/gpu/drm/drm_gpuvm.c
2937
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
693
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
2556
static const struct drm_gpuvm_ops panthor_gpuvm_ops = {
drivers/gpu/drm/xe/xe_vm.c
1353
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;