Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/test/
H A Defi_test.h76 struct efi_querycapsulecapabilities { struct
116 _IOR('p', 0x0A, struct efi_querycapsulecapabilities)
H A Defi_test.c597 struct efi_querycapsulecapabilities __user *qcaps_user; in efi_runtime_query_capsulecaps()
598 struct efi_querycapsulecapabilities qcaps; in efi_runtime_query_capsulecaps()
605 qcaps_user = (struct efi_querycapsulecapabilities __user *)arg; in efi_runtime_query_capsulecaps()