Home
last modified time | relevance | path

Searched defs:reportdata (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dtdx-guest.h29 __u8 reportdata[TDX_REPORTDATA_LEN]; member
/openbmc/linux/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c23 u8 *reportdata, *tdreport; in tdx_get_report0() local
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py61 def fill(self, reportdata): argument
97 def fill(self, reportdata): argument
122 def fill(self, reportdata): argument
/openbmc/linux/tools/testing/selftests/tdx/
H A Dtdx_guest_test.c60 __u8 reportdata[64]; member
/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx.c91 int tdx_mcall_get_report0(u8 *reportdata, u8 *tdreport) in tdx_mcall_get_report0()