Lines Matching refs:drm_printer
57 void __drm_puts_coredump(struct drm_printer *p, const char *str)
99 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf)
145 void __drm_puts_seq_file(struct drm_printer *p, const char *str)
151 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf)
157 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf)
163 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf)
169 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf)
176 * drm_puts - print a const string to a &drm_printer stream
180 * Allow &drm_printer types that have a constant string
183 void drm_puts(struct drm_printer *p, const char *str)
193 * drm_printf - print to a &drm_printer stream
194 * @p: the &drm_printer
197 void drm_printf(struct drm_printer *p, const char *f, ...)
208 * drm_print_bits - print bits to a &drm_printer stream
212 * @p: the &drm_printer
217 void drm_print_bits(struct drm_printer *p, unsigned long value,
320 * &drm_printer stream.
330 void drm_print_regset32(struct drm_printer *p, struct debugfs_regset32 *regset)