Home
last modified time | relevance | path

Searched refs:va_format (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/sys/dev/pci/drm/
Ddrm_print.c127 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/
Ddrm_print.h175 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/
Dprintk.h69 struct va_format { struct
/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_dpio_phy.c519 struct va_format vaf; in __phy_reg_verify_state()
Dintel_display.c4889 struct va_format vaf; in pipe_config_mismatch()
/openbsd/src/sys/dev/pci/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c437 struct va_format vaf; in dm_dtn_log_append_v()
/openbsd/src/sys/dev/pci/drm/i915/
Di915_gpu_error.c183 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/
Damdgpu_ras.c4866 struct va_format vaf; in amdgpu_ras_event_log_print()