Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/unisys/visorbus/
Dcontrolvmchannel.h157 struct efi_spar_indication { struct
404 struct efi_spar_indication efi_spar_ind;
405 struct efi_spar_indication efi_spar_ind_supported;
Dvisorchipset.c569 struct efi_spar_indication efi_spar_indication; in boottotool_show() local
573 efi_spar_ind), &efi_spar_indication, in boottotool_show()
574 sizeof(struct efi_spar_indication)); in boottotool_show()
576 efi_spar_indication.boot_to_tool); in boottotool_show()
584 struct efi_spar_indication efi_spar_indication; in boottotool_store() local
589 efi_spar_indication.boot_to_tool = val; in boottotool_store()
592 efi_spar_ind), &(efi_spar_indication), in boottotool_store()
593 sizeof(struct efi_spar_indication)); in boottotool_store()