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.c2043 int hid_report_raw_event(struct hid_device *hid, enum hid_report_type type, u8 *data, in hid_report_raw_event() function
2120 EXPORT_SYMBOL_GPL(hid_report_raw_event);
2180 ret = hid_report_raw_event(hid, type, data, bufsize, size, interrupt); in __hid_input_report()
H A Dhid-multitouch.c537 ret = hid_report_raw_event(hdev, HID_FEATURE_REPORT, buf, in mt_get_feature()
/linux/include/linux/
H A Dhid.h1305 int hid_report_raw_event(struct hid_device *hid, enum hid_report_type type, u8 *data,