Home
last modified time | relevance | path

Searched refs:debugf (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dparent.h9 void (*debugf)(struct nvif_object *, const char *fmt, ...) __printf(2, 3); member
H A Dprintf.h14 #define NVIF_DEBUG(o,f,a...) NVIF_PRINT(debugf, (o), f, ##a)