Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-debug.c669 list_for_each_entry(list, &hdev->debug_list, node) { in hid_debug_event()
1101 list_add_tail(&list->node, &list->hdev->debug_list); in hid_debug_events_open()
Dhid-picolcd_debugfs.c403 if (list_empty(&hdev->debug_list)) in picolcd_debug_out_report()
659 if (list_empty(&hdev->debug_list)) in picolcd_debug_raw_event()
Dhid-core.c1262 if (!list_empty(&hid->debug_list)) in hid_process_event()
1575 if (!list_empty(&hid->debug_list)) in hid_input_report()
2214 INIT_LIST_HEAD(&hdev->debug_list); in hid_allocate_device()
/Linux-v4.19/include/linux/
Dhid.h620 struct list_head debug_list; member