Searched refs:va_format (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/dev/pci/drm/ |
H A D | drm_print.c | 127 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() 317 struct va_format vaf; in __drm_dev_dbg() 341 struct va_format vaf; in ___drm_dbg() [all …]
|
/openbsd/sys/dev/pci/drm/include/drm/ |
H A D | drm_print.h | 78 void (*printfn)(struct drm_printer *p, struct va_format *vaf); 84 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf); 86 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf); 88 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf); 89 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf); 90 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf); 109 struct va_format vaf = { .fmt = fmt, .va = va }; in drm_vprintf()
|
/openbsd/sys/dev/pci/drm/include/linux/ |
H A D | printk.h | 67 struct va_format { struct
|
/openbsd/sys/dev/pci/drm/i915/ |
H A D | i915_utils.c | 26 struct va_format vaf; in __i915_printk()
|
H A D | i915_gpu_error.c | 181 static void __i915_printfn_error(struct drm_printer *p, struct va_format *vaf) in __i915_printfn_error()
|
/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_helpers.c | 419 struct va_format vaf; in dm_dtn_log_append_v()
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_dpio_phy.c | 494 struct va_format vaf; in __phy_reg_verify_state()
|
H A D | intel_display.c | 4967 struct va_format vaf; in pipe_config_mismatch()
|