Home
last modified time | relevance | path

Searched refs:hid_report_raw_event (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/hid/
H A Dhid-primax.c47 hid_report_raw_event(hid, HID_INPUT_REPORT, data, size, size, 0); in px_raw_event()
H A Dhid-vivaldi-common.c87 ret = hid_report_raw_event(hdev, HID_FEATURE_REPORT, report_data, in vivaldi_feature_mapping()
H A Dhid-core.c2036 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 Dhid.c204 hid_report_raw_event(ghid->hid, report->type, ghid->inbuf, ghid->bufsize, size, 1); in gb_hid_init_report()
/linux/include/linux/
H A Dhid.h1303 int hid_report_raw_event(struct hid_device *hid, enum hid_report_type type, u8 *data,