Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhid-debug.h24 void hid_debug_register(struct hid_device *, const char *);
45 #define hid_debug_register(a, b) do { } while (0) macro
/openbmc/linux/drivers/hid/
H A Dhid-debug.c1250 void hid_debug_register(struct hid_device *hdev, const char *name) in hid_debug_register() function
H A Dhid-core.c2814 hid_debug_register(hdev, dev_name(&hdev->dev)); in hid_add_device()