Home
last modified time | relevance | path

Searched refs:set_report_reply (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/hid/
H A Dhid_common.h235 answer.u.set_report_reply.id = ev.u.set_report.id; in uhid_event()
236 answer.u.set_report_reply.err = 0; /* success */ in uhid_event()
/linux/include/uapi/linux/
H A Duhid.h195 struct uhid_set_report_reply_req set_report_reply; member
/linux/drivers/hid/
H A Duhid.c306 if (uhid->report_buf.u.set_report_reply.err) in uhid_hid_set_report()
631 uhid_report_wake_up(uhid, ev->u.set_report_reply.id, ev); in uhid_dev_set_report_reply()