Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/visorbus/
Dvisorchipset.c148 struct efi_visor_indication efi_visor_indication; in boottotool_show() local
154 &efi_visor_indication, in boottotool_show()
155 sizeof(struct efi_visor_indication)); in boottotool_show()
158 return sprintf(buf, "%u\n", efi_visor_indication.boot_to_tool); in boottotool_show()
166 struct efi_visor_indication efi_visor_indication; in boottotool_store() local
170 efi_visor_indication.boot_to_tool = val; in boottotool_store()
174 &(efi_visor_indication), in boottotool_store()
175 sizeof(struct efi_visor_indication)); in boottotool_store()
Dcontrolvmchannel.h165 struct efi_visor_indication { struct
546 struct efi_visor_indication efi_visor_ind;