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.c84 u32 crash_type, version; in pmt_crashlog_supported() local
86 crash_type = GET_TYPE(discovery_header); in pmt_crashlog_supported()
93 return crash_type == CRASH_TYPE_OOBMSM && version == 0; in pmt_crashlog_supported()
/linux/drivers/net/wireless/realtek/rtw89/
H A Ddebug.c3424 u8 crash_type; in rtw89_debug_priv_fw_crash_set() local
3427 ret = kstrtou8_from_user(user_buf, count, 0, &crash_type); in rtw89_debug_priv_fw_crash_set()
3431 switch (crash_type) { in rtw89_debug_priv_fw_crash_set()