Lines Matching refs:drm_printer
79 void __drm_puts_coredump(struct drm_printer *p, const char *str) in __drm_puts_coredump()
121 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_coredump()
167 void __drm_puts_seq_file(struct drm_printer *p, const char *str) in __drm_puts_seq_file()
173 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_seq_file()
179 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_info()
185 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_debug()
192 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_err()
206 void drm_puts(struct drm_printer *p, const char *str) in drm_puts()
220 void drm_printf(struct drm_printer *p, const char *f, ...) in drm_printf()
240 void drm_print_bits(struct drm_printer *p, unsigned long value, in drm_print_bits()
354 void drm_print_regset32(struct drm_printer *p, struct debugfs_regset32 *regset) in drm_print_regset32()