Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/virt/coco/tdx-guest/
Dtdx-guest.c71 u8 *reportdata, *tdreport; in tdx_get_report0() local
162 u8 *buf, *reportdata = NULL, *tdreport = NULL; in tdx_report_new() local
/linux-6.14.4/include/uapi/linux/
Dtdx-guest.h29 __u8 reportdata[TDX_REPORTDATA_LEN]; member
/linux-6.14.4/tools/testing/selftests/hid/tests/
Dtest_wacom_generic.py62 def fill(self, reportdata): argument
98 def fill(self, reportdata): argument
123 def fill(self, reportdata): argument
/linux-6.14.4/tools/testing/selftests/tdx/
Dtdx_guest_test.c60 __u8 reportdata[64]; member
/linux-6.14.4/arch/x86/coco/tdx/
Dtdx.c119 int tdx_mcall_get_report0(u8 *reportdata, u8 *tdreport) in tdx_mcall_get_report0()