Searched refs:debugf (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/api/ |
| H A D | api_storage.c | 21 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt, ##args); } while (0) macro 23 #define debugf(fmt, args...) macro 139 debugf("device instance exists, but is not active.."); in dev_stor_get() 180 debugf("called, type %d\n", type); in dev_enum_stor() 200 debugf("group%d - enum restart\n", type); in dev_enum_stor() 210 debugf("group%d - enum continued for the next device\n", type); in dev_enum_stor() 213 debugf("group%d - nothing more to enum!\n", type); in dev_enum_stor() 222 debugf("group %d - already enumerated, skipping\n", type); in dev_enum_stor() 226 debugf("group%d - first time enum\n", type); in dev_enum_stor() 258 debugf("device found, returning cookie 0x%08x\n", in dev_enum_stor() [all …]
|
| H A D | api.c | 37 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt, ##args); } while (0) macro 39 #define debugf(fmt, args...) macro 209 debugf("RESTART ENUM\n"); in API_dev_enum() 609 debugf("invalid call #%d\n", call); in syscall() 614 debugf("syscall #%d does not have a handler\n", call); in syscall() 653 debugf("API initialized with %d calls\n", calls_no); in api_init() 667 debugf("API sig @ 0x%lX\n", (unsigned long)sig); in api_init() 674 debugf("syscall entry: 0x%lX\n", (unsigned long)sig->syscall); in api_init()
|
| H A D | api_net.c | 21 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt, ##args); } while (0) macro 23 #define debugf(fmt, args...) macro 70 debugf("device found, returning cookie 0x%08x\n", in dev_enum_net()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | parent.h | 9 void (*debugf)(struct nvif_object *, const char *fmt, ...) __printf(2, 3); member
|
| H A D | printf.h | 14 #define NVIF_DEBUG(o,f,a...) NVIF_PRINT(debugf, (o), f, ##a)
|
| /OK3568_Linux_fs/buildroot/package/daemon/ |
| H A D | 0002-Fix-build-with-NDEBUG-defined.patch | 43 #define debug(args) debugf args;
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | mp3.c | 689 static void debugf(const char* fmt, va_list va) in debugf() function 952 p->lame_set_debugf(p->gfp,debugf); in startwrite()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_drm.c | 528 .debugf = nouveau_drm_debugf,
|