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

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
opregion.c 401 static const char *opregion_subfunc_name(u32 subfunc)
405 switch (subfunc) {
448 u32 func, subfunc; local in function:querying_capabilities
451 subfunc = GVT_OPREGION_SUBFUNC(scic);
454 subfunc == INTEL_GVT_OPREGION_SCIC_SF_SUPPRTEDCALLS)
456 subfunc == INTEL_GVT_OPREGION_SCIC_SF_REQEUSTEDCALLBACKS)
458 subfunc == INTEL_GVT_OPREGION_SCIC_SF_SUPPRTEDCALLS)) {
475 u32 func, subfunc; local in function:intel_vgpu_emulate_opregion_request
526 subfunc = GVT_OPREGION_SUBFUNC(scic);
529 " subfunc \"%s\"\n"
    [all...]

Completed in 11 milliseconds