drm_print.c | 251 drm_printf(p, "%s", str); 256 * drm_printf - print to a &drm_printer stream 260 void drm_printf(struct drm_printer *p, const char *f, ...) function in typeref:typename:void 268 EXPORT_SYMBOL(drm_printf); 292 drm_printf(p, "%s%s", first ? "" : ",", 297 drm_printf(p, "(none)"); 468 drm_printf(p, "%*s = 0x%08x\n",
|