Home
last modified time | relevance | path

Searched defs:hidraw_report_event (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dhidraw.h46 static inline int hidraw_report_event(struct hid_device *hid, u8 *data, int len) { return 0; } in hidraw_report_event() function
/kernel/linux/linux-6.6/include/linux/
H A Dhidraw.h46 static inline int hidraw_report_event(struct hid_device *hid, u8 *data, int len) { return 0; } in hidraw_report_event() function
/kernel/linux/linux-5.10/drivers/hid/
H A Dhidraw.c488 int hidraw_report_event(struct hid_device *hid, u8 *data, int len) in hidraw_report_event() function
515 EXPORT_SYMBOL_GPL(hidraw_report_event); variable
/kernel/linux/linux-6.6/drivers/hid/
H A Dhidraw.c519 int hidraw_report_event(struct hid_device *hid, u8 *data, int len) in hidraw_report_event() function
546 EXPORT_SYMBOL_GPL(hidraw_report_event); variable

Completed in 3 milliseconds