Searched refs:LOGL_DEBUG (Results 1 – 8 of 8) sorted by relevance
/u-boot/include/dm/ |
A D | device_compat.h | 48 if ((_DEBUG && level == LOGL_DEBUG) || \ 117 __dev_printk(LOGL_DEBUG, dev, fmt, ##__VA_ARGS__)
|
/u-boot/include/ |
A D | log.h | 39 LOGL_DEBUG, enumerator 166 #define log_debug(_fmt...) log(LOG_CATEGORY, LOGL_DEBUG, ##_fmt) 229 log(LOG_CATEGORY, LOGL_DEBUG, fmt, ##args); \
|
/u-boot/drivers/core/ |
A D | uclass.c | 370 log(LOGC_DM, LOGL_DEBUG, "Looking for %s\n", ofnode_get_name(node)); in uclass_find_device_by_ofnode() 389 log(LOGC_DM, LOGL_DEBUG, " - result for %s: %s (ret=%d)\n", in uclass_find_device_by_ofnode() 510 log(LOGC_DM, LOGL_DEBUG, "Looking for %s\n", ofnode_get_name(node)); in uclass_get_device_by_ofnode() 513 log(LOGC_DM, LOGL_DEBUG, " - result for %s: %s (ret=%d)\n", in uclass_get_device_by_ofnode()
|
/u-boot/common/ |
A D | bloblist.c | 352 log(LOGC_BLOBLIST, expected ? LOGL_WARNING : LOGL_DEBUG, in bloblist_init() 357 log(LOGC_BLOBLIST, LOGL_DEBUG, "Found existing bloblist\n"); in bloblist_init()
|
/u-boot/test/log/ |
A D | syslog_test.c | 222 gd->default_log_level = LOGL_DEBUG; in log_test_syslog_debug()
|
A D | log_test.c | 275 log_debug("level %d\n", LOGL_DEBUG); in do_log_test_helpers()
|
/u-boot/doc/driver-model/ |
A D | debugging.rst | 22 CONFIG_SPL_LOG_MAX_LEVEL=7 (which is LOGL_DEBUG) and
|
/u-boot/doc/develop/ |
A D | logging.rst | 68 level - e.g. set CONFIG_LOG_DEFAULT_LEVEL to 7 (:c:data:`LOGL_DEBUG`) or more. 79 with a level of LOGL_DEBUG and a category of LOGC_NONE.
|
Completed in 10 milliseconds