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