Lines Matching refs:drm_printer
80 void __drm_puts_coredump(struct drm_printer *p, const char *str) in __drm_puts_coredump()
124 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_coredump()
171 void __drm_puts_seq_file(struct drm_printer *p, const char *str) in __drm_puts_seq_file()
177 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_seq_file()
209 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_info()
215 void __drm_printfn_dbg(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_dbg()
228 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_err()
239 void __drm_printfn_line(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_line()
261 void drm_puts(struct drm_printer *p, const char *str) in drm_puts()
275 void drm_printf(struct drm_printer *p, const char *f, ...) in drm_printf()
295 void drm_print_bits(struct drm_printer *p, unsigned long value, in drm_print_bits()
379 void drm_print_regset32(struct drm_printer *p, struct debugfs_regset32 *regset) in drm_print_regset32()
405 void drm_print_hex_dump(struct drm_printer *p, const char *prefix, in drm_print_hex_dump()