Home
last modified time | relevance | path

Searched refs:hid_dump_input (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dhid-debug.h19 void hid_dump_input(struct hid_device *, struct hid_usage *, __s32);
40 #define hid_dump_input(a,b,c) do { } while (0) macro
/linux-6.3-rc2/drivers/hid/
A Dhid-debug.c732 void hid_dump_input(struct hid_device *hdev, struct hid_usage *usage, __s32 value) in hid_dump_input() function
748 EXPORT_SYMBOL_GPL(hid_dump_input);
A Dhid-core.c1521 hid_dump_input(hid, usage, value); in hid_process_event()
1891 hid_dump_input(field->report->device, field->usage + offset, value); in hid_set_field()

Completed in 9 milliseconds