Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dhid.h873 void hid_report_raw_event(struct hid_device *hid, int type, u8 *data, int size,
/linux-2.6.39/drivers/hid/
Dhid-core.c1028 void hid_report_raw_event(struct hid_device *hid, int type, u8 *data, int size, in hid_report_raw_event() function
1065 EXPORT_SYMBOL_GPL(hid_report_raw_event);
1127 hid_report_raw_event(hid, type, data, size, interrupt); in hid_input_report()