Home
last modified time | relevance | path

Searched defs:vaf (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/dev/pci/drm/
H A Ddrm_print.c127 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_coredump()
187 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_info()
193 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_debug()
200 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_err()
206 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_info()
214 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_debug()
222 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_err()
296 struct va_format vaf; in drm_dev_printk() local
317 struct va_format vaf; in __drm_dev_dbg() local
341 struct va_format vaf; in ___drm_dbg() local
[all …]
/openbsd/sys/dev/pci/drm/i915/
H A Di915_utils.c26 struct va_format vaf; in __i915_printk() local
H A Di915_gpu_error.c181 static void __i915_printfn_error(struct drm_printer *p, struct va_format *vaf) in __i915_printfn_error()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_dpio_phy.c494 struct va_format vaf; in __phy_reg_verify_state() local
H A Dintel_display.c4967 struct va_format vaf; in pipe_config_mismatch() local
/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c419 struct va_format vaf; in dm_dtn_log_append_v() local
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_print.h109 struct va_format vaf = { .fmt = fmt, .va = va }; in drm_vprintf() local