/linux/drivers/regulator/ |
A D | bd9576-regulator.c | 241 if ((severity == REGULATOR_SEVERITY_ERR && in check_ocp_flag_mismatch() 243 (severity == REGULATOR_SEVERITY_WARN && in check_ocp_flag_mismatch() 248 if (severity == REGULATOR_SEVERITY_WARN) in check_ocp_flag_mismatch() 260 if ((severity == REGULATOR_SEVERITY_ERR && in check_uvd_flag_mismatch() 266 if (severity == REGULATOR_SEVERITY_WARN) in check_uvd_flag_mismatch() 278 if ((severity == REGULATOR_SEVERITY_ERR && in check_ovd_flag_mismatch() 284 if (severity == REGULATOR_SEVERITY_WARN) in check_ovd_flag_mismatch() 296 if ((severity == REGULATOR_SEVERITY_ERR && in check_temp_flag_mismatch() 302 if (severity == REGULATOR_SEVERITY_WARN) in check_temp_flag_mismatch() 328 if (severity == REGULATOR_SEVERITY_PROT) { in bd9576_set_ocp() [all …]
|
A D | bd718x7-regulator.c | 459 int severity) in bd718x7_xvp_sanity_check() argument 465 if (severity != REGULATOR_SEVERITY_PROT) { in bd718x7_xvp_sanity_check() 482 int severity, bool enable) in bd718x7_set_ldo_uvp() argument 487 ret = bd718x7_xvp_sanity_check(rdev, lim_uV, severity); in bd718x7_set_ldo_uvp() 544 int severity, bool enable) in bd718x7_set_buck_uvp() argument 548 ret = bd718x7_xvp_sanity_check(rdev, lim_uV, severity); in bd718x7_set_buck_uvp() 564 int severity, in bd718x7_set_buck_ovp() argument 569 ret = bd718x7_xvp_sanity_check(rdev, lim_uV, severity); in bd718x7_set_buck_ovp()
|
A D | stpmic1_regulator.c | 35 static int stpmic1_set_icc(struct regulator_dev *rdev, int lim, int severity, 495 static int stpmic1_set_icc(struct regulator_dev *rdev, int lim, int severity, in stpmic1_set_icc() argument 512 if (lim || severity != REGULATOR_SEVERITY_PROT || !enable) in stpmic1_set_icc()
|
/linux/arch/powerpc/platforms/pseries/ |
A D | ras.c | 561 int severity = rtas_error_severity(errp); in mce_handle_err_virtmode() local 586 if (severity == RTAS_SEVERITY_NO_ERROR) in mce_handle_err_virtmode() 587 mce_err.severity = MCE_SEV_NO_ERROR; in mce_handle_err_virtmode() 588 else if (severity == RTAS_SEVERITY_EVENT) in mce_handle_err_virtmode() 589 mce_err.severity = MCE_SEV_WARNING; in mce_handle_err_virtmode() 591 mce_err.severity = MCE_SEV_WARNING; in mce_handle_err_virtmode() 593 mce_err.severity = MCE_SEV_SEVERE; in mce_handle_err_virtmode() 594 else if (severity == RTAS_SEVERITY_ERROR) in mce_handle_err_virtmode() 595 mce_err.severity = MCE_SEV_SEVERE; in mce_handle_err_virtmode() 597 mce_err.severity = MCE_SEV_FATAL; in mce_handle_err_virtmode() [all …]
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | health.c | 416 int severity; in print_health_info() local 424 severity = mlx5_health_get_severity(rfr_severity); in print_health_info() 426 hsynd_str(ioread8(&h->synd)), severity, mlx5_loglevel_str(severity)); in print_health_info() 429 mlx5_log(dev, severity, "assert_var[%d] 0x%08x\n", i, in print_health_info() 436 mlx5_log(dev, severity, "time %u\n", ioread32be(&h->time)); in print_health_info() 437 mlx5_log(dev, severity, "hw_id 0x%08x\n", ioread32be(&h->hw_id)); in print_health_info() 438 mlx5_log(dev, severity, "rfr %d\n", mlx5_health_get_rfr(rfr_severity)); in print_health_info() 439 mlx5_log(dev, severity, "severity %d (%s)\n", severity, mlx5_loglevel_str(severity)); in print_health_info() 440 mlx5_log(dev, severity, "irisc_index %d\n", ioread8(&h->irisc_index)); in print_health_info() 441 mlx5_log(dev, severity, "synd 0x%x: %s\n", ioread8(&h->synd), in print_health_info() [all …]
|
/linux/drivers/pci/pcie/ |
A D | aer.c | 624 switch (info->severity) { in pci_dev_aer_stats_incr() 782 info.severity = aer_severity; in cper_print_aer() 958 else if (info->severity == AER_FATAL) in handle_error_source() 972 int severity; member 994 if (entry.severity == AER_NONFATAL) in aer_recover_work_func() 997 else if (entry.severity == AER_FATAL) in aer_recover_work_func() 1019 .severity = severity, in aer_recover_queue() 1066 info->severity == AER_NONFATAL) { in aer_get_device_error_info() 1130 e_info.severity = AER_CORRECTABLE; in aer_isr_one_error() 1146 e_info.severity = AER_FATAL; in aer_isr_one_error() [all …]
|
/linux/include/ras/ |
A D | ras_event.h | 301 const u8 severity, 305 TP_ARGS(dev_name, status, severity, tlp_header_valid, tlp), 310 __field( u8, severity ) 318 __entry->severity = severity; 330 __entry->severity == AER_CORRECTABLE ? "Corrected" : 331 __entry->severity == AER_FATAL ? 333 __entry->severity == AER_CORRECTABLE ?
|
/linux/drivers/firmware/efi/ |
A D | cper.c | 64 const char *cper_severity_str(unsigned int severity) in cper_severity_str() argument 66 return severity < ARRAY_SIZE(severity_strs) ? in cper_severity_str() 67 severity_strs[severity] : "unknown"; in cper_severity_str() 499 __u16 severity; in cper_estatus_print_section() local 505 severity = gdata->error_severity; in cper_estatus_print_section() 507 cper_severity_str(severity)); in cper_estatus_print_section() 592 __u16 severity; in cper_estatus_print() local 594 severity = estatus->error_severity; in cper_estatus_print() 595 if (severity == CPER_SEV_CORRECTED) in cper_estatus_print() 599 printk("%s""event severity: %s\n", pfx, cper_severity_str(severity)); in cper_estatus_print()
|
/linux/Documentation/firmware-guide/acpi/apei/ |
A D | output_format.rst | 12 severity: <integer>, <severity string> 13 section: <integer>, severity: <integer>, <severity string> 21 <severity string>* := recoverable | fatal | corrected | info 110 if section severity is fatal or recoverable
|
/linux/arch/powerpc/kernel/ |
A D | mce_power.c | 145 unsigned int severity; member 298 unsigned int severity; member 542 mce_err->severity = table[i].severity; in mce_handle_ierror() 564 mce_err->severity = MCE_SEV_SEVERE; in mce_handle_ierror() 642 mce_err->severity = table[i].severity; in mce_handle_derror() 664 mce_err->severity = MCE_SEV_SEVERE; in mce_handle_derror()
|
/linux/arch/x86/kernel/cpu/mce/ |
A D | apei.c | 29 void apei_mce_report_mem_error(int severity, struct cper_sec_mem_err *mem_err) in apei_mce_report_mem_error() argument 42 if (severity >= GHES_SEV_RECOVERABLE) in apei_mce_report_mem_error() 45 if (severity >= GHES_SEV_PANIC) { in apei_mce_report_mem_error()
|
A D | core.c | 598 if (mce->severity != MCE_AO_SEVERITY && in uc_decode_notifier() 599 mce->severity != MCE_DEFERRED_SEVERITY) in uc_decode_notifier() 942 if (mtmp->severity > global_worst) { in mce_reign() 943 global_worst = mtmp->severity; in mce_reign() 1174 int severity, i; in __mc_scan_banks() local 1209 if ((severity == MCE_KEEP_SEVERITY || in __mc_scan_banks() 1210 severity == MCE_UCNA_SEVERITY) && !no_way_out) in __mc_scan_banks() 1216 if (severity == MCE_NO_SEVERITY) in __mc_scan_banks() 1222 m->severity = severity; in __mc_scan_banks() 1226 if (severity > *worst) { in __mc_scan_banks() [all …]
|
A D | severity.c | 38 static struct severity { struct 378 struct severity *s; in mce_severity_intel() 441 struct severity *ser = data; in s_show()
|
A D | Makefile | 2 obj-y = core.o severity.o genpool.o
|
/linux/include/linux/regulator/ |
A D | driver.h | 173 int severity, bool enable); 175 int severity, bool enable); 177 int severity, bool enable); 179 int severity, bool enable);
|
/linux/include/linux/ |
A D | compiler-gcc.h | 136 #define __diag_GCC(version, severity, s) \ argument 137 __diag_GCC_ ## version(__diag_GCC_ ## severity s)
|
A D | aer.h | 71 int severity, struct aer_capability_regs *aer_regs);
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
A D | bnxt_devlink.c | 75 static char *bnxt_health_severity_str(enum bnxt_health_severity severity) in bnxt_health_severity_str() argument 77 switch (severity) { in bnxt_health_severity_str() 119 } else if (h->severity || fw_status != BNXT_FW_STATUS_HEALTHY) { in bnxt_fw_diagnose() 120 if (!h->severity) { in bnxt_fw_diagnose() 121 h->severity = SEVERITY_FATAL; in bnxt_fw_diagnose() 140 bnxt_health_severity_str(h->severity)); in bnxt_fw_diagnose() 144 if (h->severity) { in bnxt_fw_diagnose() 227 if (bp->fw_health->severity == SEVERITY_FATAL) in bnxt_fw_recover() 291 fw_health->severity = SEVERITY_RECOVERABLE; in bnxt_devlink_health_fw_report() 307 fw_health->severity = SEVERITY_NORMAL; in bnxt_dl_health_fw_status_update() [all …]
|
/linux/arch/powerpc/platforms/powernv/ |
A D | eeh-powernv.c | 1132 static int pnv_eeh_get_log(struct eeh_pe *pe, int severity, in pnv_eeh_get_log() argument 1412 __be16 err_type, severity; in pnv_eeh_next_error() local 1434 &frozen_pe_no, &err_type, &severity); in pnv_eeh_next_error() 1444 be16_to_cpu(severity) == OPAL_EEH_SEV_NO_ERROR) { in pnv_eeh_next_error() 1457 be16_to_cpu(severity), be64_to_cpu(frozen_pe_no), in pnv_eeh_next_error() 1461 if (be16_to_cpu(severity) == OPAL_EEH_SEV_IOC_DEAD) { in pnv_eeh_next_error() 1464 } else if (be16_to_cpu(severity) == OPAL_EEH_SEV_INF) { in pnv_eeh_next_error() 1473 if (be16_to_cpu(severity) == OPAL_EEH_SEV_PHB_DEAD) { in pnv_eeh_next_error() 1480 } else if (be16_to_cpu(severity) == in pnv_eeh_next_error() 1488 } else if (be16_to_cpu(severity) == OPAL_EEH_SEV_INF) { in pnv_eeh_next_error()
|
A D | opal-hmi.c | 225 switch (hmi_evt->severity) { in print_hmi_event_info() 245 if (hmi_evt->severity != OpalHMI_SEV_NO_ERROR || __ratelimit(&rs)) { in print_hmi_event_info()
|
/linux/arch/powerpc/include/asm/ |
A D | mce.h | 117 enum MCE_Severity severity:8; 200 enum MCE_Severity severity:8;
|
A D | ppc-pci.h | 43 void eeh_slot_error_detail(struct eeh_pe *pe, int severity);
|
/linux/Documentation/scsi/ |
A D | scsi_eh.rst | 209 severity. Some actions are performed by issuing SCSI commands and 221 Higher-severity actions are taken only when lower-severity actions 223 highest-severity action means EH failure and results in offlining of 236 - Higher severity actions are taken iff eh_work_q is not empty after 237 lower severity actions are complete. 334 causes higher-severity recovery to be taken for the scmd. 362 higher-severity actions.
|
/linux/arch/x86/include/uapi/asm/ |
A D | mce.h | 23 __u8 severity; /* Error severity */ member
|
/linux/drivers/atm/ |
A D | horizon.h | 34 #define PRINTK(severity,format,args...) \ argument 35 printk(severity DEV_LABEL ": " format "\n" , ## args)
|