Searched refs:intel_gvt_ops (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dkvmgt.c57 static const struct intel_gvt_ops *intel_gvt_ops; variable in typeref:struct:intel_gvt_ops
468 intel_gvt_ops->emulate_hotplug(vgpu, true);
470 intel_gvt_ops->emulate_hotplug(vgpu, false);
662 type = intel_gvt_ops->gvt_find_vgpu_type(gvt, kobject_name(kobj));
670 vgpu = intel_gvt_ops->vgpu_create(gvt, type);
697 intel_gvt_ops->vgpu_destroy(vgpu);
787 intel_gvt_ops->vgpu_activate(vgpu);
825 intel_gvt_ops->vgpu_release(vgpu);
896 ret = intel_gvt_ops
[all...]
H A Dgvt.c177 static const struct intel_gvt_ops intel_gvt_ops = { variable in typeref:struct:intel_gvt_ops
437 &intel_gvt_ops);
H A Dgvt.h557 struct intel_gvt_ops { struct

Completed in 90 milliseconds