Searched refs:reset_types (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/ |
H A D | sysman.c | 26 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()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | htt.h | 310 u8 reset_types[3]; member
|
H A D | htt_tx.c | 659 memcpy(req->reset_types, &reset_mask, 3); in ath10k_htt_h2t_stats_req()
|