Lines Matching refs:drm_printer
101 void __drm_puts_coredump(struct drm_printer *p, const char *str)
143 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf)
190 void __drm_puts_seq_file(struct drm_printer *p, const char *str)
198 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf)
205 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf)
216 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf)
227 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf)
239 * drm_puts - print a const string to a &drm_printer stream
243 * Allow &drm_printer types that have a constant string
246 void drm_puts(struct drm_printer *p, const char *str)
256 * drm_printf - print to a &drm_printer stream
257 * @p: the &drm_printer
260 void drm_printf(struct drm_printer *p, const char *f, ...)
271 * drm_print_bits - print bits to a &drm_printer stream
275 * @p: the &drm_printer
280 void drm_print_bits(struct drm_printer *p, unsigned long value,
449 * &drm_printer stream.
459 void drm_print_regset32(struct drm_printer *p, struct debugfs_regset32 *regset)