Searched refs:LOG_ERROR (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/amd/display/include/ |
A D | logger_types.h | 88 LOG_ERROR = 0, enumerator 135 #define DC_MIN_LOG_MASK ((1 << LOG_ERROR) | \ 138 #define DC_DEFAULT_LOG_MASK ((1ULL << LOG_ERROR) | \
|
/linux/drivers/scsi/arm/ |
A D | fas216.c | 91 #define LOG_ERROR (1 << 8) macro 93 static int level_mask = LOG_ERROR; 120 level_mask |= LOG_ERROR; in fas216_log_setup() 757 fas216_log(info, LOG_ERROR, "null buffer passed to " in fas216_transfer() 816 fas216_log(info, LOG_BUFFER | LOG_ERROR, in fas216_transfer() 1649 fas216_log(info, LOG_ERROR, "illegal command given\n"); in fas216_intr() 1852 fas216_log(info, LOG_ERROR, "sending bus device reset"); in fas216_do_bus_device_reset() 2322 fas216_log(info, LOG_ERROR, "error handling timed out\n"); in DEF_SCSI_QCMD() 2557 fas216_log(info, LOG_ERROR, "resetting bus"); in fas216_eh_bus_reset() 2617 fas216_log(info, LOG_ERROR, "bus reset complete: %s\n", in fas216_eh_bus_reset() [all …]
|
/linux/scripts/mod/ |
A D | modpost.h | 195 LOG_ERROR, enumerator 215 #define error(fmt, args...) modpost_log(LOG_ERROR, fmt, ##args)
|
A D | modpost.c | 71 case LOG_ERROR: in modpost_log() 89 if (loglevel == LOG_ERROR) in modpost_log() 2159 modpost_log(warn_unresolved ? LOG_WARN : LOG_ERROR, in check_exports() 2172 modpost_log(allow_missing_ns_imports ? LOG_WARN : LOG_ERROR, in check_exports()
|
/linux/arch/powerpc/platforms/powermac/ |
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()
|
/linux/drivers/gpu/drm/amd/display/dc/dce/ |
A D | dce_aux.c | 47 #define LOG_FLAG_Error_I2cAux LOG_ERROR
|
Completed in 24 milliseconds