Lines Matching refs:vaf

80 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf)  in __drm_printfn_coredump()  argument
90 len = snprintf(NULL, 0, "%pV", vaf); in __drm_printfn_coredump()
103 iterator->remain, "%pV", vaf); in __drm_printfn_coredump()
119 snprintf(buf, len + 1, "%pV", vaf); in __drm_printfn_coredump()
132 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_seq_file() argument
134 seq_printf(p->arg, "%pV", vaf); in __drm_printfn_seq_file()
138 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_info() argument
140 dev_info(p->arg, "[" DRM_NAME "] %pV", vaf); in __drm_printfn_info()
144 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_debug() argument
146 pr_debug("%s %pV", p->prefix, vaf); in __drm_printfn_debug()
185 struct va_format vaf; in drm_dev_printk() local
189 vaf.fmt = format; in drm_dev_printk()
190 vaf.va = &args; in drm_dev_printk()
194 __builtin_return_address(0), &vaf); in drm_dev_printk()
197 level, __builtin_return_address(0), &vaf); in drm_dev_printk()
206 struct va_format vaf; in drm_dev_dbg() local
213 vaf.fmt = format; in drm_dev_dbg()
214 vaf.va = &args; in drm_dev_dbg()
218 __builtin_return_address(0), &vaf); in drm_dev_dbg()
221 __builtin_return_address(0), &vaf); in drm_dev_dbg()
229 struct va_format vaf; in drm_dbg() local
236 vaf.fmt = format; in drm_dbg()
237 vaf.va = &args; in drm_dbg()
240 __builtin_return_address(0), &vaf); in drm_dbg()
248 struct va_format vaf; in drm_err() local
252 vaf.fmt = format; in drm_err()
253 vaf.va = &args; in drm_err()
256 __builtin_return_address(0), &vaf); in drm_err()