Home
last modified time | relevance | path

Searched refs:LOGL_DEBUG (Results 1 – 8 of 8) sorted by relevance

/u-boot/include/dm/
A Ddevice_compat.h48 if ((_DEBUG && level == LOGL_DEBUG) || \
117 __dev_printk(LOGL_DEBUG, dev, fmt, ##__VA_ARGS__)
/u-boot/include/
A Dlog.h39 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 Duclass.c370 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 Dbloblist.c352 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 Dsyslog_test.c222 gd->default_log_level = LOGL_DEBUG; in log_test_syslog_debug()
A Dlog_test.c275 log_debug("level %d\n", LOGL_DEBUG); in do_log_test_helpers()
/u-boot/doc/driver-model/
A Ddebugging.rst22 CONFIG_SPL_LOG_MAX_LEVEL=7 (which is LOGL_DEBUG) and
/u-boot/doc/develop/
A Dlogging.rst68 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