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

1234567891011>>

/u-boot/drivers/ufs/
H A Dufs-uclass.c8 #define LOG_CATEGORY UCLASS_UFS macro
/u-boot/drivers/extcon/
H A Dextcon-uclass.c6 #define LOG_CATEGORY UCLASS_EXTCON macro
/u-boot/drivers/firmware/
H A Dfirmware-uclass.c3 #define LOG_CATEGORY UCLASS_FIRMWARE macro
/u-boot/drivers/spi/
H A Dspi-emul-uclass.c6 #define LOG_CATEGORY UCLASS_SPI_EMUL macro
/u-boot/drivers/ata/
H A Dahci-uclass.c7 #define LOG_CATEGORY UCLASS_AHCI macro
/u-boot/arch/sandbox/lib/
H A Dfdt_fixup.c3 #define LOG_CATEGORY LOGC_ARCH macro
/u-boot/drivers/rng/
H A Drng-uclass.c6 #define LOG_CATEGORY UCLASS_RNG macro
/u-boot/drivers/fuzz/
H A Dfuzzing_engine-uclass.c7 #define LOG_CATEGORY UCLASS_FUZZING_ENGINE macro
/u-boot/drivers/misc/
H A Dpwrseq-uclass.c6 #define LOG_CATEGORY UCLASS_PWRSEQ macro
H A Dp2sb_sandbox.c8 #define LOG_CATEGORY UCLASS_P2SB macro
H A Dqfw_pio.c9 #define LOG_CATEGORY UCLASS_QFW macro
/u-boot/drivers/mtd/
H A Dmtd-uclass.c6 #define LOG_CATEGORY UCLASS_MTD macro
/u-boot/include/
H A Dlog.h161 #ifndef LOG_CATEGORY
162 #define LOG_CATEGORY LOGC_NONE macro
175 #define log_emer(_fmt...) log(LOG_CATEGORY, LOGL_EMERG, ##_fmt)
176 #define log_alert(_fmt...) log(LOG_CATEGORY, LOGL_ALERT, ##_fmt)
177 #define log_crit(_fmt...) log(LOG_CATEGORY, LOGL_CRIT, ##_fmt)
178 #define log_err(_fmt...) log(LOG_CATEGORY, LOGL_ERR, ##_fmt)
179 #define log_warning(_fmt...) log(LOG_CATEGORY, LOGL_WARNING, ##_fmt)
180 #define log_notice(_fmt...) log(LOG_CATEGORY, LOGL_NOTICE, ##_fmt)
181 #define log_info(_fmt...) log(LOG_CATEGORY, LOGL_INFO, ##_fmt)
182 #define log_debug(_fmt...) log(LOG_CATEGORY, LOGL_DEBU
[all...]
/u-boot/drivers/sound/
H A Dcodec-uclass.c7 #define LOG_CATEGORY UCLASS_AUDIO_CODEC macro
H A Di2s-uclass.c7 #define LOG_CATEGORY UCLASS_I2S macro
/u-boot/drivers/video/
H A Dbacklight-uclass.c7 #define LOG_CATEGORY UCLASS_PANEL_BACKLIGHT macro
H A Ddsi-host-uclass.c8 #define LOG_CATEGORY UCLASS_DSI_HOST macro
/u-boot/drivers/thermal/
H A Dthermal-uclass.c6 #define LOG_CATEGORY UCLASS_THERMAL macro
/u-boot/drivers/ram/
H A Dram-uclass.c7 #define LOG_CATEGORY UCLASS_RAM macro
/u-boot/board/st/common/
H A Dstusb160x.c9 #define LOG_CATEGORY UCLASS_I2C_GENERIC macro
/u-boot/arch/arm/mach-stm32mp/
H A Dboot_params.c6 #define LOG_CATEGORY LOGC_ARCH macro
/u-boot/lib/acpi/
H A Dfacs.c8 #define LOG_CATEGORY LOGC_ACPI macro
/u-boot/drivers/crypto/rsa_mod_exp/
H A Dmod_exp_uclass.c7 #define LOG_CATEGORY UCLASS_MOD_EXP macro
/u-boot/drivers/scsi/
H A Dscsi-uclass.c11 #define LOG_CATEGORY UCLASS_SCSI macro
/u-boot/boot/
H A Dprog_boot.c7 #define LOG_CATEGORY UCLASS_BOOTSTD macro

Completed in 146 milliseconds

1234567891011>>