/u-boot/include/ |
A D | log.h | 159 #ifndef LOG_CATEGORY 160 #define LOG_CATEGORY LOGC_NONE macro 173 #define log_emer(_fmt...) log(LOG_CATEGORY, LOGL_EMERG, ##_fmt) 174 #define log_alert(_fmt...) log(LOG_CATEGORY, LOGL_ALERT, ##_fmt) 175 #define log_crit(_fmt...) log(LOG_CATEGORY, LOGL_CRIT, ##_fmt) 176 #define log_err(_fmt...) log(LOG_CATEGORY, LOGL_ERR, ##_fmt) 179 #define log_info(_fmt...) log(LOG_CATEGORY, LOGL_INFO, ##_fmt) 180 #define log_debug(_fmt...) log(LOG_CATEGORY, LOGL_DEBUG, ##_fmt) 250 log(LOG_CATEGORY, \ 335 log(LOG_CATEGORY, LOGL_ERR, "returning err=%d\n", __ret); \ [all …]
|
/u-boot/drivers/spi/ |
A D | spi-emul-uclass.c | 6 #define LOG_CATEGORY UCLASS_SPI_EMUL macro
|
/u-boot/drivers/ata/ |
A D | ahci-uclass.c | 7 #define LOG_CATEGORY UCLASS_AHCI macro
|
/u-boot/drivers/extcon/ |
A D | extcon-uclass.c | 6 #define LOG_CATEGORY UCLASS_EXTCON macro
|
/u-boot/drivers/mtd/ |
A D | mtd-uclass.c | 6 #define LOG_CATEGORY UCLASS_MTD macro
|
/u-boot/drivers/ufs/ |
A D | ufs-uclass.c | 8 #define LOG_CATEGORY UCLASS_UFS macro
|
/u-boot/drivers/firmware/ |
A D | firmware-uclass.c | 3 #define LOG_CATEGORY UCLASS_FIRMWARE macro
|
/u-boot/include/dm/ |
A D | device_compat.h | 85 dev_printk_emit(LOG_CATEGORY, level, fmt, ##__VA_ARGS__); \ 95 dev_printk_emit(LOG_CATEGORY, level, \
|
/u-boot/arch/sandbox/lib/ |
A D | fdt_fixup.c | 3 #define LOG_CATEGORY LOGC_ARCH macro
|
/u-boot/drivers/misc/ |
A D | pwrseq-uclass.c | 6 #define LOG_CATEGORY UCLASS_PWRSEQ macro
|
A D | p2sb_sandbox.c | 8 #define LOG_CATEGORY UCLASS_P2SB macro
|
/u-boot/arch/arm/mach-stm32mp/ |
A D | boot_params.c | 6 #define LOG_CATEGORY LOGC_ARCH macro
|
/u-boot/drivers/thermal/ |
A D | thermal-uclass.c | 6 #define LOG_CATEGORY UCLASS_THERMAL macro
|
/u-boot/drivers/ram/ |
A D | ram-uclass.c | 7 #define LOG_CATEGORY UCLASS_RAM macro
|
/u-boot/drivers/rng/ |
A D | rng-uclass.c | 6 #define LOG_CATEGORY UCLASS_RNG macro
|
/u-boot/drivers/fuzz/ |
A D | fuzzing_engine-uclass.c | 7 #define LOG_CATEGORY UCLASS_FUZZING_ENGINE macro
|
/u-boot/drivers/sound/ |
A D | i2s-uclass.c | 7 #define LOG_CATEGORY UCLASS_I2S macro
|
A D | codec-uclass.c | 7 #define LOG_CATEGORY UCLASS_AUDIO_CODEC macro
|
/u-boot/board/st/common/ |
A D | stusb160x.c | 9 #define LOG_CATEGORY UCLASS_I2C_GENERIC macro
|
/u-boot/drivers/video/ |
A D | backlight-uclass.c | 7 #define LOG_CATEGORY UCLASS_PANEL_BACKLIGHT macro
|
A D | dsi-host-uclass.c | 8 #define LOG_CATEGORY UCLASS_DSI_HOST macro
|
/u-boot/drivers/scsi/ |
A D | scsi-uclass.c | 11 #define LOG_CATEGORY UCLASS_SCSI macro
|
/u-boot/lib/efi_loader/ |
A D | efi_smbios.c | 8 #define LOG_CATEGORY LOGC_EFI macro
|
/u-boot/lib/acpi/ |
A D | facs.c | 8 #define LOG_CATEGORY LOGC_ACPI macro
|
/u-boot/drivers/crypto/rsa_mod_exp/ |
A D | mod_exp_uclass.c | 7 #define LOG_CATEGORY UCLASS_MOD_EXP macro
|