Home
last modified time | relevance | path

Searched refs:hid_parse_report (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/hid/amd-sfh-hid/
H A Damd_sfh_hid.c32 return hid_parse_report(hid, cli_data->report_descr[hid_data->index], in amdtp_hid_parse()
/openbmc/linux/drivers/hid/intel-ish-hid/
H A Dishtp-hid.c27 rv = hid_parse_report(hid, client_data->report_descr[hid_data->index], in ishtp_hid_parse()
/openbmc/linux/drivers/hid/surface-hid/
H A Dsurface_hid_core.c151 status = hid_parse_report(hid, buf, len); in surface_hid_parse()
/openbmc/linux/drivers/hid/
H A Dhid-hyperv.c394 return hid_parse_report(hid, input_dev->report_desc, in mousevsc_hid_parse()
H A Duhid.c178 return hid_parse_report(hid, uhid->rd_data, uhid->rd_size); in uhid_hid_parse()
H A Dhid-core.c949 int hid_parse_report(struct hid_device *hid, __u8 *start, unsigned size) in hid_parse_report() function
957 EXPORT_SYMBOL_GPL(hid_parse_report);
H A Dhid-logitech-dj.c1487 retval = hid_parse_report(hid, rdesc, rsize); in logi_dj_ll_parse()
H A Dhid-steam.c1122 return hid_parse_report(hdev, steam->hdev->dev_rdesc, in steam_client_ll_parse()
/openbmc/linux/drivers/staging/greybus/
H A Dhid.c302 ret = hid_parse_report(hid, rdesc, rsize); in gb_hid_parse()
/openbmc/linux/drivers/platform/x86/
H A Dasus-tf103c-dock.c217 return hid_parse_report(hid, tf103c_dock_kbd_hid_desc, in tf103c_dock_hid_parse()
/openbmc/linux/include/linux/
H A Dhid.h959 int hid_parse_report(struct hid_device *hid, __u8 *start, unsigned size);
/openbmc/linux/drivers/hid/i2c-hid/
H A Di2c-hid-core.c773 ret = hid_parse_report(hid, rdesc, rsize); in i2c_hid_parse()
/openbmc/linux/Documentation/hid/
H A Dhid-transport.rst283 about it via hid_parse_report().
/openbmc/linux/net/bluetooth/hidp/
H A Dcore.c723 return hid_parse_report(session->hid, session->rd_data, in hidp_parse()
/openbmc/linux/drivers/hid/usbhid/
H A Dhid-core.c1046 ret = hid_parse_report(hid, rdesc, rsize); in usbhid_parse()