Searched refs:errorf (Results 1 – 4 of 4) sorted by relevance
| /drivers/mtd/ |
| A D | mtdsuper.c | 84 errorf(fc, "MTDSB: Device #%u doesn't appear to exist\n", mtdnr); in mtd_get_sb_by_nr() 130 errorf(fc, "MTD: MTD device with name \"%s\" not found", in get_tree_mtd() 152 errorf(fc, "MTD: Couldn't look up '%s': %d", fc->source, ret); in get_tree_mtd() 163 errorf(fc, "MTD: Attempt to mount non-MTD device \"%s\"", in get_tree_mtd()
|
| /drivers/gpu/drm/nouveau/include/nvif/ |
| A D | parent.h | 10 void (*errorf)(struct nvif_object *, const char *fmt, ...) __printf(2, 3); member
|
| A D | printf.h | 19 #define NVIF_ERROR(o,f,a...) NVIF_PRINT(errorf, (o), f, ##a)
|
| /drivers/gpu/drm/nouveau/ |
| A D | nouveau_drm.c | 575 .errorf = nouveau_drm_errorf,
|
Completed in 10 milliseconds