Lines Matching refs:drm_printer
79 void __drm_puts_coredump(struct drm_printer *p, const char *str) in __drm_puts_coredump()
123 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_coredump()
170 void __drm_puts_seq_file(struct drm_printer *p, const char *str) in __drm_puts_seq_file()
176 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_seq_file()
208 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_info()
214 void __drm_printfn_dbg(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_dbg()
227 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_err()
238 void __drm_printfn_line(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_line()
260 void drm_puts(struct drm_printer *p, const char *str) in drm_puts()
274 void drm_printf(struct drm_printer *p, const char *f, ...) in drm_printf()
294 void drm_print_bits(struct drm_printer *p, unsigned long value, in drm_print_bits()
378 void drm_print_regset32(struct drm_printer *p, struct debugfs_regset32 *regset) in drm_print_regset32()
404 void drm_print_hex_dump(struct drm_printer *p, const char *prefix, in drm_print_hex_dump()