Lines Matching defs:format
249 * @f: format string
294 const char *format, ...)
299 va_start(args, format);
300 vaf.fmt = format;
315 enum drm_debug_category category, const char *format, ...)
324 va_start(args, format);
325 vaf.fmt = format;
339 void ___drm_dbg(struct _ddebug *desc, enum drm_debug_category category, const char *format, ...)
347 va_start(args, format);
348 vaf.fmt = format;
358 void __drm_err(const char *format, ...)
363 va_start(args, format);
364 vaf.fmt = format;
377 const char *format, ...)
388 va_start(args, format);
390 vprintf(format, args);
395 enum drm_debug_category category, const char *format, ...)
403 va_start(args, format);
405 vprintf(format, args);
409 void ___drm_dbg(struct _ddebug *desc, enum drm_debug_category category, const char *format, ...)
416 va_start(args, format);
418 vprintf(format, args);
422 void __drm_err(const char *format, ...)
426 va_start(args, format);
428 vprintf(format, args);