Searched refs:LOGL_DEBUG_CONTENT (Results 1 – 4 of 4) sorted by relevance
/u-boot/include/dm/ |
A D | device_compat.h | 49 (_VERBOSE_DEBUG && level == LOGL_DEBUG_CONTENT)) \ 119 __dev_printk(LOGL_DEBUG_CONTENT, dev, fmt, ##__VA_ARGS__)
|
/u-boot/include/ |
A D | log.h | 41 LOGL_DEBUG_CONTENT, enumerator 167 #define log_content(_fmt...) log(LOG_CATEGORY, LOGL_DEBUG_CONTENT, ##_fmt) 182 LOGL_DEBUG_CONTENT, ##_fmt)
|
/u-boot/test/log/ |
A D | log_test.c | 276 log_content("level %d\n", LOGL_DEBUG_CONTENT); in do_log_test_helpers()
|
/u-boot/drivers/core/ |
A D | uclass.c | 379 log(LOGC_DM, LOGL_DEBUG_CONTENT, " - checking %s\n", in uclass_find_device_by_ofnode()
|
Completed in 7 milliseconds