Searched refs:LOG_CATEGORY (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | log.h | 81 #ifndef LOG_CATEGORY 82 #define LOG_CATEGORY LOGC_NONE macro 121 log(LOG_CATEGORY, LOGL_DEBUG, fmt, ##args); \ 166 log(LOG_CATEGORY, LOGL_ERR, "returning err=%d\n", __ret); \ 172 log(LOG_CATEGORY, LOGL_ERR, "%s: returning err=%d\n", _msg, \
|
| /OK3568_Linux_fs/u-boot/drivers/ufs/ |
| H A D | ufs-uclass.c | 8 #define LOG_CATEGORY UCLASS_UFS macro
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.log | 120 Also debug() and error() will generate log records - these use LOG_CATEGORY 156 #define LOG_CATEGORY UCLASS_USB 158 all of these can use LOG_CATEGORY as the category, and a log level
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | sandbox_spi.c | 11 #define LOG_CATEGORY UCLASS_SPI macro
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/spi/ |
| H A D | sandbox.c | 11 #define LOG_CATEGORY UCLASS_SPI_FLASH macro
|