Searched refs:hid_report_raw_event (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/include/linux/ |
D | hid.h | 873 void hid_report_raw_event(struct hid_device *hid, int type, u8 *data, int size,
|
/linux-2.6.39/drivers/hid/ |
D | hid-core.c | 1028 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()
|