Symbol: va_format
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c
5446
struct va_format vaf;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
447
struct va_format vaf;
sys/dev/pci/drm/drm_file.c
1060
struct va_format vaf;
sys/dev/pci/drm/drm_print.c
128
void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf)
sys/dev/pci/drm/drm_print.c
181
void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf)
sys/dev/pci/drm/drm_print.c
189
struct va_format *vaf)
sys/dev/pci/drm/drm_print.c
207
void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf)
sys/dev/pci/drm/drm_print.c
214
void __drm_printfn_dbg(struct drm_printer *p, struct va_format *vaf)
sys/dev/pci/drm/drm_print.c
228
void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf)
sys/dev/pci/drm/drm_print.c
239
void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf)
sys/dev/pci/drm/drm_print.c
247
void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf)
sys/dev/pci/drm/drm_print.c
255
void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf)
sys/dev/pci/drm/drm_print.c
262
void __drm_printfn_line(struct drm_printer *p, struct va_format *vaf)
sys/dev/pci/drm/drm_print.c
343
struct va_format vaf;
sys/dev/pci/drm/drm_print.c
359
struct va_format vaf;
sys/dev/pci/drm/drm_print.c
378
struct va_format vaf;
sys/dev/pci/drm/i915/display/intel_display.c
4857
struct va_format vaf;
sys/dev/pci/drm/i915/display/intel_dpio_phy.c
518
struct va_format vaf;
sys/dev/pci/drm/i915/i915_gpu_error.c
182
static void __i915_printfn_error(struct drm_printer *p, struct va_format *vaf)
sys/dev/pci/drm/include/drm/drm_print.h
176
void (*printfn)(struct drm_printer *p, struct va_format *vaf);
sys/dev/pci/drm/include/drm/drm_print.h
188
void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf);
sys/dev/pci/drm/include/drm/drm_print.h
190
void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf);
sys/dev/pci/drm/include/drm/drm_print.h
192
void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf);
sys/dev/pci/drm/include/drm/drm_print.h
193
void __drm_printfn_dbg(struct drm_printer *p, struct va_format *vaf);
sys/dev/pci/drm/include/drm/drm_print.h
194
void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf);
sys/dev/pci/drm/include/drm/drm_print.h
195
void __drm_printfn_line(struct drm_printer *p, struct va_format *vaf);
sys/dev/pci/drm/include/drm/drm_print.h
216
struct va_format vaf = { .fmt = fmt, .va = va };