Searched refs:hid_report_raw_event (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/hid/ |
| H A D | hid-primax.c | 47 hid_report_raw_event(hid, HID_INPUT_REPORT, data, size, size, 0); in px_raw_event()
|
| H A D | hid-vivaldi-common.c | 87 ret = hid_report_raw_event(hdev, HID_FEATURE_REPORT, report_data, in vivaldi_feature_mapping()
|
| H A D | hid-core.c | 2036 int hid_report_raw_event(struct hid_device *hid, enum hid_report_type type, u8 *data, in hid_report_raw_event() function 2106 EXPORT_SYMBOL_GPL(hid_report_raw_event); 2166 ret = hid_report_raw_event(hid, type, data, bufsize, size, interrupt); in __hid_input_report()
|
| /linux/drivers/staging/greybus/ |
| H A D | hid.c | 204 hid_report_raw_event(ghid->hid, report->type, ghid->inbuf, ghid->bufsize, size, 1); in gb_hid_init_report()
|
| /linux/include/linux/ |
| H A D | hid.h | 1303 int hid_report_raw_event(struct hid_device *hid, enum hid_report_type type, u8 *data,
|