Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dhid-debug.h21 void hid_dump_device(struct hid_device *, struct seq_file *);
42 #define hid_dump_device(a,b) do { } while (0) macro
/linux-6.15/drivers/hid/
H A Dhid-debug.c3049 void hid_dump_device(struct hid_device *device, struct seq_file *f) in hid_dump_device() function
3077 EXPORT_SYMBOL_GPL(hid_dump_device);
3666 hid_dump_device(hdev, f); in hid_debug_rdesc_show()