Home
last modified time | relevance | path

Searched refs:reset_types (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/platform/x86/dell/dell-wmi-sysman/
Dsysman.c26 static const char * const reset_types[] = {"builtinsafe", "lastknowngood", "factory", "custom"}; variable
152 buf += sprintf(buf, "[%s] ", reset_types[i]); in reset_bios_show()
154 buf += sprintf(buf, "%s ", reset_types[i]); in reset_bios_show()
170 int type = sysfs_match_string(reset_types, buf); in reset_bios_store()
/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dhtt.h310 u8 reset_types[3]; member
Dhtt_tx.c659 memcpy(req->reset_types, &reset_mask, 3); in ath10k_htt_h2t_stats_req()