Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/hid/ !
Dhid-debug.c583 list_for_each_entry(list, &hdev->debug_list, node) { in hid_debug_event()
957 list_add_tail(&list->node, &list->hdev->debug_list); in hid_debug_events_open()
Dhid-core.c2224 INIT_LIST_HEAD(&hdev->debug_list); in hid_allocate_device()
/linux-3.4.99/include/linux/ !
Dhid.h541 struct list_head debug_list; member