Home
last modified time | relevance | path

Searched refs:crash_type (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/platform/x86/intel/pmt/
H A Dcrashlog.c165 static bool pmt_crashlog_supported(struct intel_pmt_entry *entry, u32 *crash_type, u32 *version) in pmt_crashlog_supported() argument
169 *crash_type = GET_TYPE(discovery_header); in pmt_crashlog_supported()
178 if (*crash_type == CRASH_TYPE_OOBMSM && (*version == 0 || *version == 2)) in pmt_crashlog_supported()
/linux/drivers/net/wireless/realtek/rtw89/
H A Ddebug.c3715 u8 crash_type; in rtw89_debug_priv_fw_crash_set() local
3720 ret = kstrtou8(buf, 0, &crash_type); in rtw89_debug_priv_fw_crash_set()
3724 switch (crash_type) { in rtw89_debug_priv_fw_crash_set()