Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
Dcontrolvmchannel.h153 struct efi_spar_indication { struct
431 struct efi_spar_indication efi_spar_ind;
432 struct efi_spar_indication efi_spar_ind_supported;
/linux-4.1.27/drivers/staging/unisys/visorchipset/
Dvisorchipset_main.c387 struct efi_spar_indication efi_spar_indication; in boottotool_show() local
391 efi_spar_ind), &efi_spar_indication, in boottotool_show()
392 sizeof(struct efi_spar_indication)); in boottotool_show()
394 efi_spar_indication.boot_to_tool); in boottotool_show()
402 struct efi_spar_indication efi_spar_indication; in boottotool_store() local
407 efi_spar_indication.boot_to_tool = val; in boottotool_store()
410 efi_spar_ind), &(efi_spar_indication), in boottotool_store()
411 sizeof(struct efi_spar_indication)); in boottotool_store()