Symbol: va_format
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
363
struct va_format vaf;
sys/dev/drm/drm_print.c
135
void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf)
sys/dev/drm/drm_print.c
141
void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf)
sys/dev/drm/drm_print.c
148
void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf)
sys/dev/drm/drm_print.c
191
struct va_format vaf;
sys/dev/drm/drm_print.c
238
struct va_format vaf;
sys/dev/drm/drm_print.c
287
struct va_format vaf;
sys/dev/drm/drm_print.c
321
struct va_format vaf;
sys/dev/drm/drm_print.c
76
void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf)
sys/dev/drm/i915/i915_drv.c
100
struct va_format vaf;
sys/dev/drm/i915/i915_gpu_error.c
191
static void __i915_printfn_error(struct drm_printer *p, struct va_format *vaf)
sys/dev/drm/i915/intel_display.c
11511
struct va_format vaf;
sys/dev/drm/i915/intel_dpio_phy.c
492
struct va_format vaf;
sys/dev/drm/include/drm/drm_print.h
71
void (*printfn)(struct drm_printer *p, struct va_format *vaf);
sys/dev/drm/include/drm/drm_print.h
77
void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf);
sys/dev/drm/include/drm/drm_print.h
79
void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf);
sys/dev/drm/include/drm/drm_print.h
81
void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf);
sys/dev/drm/include/drm/drm_print.h
82
void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf);
sys/dev/drm/include/drm/drm_print.h
98
struct va_format vaf = { .fmt = fmt, .va = va };