Lines Matching refs:drm_printer
79 void __drm_puts_coredump(struct drm_printer *p, const char *str)
121 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf)
167 void __drm_puts_seq_file(struct drm_printer *p, const char *str)
173 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf)
179 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf)
185 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf)
192 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf)
199 * drm_puts - print a const string to a &drm_printer stream
203 * Allow &drm_printer types that have a constant string
206 void drm_puts(struct drm_printer *p, const char *str)
216 * drm_printf - print to a &drm_printer stream
217 * @p: the &drm_printer
220 void drm_printf(struct drm_printer *p, const char *f, ...)
231 * drm_print_bits - print bits to a &drm_printer stream
235 * @p: the &drm_printer
240 void drm_print_bits(struct drm_printer *p, unsigned long value,
344 * &drm_printer stream.
354 void drm_print_regset32(struct drm_printer *p, struct debugfs_regset32 *regset)