Searched refs:va_format (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/sys/dev/pci/drm/ |
| D | drm_print.c | 127 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_coredump() 180 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_seq_file() 188 struct va_format *vaf) in __drm_dev_vprintk() 213 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_info() 220 void __drm_printfn_dbg(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_dbg() 234 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_err() 245 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_info() 253 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_debug() 261 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_err() 335 struct va_format vaf; in drm_dev_printk() [all …]
|
| /openbsd/src/sys/dev/pci/drm/include/drm/ |
| D | drm_print.h | 175 void (*printfn)(struct drm_printer *p, struct va_format *vaf); 183 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf); 185 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf); 187 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf); 188 void __drm_printfn_dbg(struct drm_printer *p, struct va_format *vaf); 189 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf); 208 struct va_format vaf = { .fmt = fmt, .va = va }; in drm_vprintf()
|
| /openbsd/src/sys/dev/pci/drm/include/linux/ |
| D | printk.h | 69 struct va_format { struct
|
| /openbsd/src/sys/dev/pci/drm/i915/display/ |
| D | intel_dpio_phy.c | 519 struct va_format vaf; in __phy_reg_verify_state()
|
| D | intel_display.c | 4889 struct va_format vaf; in pipe_config_mismatch()
|
| /openbsd/src/sys/dev/pci/drm/amd/display/amdgpu_dm/ |
| D | amdgpu_dm_helpers.c | 437 struct va_format vaf; in dm_dtn_log_append_v()
|
| /openbsd/src/sys/dev/pci/drm/i915/ |
| D | i915_gpu_error.c | 183 static void __i915_printfn_error(struct drm_printer *p, struct va_format *vaf) in __i915_printfn_error()
|
| /openbsd/src/sys/dev/pci/drm/amd/amdgpu/ |
| D | amdgpu_ras.c | 4866 struct va_format vaf; in amdgpu_ras_event_log_print()
|