Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Delan_i2c.h106 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.c1021 error = data->ops->get_report(data->client, report, data->report_len); in elan_isr()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Duhid.h189 struct uhid_get_report_req get_report; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Duhid.h189 struct uhid_get_report_req get_report; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Duhid.h189 struct uhid_get_report_req get_report; member
/OK3568_Linux_fs/kernel/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()