Home
last modified time | relevance | path

Searched refs:get_report (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/input/mouse/
H A Delan_i2c.h112 int (*get_report)(struct i2c_client *client, u8 *report, member
H A Delan_i2c_smbus.c556 .get_report = elan_smbus_get_report,
H A Delan_i2c_i2c.c780 .get_report = elan_i2c_get_report,
H A Delan_i2c_core.c1058 error = data->ops->get_report(data->client, report, data->report_len); in elan_isr()
/openbmc/linux/include/uapi/linux/
H A Duhid.h189 struct uhid_get_report_req get_report; member
/openbmc/linux/drivers/hid/
H A Duhid.c248 ev->u.get_report.rnum = rnum; in uhid_hid_get_report()
249 ev->u.get_report.rtype = rtype; in uhid_hid_get_report()
258 ret = __uhid_report_queue_and_wait(uhid, ev, &ev->u.get_report.id); in uhid_hid_get_report()
/openbmc/linux/tools/testing/selftests/hid/
H A Dhid_bpf.c213 answer.u.get_report_reply.id = ev.u.get_report.id; in uhid_event()
214 answer.u.get_report_reply.err = ev.u.get_report.rnum == 1 ? 0 : -EIO; in uhid_event()
/openbmc/linux/Documentation/hid/
H A Damd-sfh-hid.rst131 |get_report | | | |
/openbmc/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c478 static int get_report(struct snp_guest_dev *snp_dev, struct snp_guest_request_ioctl *arg) in get_report() function
661 ret = get_report(snp_dev, &input); in snp_guest_ioctl()
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py295 def get_report(self, req, rnum, rtype): member in BaseTablet
H A Dtest_tablet.py398 def get_report(self, req, rnum, rtype): member in PenDigitizer
H A Dtest_multitouch.py177 def get_report(self, req, rnum, rtype): member in Digitizer