Searched refs:severity (Results 26 - 50 of 67) sorted by relevance

123

/linux-master/arch/powerpc/kernel/
H A Dmce.c123 mce->severity = mce_err->severity;
442 switch (evt->severity) {
H A Deeh.c284 * @severity: temporary or permanent error log
291 void eeh_slot_error_detail(struct eeh_pe *pe, int severity) argument
304 * When the @severity is EEH_LOG_PERM, the PE is going to be
313 severity == EEH_LOG_PERM)
337 eeh_ops->get_log(pe, severity, pci_regs_buf, loglen);
/linux-master/drivers/regulator/
H A Dstpmic1_regulator.c35 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, argument
512 if (lim || severity != REGULATOR_SEVERITY_PROT || !enable)
H A Dqcom-labibb-regulator.c311 int severity, bool enable)
322 if (lim || severity != REGULATOR_SEVERITY_PROT || !enable)
310 qcom_labibb_set_ocp(struct regulator_dev *rdev, int lim, int severity, bool enable) argument
H A Dda9063-regulator.c210 static int da9063_set_xvp(struct regulator_dev *rdev, int lim_uV, int severity, bool enable) argument
215 dev_dbg(dev, "%s: lim: %d, sev: %d, en: %d\n", regl->desc.name, lim_uV, severity, enable);
220 * therefore ignore severity here, as there might be handlers in hardware.
781 /* make sure that only one severity is used to clarify if unchanged, enabled or disabled */
783 dev_err(config->dev, "%s: at most one voltage monitoring severity allowed!\n",
788 /* make sure that UV and OV monitoring is set to the same severity and value */
/linux-master/drivers/pci/pcie/
H A Ddpc.c205 pci_err(pdev, "RP PIO severity=%#010x, syserror=%#010x, exception=%#010x\n",
253 info->severity = AER_FATAL;
255 info->severity = AER_NONFATAL;
/linux-master/drivers/scsi/
H A D3w-sas.h48 /* AEN severity table */
162 /* severity: 3, reserved: 5 */
318 unsigned char severity; member in struct:TAG_TW_Event
H A D3w-9xxx.h131 /* AEN severity table */
430 /* severity: 3, reserved: 5 */
590 unsigned char severity; member in struct:TAG_TW_Event
H A Dmvumi.h140 u8 severity; member in struct:mvumi_driver_event
H A D3w-sas.c208 /* This function will look up an AEN severity string */
243 event->severity = TW_SEV_OUT(header->status_block.severity__reserved);
258 if (event->severity != TW_AEN_SEVERITY_DEBUG)
/linux-master/include/linux/
H A Dcompiler_types.h461 #define __diag_GCC(version, severity, string)
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_dbg_hsi.h366 u8 severity; /* from dbg_idle_chk_severity_types enum */ member in struct:dbg_idle_chk_result_hdr
384 u8 severity; /* value from dbg_idle_chk_severity_types enum */ member in struct:dbg_idle_chk_rule
407 /* Idle check severity types */
/linux-master/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c628 * @severity: temporary or permanent error log
636 static int pseries_eeh_get_log(struct eeh_pe *pe, int severity, char *drv_log, unsigned long len) argument
648 severity);
/linux-master/arch/powerpc/include/asm/
H A Deeh.h221 int (*get_log)(struct eeh_pe *pe, int severity, char *drv_log, unsigned long len);
H A Dopal-api.h616 uint8_t severity; /* 0x01 */ member in struct:OpalHMIEvent
H A Dopal.h155 __be16 *pci_error_type, __be16 *severity);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_self_test.c46 u8 severity; member in struct:st_record
2927 /* handle self test fails according to severity and type */
2928 static void bnx2x_self_test_log(struct bnx2x *bp, u8 severity, char *message) argument
2930 switch (severity) {
2969 bnx2x_self_test_log(bp, rec->severity, message);
2981 bnx2x_self_test_log(bp, rec->severity, message);
3024 bnx2x_self_test_log(bp, rec->severity, message);
3078 bnx2x_self_test_log(bp, rec.severity, message);
3094 bnx2x_self_test_log(bp, rec.severity,
3110 bnx2x_self_test_log(bp, rec.severity, messag
[all...]
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dconf.h1061 u8 severity; member in struct:conf_fwlog
/linux-master/include/uapi/scsi/fc/
H A Dfc_els.h905 ELS_CLID_SEV_MASK = 0x0c, /* severity 2-bit field mask */
1093 __u8 severity; /* command */ member in struct:fc_fn_congn_desc
/linux-master/include/linux/avf/
H A Dvirtchnl.h1069 s32 severity; member in struct:virtchnl_pf_event
/linux-master/include/linux/habanalabs/
H A Dcpucp_if.h110 __u8 severity; member in struct:hl_eq_fw_alive
/linux-master/drivers/acpi/apei/
H A Dghes.c319 static inline int ghes_severity(int severity) argument
321 switch (severity) {
/linux-master/drivers/scsi/esas2r/
H A Datioctl.h298 u16 severity; member in struct:atto_csmi_fw_download
/linux-master/include/acpi/
H A Dactbl1.h229 u8 severity; member in struct:acpi_asf_alert_data
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal.c600 } else if (evt->severity == MCE_SEV_FATAL) {

Completed in 402 milliseconds

123