Searched refs:hid_parse_report (Results 1 – 17 of 17) sorted by relevance
| /linux/sound/soc/sdca/ |
| H A D | sdca_hid.c | 37 ret = hid_parse_report(hid, entity->hide.hid_report_desc, rsize); in sdwhid_parse()
|
| /linux/drivers/hid/amd-sfh-hid/ |
| H A D | amd_sfh_hid.c | 32 return hid_parse_report(hid, cli_data->report_descr[hid_data->index], in amdtp_hid_parse()
|
| /linux/drivers/hid/intel-ish-hid/ |
| H A D | ishtp-hid.c | 27 rv = hid_parse_report(hid, client_data->report_descr[hid_data->index], in ishtp_hid_parse()
|
| /linux/drivers/hid/surface-hid/ |
| H A D | surface_hid_core.c | 151 status = hid_parse_report(hid, buf, len); in surface_hid_parse()
|
| /linux/drivers/staging/greybus/ |
| H A D | hid.c | 302 ret = hid_parse_report(hid, rdesc, rsize); in gb_hid_parse()
|
| /linux/drivers/hid/ |
| H A D | hid-hyperv.c | 394 return hid_parse_report(hid, input_dev->report_desc, in mousevsc_hid_parse()
|
| H A D | hid-goodix-spi.c | 267 error = hid_parse_report(hid, rdesc, rsize); in goodix_hid_parse()
|
| H A D | uhid.c | 178 return hid_parse_report(hid, uhid->rd_data, uhid->rd_size); in uhid_hid_parse()
|
| H A D | hid-core.c | 1004 int hid_parse_report(struct hid_device *hid, const __u8 *start, unsigned size) in hid_parse_report() function 1012 EXPORT_SYMBOL_GPL(hid_parse_report);
|
| H A D | hid-logitech-dj.c | 1598 retval = hid_parse_report(hid, rdesc, rsize); in logi_dj_ll_parse()
|
| H A D | hid-steam.c | 1118 return hid_parse_report(hdev, steam->hdev->dev_rdesc, in steam_client_ll_parse()
|
| /linux/drivers/platform/x86/tuxedo/nb04/ |
| H A D | wmi_ab.c | 471 return hid_parse_report(hdev, tux_report_descriptor, in tux_ll_parse()
|
| /linux/include/linux/ |
| H A D | hid.h | 1004 int hid_parse_report(struct hid_device *hid, const __u8 *start, unsigned size);
|
| /linux/drivers/hid/i2c-hid/ |
| H A D | i2c-hid-core.c | 799 ret = hid_parse_report(hid, rdesc, rsize); in i2c_hid_parse()
|
| /linux/Documentation/hid/ |
| H A D | hid-transport.rst | 283 about it via hid_parse_report().
|
| /linux/net/bluetooth/hidp/ |
| H A D | core.c | 723 return hid_parse_report(session->hid, session->rd_data, in hidp_parse()
|
| /linux/drivers/hid/usbhid/ |
| H A D | hid-core.c | 1061 ret = hid_parse_report(hid, rdesc, rsize); in usbhid_parse()
|