Searched refs:LOG_ERROR (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/scsi/arm/ |
D | fas216.c | 95 #define LOG_ERROR (1 << 8) macro 97 static int level_mask = LOG_ERROR; 124 level_mask |= LOG_ERROR; in fas216_log_setup() 761 fas216_log(info, LOG_ERROR, "null buffer passed to " in fas216_transfer() 820 fas216_log(info, LOG_BUFFER | LOG_ERROR, in fas216_transfer() 1213 fas216_log(info, LOG_ERROR, "timed out waiting for message byte"); in fas216_get_msg_byte() 1217 fas216_log(info, LOG_ERROR, "unexpected phase change: status = %02x", stat); in fas216_get_msg_byte() 1221 fas216_log(info, LOG_ERROR, "parity error during message in phase"); in fas216_get_msg_byte() 1655 fas216_log(info, LOG_ERROR, "illegal command given\n"); in fas216_intr() 1858 fas216_log(info, LOG_ERROR, "sending bus device reset"); in fas216_do_bus_device_reset() [all …]
|
/linux-6.12.1/arch/powerpc/platforms/powermac/ |
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-6.12.1/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_aux.c | 44 #define LOG_FLAG_Error_I2cAux LOG_ERROR
|