/third_party/uboot/u-boot-2020.01/include/ |
D | log.h | 97 #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/ |
D | broadwell_sound.c | 9 #define LOG_CATEGORY UCLASS_SOUND macro
|
D | tegra_sound.c | 7 #define LOG_CATEGORY UCLASS_I2S macro
|
D | ivybridge_sound.c | 13 #define LOG_CATEGORY UCLASS_SOUND macro
|
D | tegra_i2s.c | 6 #define LOG_CATEGORY UCLASS_I2S macro
|
D | rockchip_sound.c | 7 #define LOG_CATEGORY UCLASS_SOUND macro
|
D | rockchip_i2s.c | 8 #define LOG_CATEGORY UCLASS_I2S macro
|
D | tegra_ahub.c | 8 #define LOG_CATEGORY UCLASS_MISC macro
|
D | sandbox.c | 6 #define LOG_CATEGORY UCLASS_SOUND macro
|
D | rt5677.c | 6 #define LOG_CATEGORY UCLASS_SOUND macro
|
D | broadwell_i2s.c | 10 #define LOG_CATEGORY UCLASS_I2S macro
|
D | hda_codec.c | 8 #define LOG_CATEGORY UCLASS_SOUND macro
|
/third_party/uboot/u-boot-2020.01/common/ |
D | malloc_simple.c | 8 #define LOG_CATEGORY LOGC_ALLOC macro
|
D | image-fit.c | 11 #define LOG_CATEGORY LOGC_BOOT macro
|
/third_party/uboot/u-boot-2020.01/drivers/sysreset/ |
D | sysreset-uclass.c | 7 #define LOG_CATEGORY UCLASS_SYSRESET macro
|
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/broadwell/ |
D | adsp.c | 10 #define LOG_CATEGORY UCLASS_SYSCON macro
|
/third_party/uboot/u-boot-2020.01/drivers/spi/ |
D | sandbox_spi.c | 11 #define LOG_CATEGORY UCLASS_SPI macro
|
/third_party/uboot/u-boot-2020.01/doc/ |
D | README.log | 102 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/ |
D | tpm-common.c | 7 #define LOG_CATEGORY UCLASS_TPM macro
|
D | tpm-v1.c | 7 #define LOG_CATEGORY UCLASS_TPM macro
|
/third_party/uboot/u-boot-2020.01/drivers/core/ |
D | lists.c | 9 #define LOG_CATEGORY LOGC_DM macro
|
D | uclass.c | 9 #define LOG_CATEGORY LOGC_DM macro
|
/third_party/uboot/u-boot-2020.01/drivers/video/ |
D | pwm_backlight.c | 7 #define LOG_CATEGORY UCLASS_PANEL_BACKLIGHT macro
|
/third_party/uboot/u-boot-2020.01/drivers/mtd/spi/ |
D | sandbox.c | 11 #define LOG_CATEGORY UCLASS_SPI_FLASH macro
|
/third_party/uboot/u-boot-2020.01/drivers/misc/ |
D | cros_ec.c | 16 #define LOG_CATEGORY UCLASS_CROS_EC macro
|