Home
last modified time | relevance | path

Searched refs:LOG_CATEGORY (Results 1 – 25 of 25) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dlog.h97 #ifndef LOG_CATEGORY
98 #define LOG_CATEGORY LOGC_NONE macro
107 #define log_err(_fmt...) log(LOG_CATEGORY, LOGL_ERR, ##_fmt)
108 #define log_warning(_fmt...) log(LOG_CATEGORY, LOGL_WARNING, ##_fmt)
109 #define log_notice(_fmt...) log(LOG_CATEGORY, LOGL_NOTICE, ##_fmt)
110 #define log_info(_fmt...) log(LOG_CATEGORY, LOGL_INFO, ##_fmt)
111 #define log_debug(_fmt...) log(LOG_CATEGORY, LOGL_DEBUG, ##_fmt)
112 #define log_content(_fmt...) log(LOG_CATEGORY, LOGL_DEBUG_CONTENT, ##_fmt)
113 #define log_io(_fmt...) log(LOG_CATEGORY, LOGL_DEBUG_IO, ##_fmt)
116 #define log_err(_fmt...) log_nop(LOG_CATEGORY, LOGL_ERR, ##_fmt)
[all …]
/third_party/uboot/u-boot-2020.01/drivers/sound/
Dbroadwell_sound.c9 #define LOG_CATEGORY UCLASS_SOUND macro
Dtegra_sound.c7 #define LOG_CATEGORY UCLASS_I2S macro
Divybridge_sound.c13 #define LOG_CATEGORY UCLASS_SOUND macro
Dtegra_i2s.c6 #define LOG_CATEGORY UCLASS_I2S macro
Drockchip_sound.c7 #define LOG_CATEGORY UCLASS_SOUND macro
Drockchip_i2s.c8 #define LOG_CATEGORY UCLASS_I2S macro
Dtegra_ahub.c8 #define LOG_CATEGORY UCLASS_MISC macro
Dsandbox.c6 #define LOG_CATEGORY UCLASS_SOUND macro
Drt5677.c6 #define LOG_CATEGORY UCLASS_SOUND macro
Dbroadwell_i2s.c10 #define LOG_CATEGORY UCLASS_I2S macro
Dhda_codec.c8 #define LOG_CATEGORY UCLASS_SOUND macro
/third_party/uboot/u-boot-2020.01/common/
Dmalloc_simple.c8 #define LOG_CATEGORY LOGC_ALLOC macro
Dimage-fit.c11 #define LOG_CATEGORY LOGC_BOOT macro
/third_party/uboot/u-boot-2020.01/drivers/sysreset/
Dsysreset-uclass.c7 #define LOG_CATEGORY UCLASS_SYSRESET macro
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/broadwell/
Dadsp.c10 #define LOG_CATEGORY UCLASS_SYSCON macro
/third_party/uboot/u-boot-2020.01/drivers/spi/
Dsandbox_spi.c11 #define LOG_CATEGORY UCLASS_SPI macro
/third_party/uboot/u-boot-2020.01/doc/
DREADME.log102 LOG_CATEGORY, which you can only define once per file, above all #includes:
104 #define LOG_CATEGORY LOGC_ALLOC
108 #define LOG_CATEGORY UCLASS_SPI
189 Also debug() and error() will generate log records - these use LOG_CATEGORY
/third_party/uboot/u-boot-2020.01/lib/
Dtpm-common.c7 #define LOG_CATEGORY UCLASS_TPM macro
Dtpm-v1.c7 #define LOG_CATEGORY UCLASS_TPM macro
/third_party/uboot/u-boot-2020.01/drivers/core/
Dlists.c9 #define LOG_CATEGORY LOGC_DM macro
Duclass.c9 #define LOG_CATEGORY LOGC_DM macro
/third_party/uboot/u-boot-2020.01/drivers/video/
Dpwm_backlight.c7 #define LOG_CATEGORY UCLASS_PANEL_BACKLIGHT macro
/third_party/uboot/u-boot-2020.01/drivers/mtd/spi/
Dsandbox.c11 #define LOG_CATEGORY UCLASS_SPI_FLASH macro
/third_party/uboot/u-boot-2020.01/drivers/misc/
Dcros_ec.c16 #define LOG_CATEGORY UCLASS_CROS_EC macro