| /OK3568_Linux_fs/kernel/drivers/rknpu/ |
| H A D | rknpu_mem.c | 37 LOG_ERROR("%s: copy_from_user failed\n", __func__); in rknpu_mem_create_ioctl() 43 LOG_ERROR("%s: malloc iommu memory unsupported in current!\n", in rknpu_mem_create_ioctl() 70 LOG_ERROR("dmabuf alloc failed, args.size = %llu\n", in rknpu_mem_create_ioctl() 81 LOG_ERROR("dmabuf fd get failed\n"); in rknpu_mem_create_ioctl() 89 LOG_ERROR("dma_buf_attach failed\n"); in rknpu_mem_create_ioctl() 96 LOG_ERROR("dma_buf_attach failed\n"); in rknpu_mem_create_ioctl() 113 LOG_ERROR("alloc pages failed\n"); in rknpu_mem_create_ioctl() 123 LOG_ERROR("vmap pages addr failed\n"); in rknpu_mem_create_ioctl() 144 LOG_ERROR("%s: copy_to_user failed\n", __func__); in rknpu_mem_create_ioctl() 200 LOG_ERROR("%s: copy_from_user failed\n", __func__); in rknpu_mem_destroy_ioctl() [all …]
|
| H A D | rknpu_debugger.c | 126 LOG_ERROR("rknpu power node params is invalid!"); in rknpu_power_set() 165 LOG_ERROR("failed to parse power put delay string: %s\n", buf); in rknpu_power_put_delay_set() 218 LOG_ERROR("failed to parse freq string: %s\n", buf); in rknpu_freq_set() 385 LOG_ERROR( in rknpu_debugfs_create_files() 397 LOG_ERROR("Cannot create /sys/kernel/debug/%pd/%s\n", in rknpu_debugfs_create_files() 433 LOG_ERROR("failed on mkdir /sys/kernel/debug/%s\n", in rknpu_debugfs_init() 443 LOG_ERROR( in rknpu_debugfs_init() 514 LOG_ERROR("Cannot alloc node path for /proc/%s/%s\n", in rknpu_procfs_create_files() 525 LOG_ERROR("Cannot create /proc/%s/%s\n", in rknpu_procfs_create_files()
|
| H A D | rknpu_job.c | 213 LOG_ERROR( in rknpu_job_wait() 494 LOG_ERROR("job timeout, flags: %#x:\n", job->flags); in rknpu_job_abort() 499 LOG_ERROR( in rknpu_job_abort() 514 LOG_ERROR( in rknpu_job_abort() 575 LOG_ERROR( in rknpu_irq_handler() 663 LOG_ERROR("invalid rknpu task number!\n"); in rknpu_submit() 669 LOG_ERROR("failed to allocate rknpu job!\n"); in rknpu_submit() 680 LOG_ERROR("invalid fence in fd, fd: %d\n", in rknpu_submit() 698 LOG_ERROR("Error (%d) waiting for fence!\n", in rknpu_submit() 704 LOG_ERROR( in rknpu_submit() [all …]
|
| H A D | rknpu_gem.c | 43 LOG_ERROR("failed to get pages: %d\n", ret); in rknpu_gem_get_pages() 58 LOG_ERROR("failed to allocate sgt: %d\n", ret); in rknpu_gem_get_pages() 77 LOG_ERROR("failed to vmap: %d\n", ret); in rknpu_gem_get_pages() 196 LOG_ERROR("failed to allocate pages.\n"); in rknpu_gem_alloc_buf() 445 LOG_ERROR("Unknown rknpu_cache_type: %d", cache_type); in rknpu_gem_alloc_buf_with_cache() 452 LOG_ERROR("failed to get iommu domain!"); in rknpu_gem_alloc_buf_with_cache() 462 LOG_ERROR("iommu_dma_alloc_iova failed\n"); in rknpu_gem_alloc_buf_with_cache() 497 LOG_ERROR("cache iommu_map error: %d\n", ret); in rknpu_gem_alloc_buf_with_cache() 511 LOG_ERROR("failed to get pages: %d\n", ret); in rknpu_gem_alloc_buf_with_cache() 526 LOG_ERROR("failed to allocate sgt: %d\n", ret); in rknpu_gem_alloc_buf_with_cache() [all …]
|
| H A D | rknpu_reset.c | 67 LOG_ERROR("failed to assert rknpu reset: %d\n", ret); in rknpu_reset_assert() 83 LOG_ERROR("failed to deassert rknpu reset: %d\n", ret); in rknpu_reset_deassert()
|
| H A D | rknpu_drv.c | 372 LOG_ERROR("rknpu session alloc failed\n"); in rknpu_open() 427 LOG_ERROR("%s: copy_from_user failed\n", __func__); in rknpu_action_ioctl() 436 LOG_ERROR("%s: copy_to_user failed\n", __func__); in rknpu_action_ioctl()
|
| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | rt_log.h | 44 #define RT_LOGE_IF(condition, format, ...) if (condition > 0) LOG_ERROR(RT_LOG_ERR, format, ##__VA_… 47 #define RT_LOGP(format, ...) LOG_ERROR(RT_LOG_PRINT, format, ##__VA_ARGS__) 48 #define RT_LOGF(format, ...) LOG_ERROR(RT_LOG_FATAL, format, ##__VA_ARGS__) 49 #define RT_LOGE(format, ...) LOG_ERROR(RT_LOG_ERR, format, ##__VA_ARGS__) 58 #define LOG_ERROR(level, fmt, ...) \ macro
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/ |
| H A D | Log.h | 118 #define LOGE(...) ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) 124 ? ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) \ 170 #define IF_LOGE() IF_LOG(LOG_ERROR, LOG_TAG)
|
| /OK3568_Linux_fs/external/recovery/minzip/ |
| H A D | Log.h | 118 #define LOGE(...) ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) 124 ? ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) \ 170 #define IF_LOGE() IF_LOG(LOG_ERROR, LOG_TAG)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/include/ |
| H A D | logger_types.h | 82 LOG_ERROR = 0, enumerator 126 #define DC_MIN_LOG_MASK ((1 << LOG_ERROR) | \ 129 #define DC_DEFAULT_LOG_MASK ((1ULL << LOG_ERROR) | \
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | log.h | 11 LOG_ERROR, enumerator 28 #define LOGE(...) Log(__FILE__, __LINE__, LOG_ERROR, ##__VA_ARGS__)
|
| H A D | log.c | 38 case LOG_ERROR: in Log()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/arm/ |
| H A D | fas216.c | 92 #define LOG_ERROR (1 << 8) macro 94 static int level_mask = LOG_ERROR; 121 level_mask |= LOG_ERROR; in fas216_log_setup() 758 fas216_log(info, LOG_ERROR, "null buffer passed to " in fas216_transfer() 817 fas216_log(info, LOG_BUFFER | LOG_ERROR, in fas216_transfer() 1208 fas216_log(info, LOG_ERROR, "timed out waiting for message byte"); in fas216_get_msg_byte() 1212 fas216_log(info, LOG_ERROR, "unexpected phase change: status = %02x", stat); in fas216_get_msg_byte() 1216 fas216_log(info, LOG_ERROR, "parity error during message in phase"); in fas216_get_msg_byte() 1649 fas216_log(info, LOG_ERROR, "illegal command given\n"); in fas216_intr() 1863 fas216_log(info, LOG_ERROR, "sending bus device reset"); in fas216_do_bus_device_reset() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/mod/ |
| H A D | modpost.h | 207 LOG_ERROR, enumerator 227 #define error(fmt, args...) modpost_log(LOG_ERROR, fmt, ##args)
|
| H A D | modpost.c | 66 case LOG_ERROR: in modpost_log() 84 if (loglevel == LOG_ERROR) in modpost_log() 2190 modpost_log(warn_unresolved ? LOG_WARN : LOG_ERROR, in check_exports() 2203 modpost_log(allow_missing_ns_imports ? LOG_WARN : LOG_ERROR, in check_exports()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/ |
| H A D | pfunc_core.c | 21 #define LOG_ERROR(fmt...) printk(fmt) macro 610 LOG_ERROR("pmf: parse error, not enough data\n"); in pmf_parse_one() 614 LOG_ERROR("pmf: command code %d unknown !\n", ccode); in pmf_parse_one() 618 LOG_ERROR("pmf: no parser for command %d !\n", ccode); in pmf_parse_one() 623 LOG_ERROR("pmf: parser for command %d returned" in pmf_parse_one()
|
| /OK3568_Linux_fs/kernel/drivers/rknpu/include/ |
| H A D | rknpu_drv.h | 50 #define LOG_ERROR(fmt, args...) pr_err(LOG_TAG ": " fmt, ##args) macro
|
| /OK3568_Linux_fs/kernel/drivers/media/spi/ |
| H A D | rk1608_core.h | 186 LOG_ERROR, enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-8 | 4383 syslog (LOG_MAKEPRI(LOG_LOCAL1, LOG_ERROR), 4465 LOG_MASK(LOG_EMERG) | LOG_MASK(LOG_ERROR) 4474 LOG_UPTO(LOG_ERROR)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-8 | 4383 syslog (LOG_MAKEPRI(LOG_LOCAL1, LOG_ERROR), 4465 LOG_MASK(LOG_EMERG) | LOG_MASK(LOG_ERROR) 4474 LOG_UPTO(LOG_ERROR)
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |