Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dtdx-guest.h29 __u8 reportdata[TDX_REPORTDATA_LEN]; member
/linux/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py62 def fill(self, reportdata): argument
98 def fill(self, reportdata): argument
123 def fill(self, reportdata): argument
/linux/tools/testing/selftests/tdx/
H A Dtdx_guest_test.c60 __u8 reportdata[64]; member
/linux/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c56 u8 *reportdata = tdx_report_buf + TDREPORT_reportdata; in tdx_do_report() local
/linux/arch/x86/coco/tdx/
H A Dtdx.c121 int tdx_mcall_get_report0(u8 *reportdata, u8 *tdreport) in tdx_mcall_get_report0()