Home
last modified time | relevance | path

Searched refs:printfn (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/pci/drm/include/drm/
Ddrm_print.h175 void (*printfn)(struct drm_printer *p, struct va_format *vaf); member
210 p->printfn(p, &vaf); in drm_vprintf()
328 .printfn = __drm_printfn_coredump, in drm_coredump_printer()
349 .printfn = __drm_printfn_seq_file, in drm_seq_file_printer()
366 .printfn = __drm_printfn_info, in drm_info_printer()
386 .printfn = __drm_printfn_dbg, in drm_dbg_printer()
407 .printfn = __drm_printfn_err, in drm_err_printer()
/openbsd/src/sys/dev/pci/drm/i915/
Di915_gpu_error.c192 .printfn = __i915_printfn_error, in i915_error_printer()