Home
last modified time | relevance | path

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

12345678910>>...13

/u-boot/include/
A Dlog.h159 #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 Dspi-emul-uclass.c6 #define LOG_CATEGORY UCLASS_SPI_EMUL macro
/u-boot/drivers/ata/
A Dahci-uclass.c7 #define LOG_CATEGORY UCLASS_AHCI macro
/u-boot/drivers/extcon/
A Dextcon-uclass.c6 #define LOG_CATEGORY UCLASS_EXTCON macro
/u-boot/drivers/mtd/
A Dmtd-uclass.c6 #define LOG_CATEGORY UCLASS_MTD macro
/u-boot/drivers/ufs/
A Dufs-uclass.c8 #define LOG_CATEGORY UCLASS_UFS macro
/u-boot/drivers/firmware/
A Dfirmware-uclass.c3 #define LOG_CATEGORY UCLASS_FIRMWARE macro
/u-boot/include/dm/
A Ddevice_compat.h85 dev_printk_emit(LOG_CATEGORY, level, fmt, ##__VA_ARGS__); \
95 dev_printk_emit(LOG_CATEGORY, level, \
/u-boot/arch/sandbox/lib/
A Dfdt_fixup.c3 #define LOG_CATEGORY LOGC_ARCH macro
/u-boot/drivers/misc/
A Dpwrseq-uclass.c6 #define LOG_CATEGORY UCLASS_PWRSEQ macro
A Dp2sb_sandbox.c8 #define LOG_CATEGORY UCLASS_P2SB macro
/u-boot/arch/arm/mach-stm32mp/
A Dboot_params.c6 #define LOG_CATEGORY LOGC_ARCH macro
/u-boot/drivers/thermal/
A Dthermal-uclass.c6 #define LOG_CATEGORY UCLASS_THERMAL macro
/u-boot/drivers/ram/
A Dram-uclass.c7 #define LOG_CATEGORY UCLASS_RAM macro
/u-boot/drivers/rng/
A Drng-uclass.c6 #define LOG_CATEGORY UCLASS_RNG macro
/u-boot/drivers/fuzz/
A Dfuzzing_engine-uclass.c7 #define LOG_CATEGORY UCLASS_FUZZING_ENGINE macro
/u-boot/drivers/sound/
A Di2s-uclass.c7 #define LOG_CATEGORY UCLASS_I2S macro
A Dcodec-uclass.c7 #define LOG_CATEGORY UCLASS_AUDIO_CODEC macro
/u-boot/board/st/common/
A Dstusb160x.c9 #define LOG_CATEGORY UCLASS_I2C_GENERIC macro
/u-boot/drivers/video/
A Dbacklight-uclass.c7 #define LOG_CATEGORY UCLASS_PANEL_BACKLIGHT macro
A Ddsi-host-uclass.c8 #define LOG_CATEGORY UCLASS_DSI_HOST macro
/u-boot/drivers/scsi/
A Dscsi-uclass.c11 #define LOG_CATEGORY UCLASS_SCSI macro
/u-boot/lib/efi_loader/
A Defi_smbios.c8 #define LOG_CATEGORY LOGC_EFI macro
/u-boot/lib/acpi/
A Dfacs.c8 #define LOG_CATEGORY LOGC_ACPI macro
/u-boot/drivers/crypto/rsa_mod_exp/
A Dmod_exp_uclass.c7 #define LOG_CATEGORY UCLASS_MOD_EXP macro

Completed in 36 milliseconds

12345678910>>...13