Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-debug.c694 list_for_each_entry(list, &hdev->debug_list, node) in hid_debug_event()
1145 list_add_tail(&list->node, &list->hdev->debug_list); in hid_debug_events_open()
H A Dhid-picolcd_debugfs.c393 if (list_empty(&hdev->debug_list)) in picolcd_debug_out_report()
649 if (list_empty(&hdev->debug_list)) in picolcd_debug_raw_event()
H A Dhid-core.c1528 if (!list_empty(&hid->debug_list)) in hid_process_event()
2075 if (!list_empty(&hid->debug_list)) in hid_input_report()
2854 INIT_LIST_HEAD(&hdev->debug_list); in hid_allocate_device()
/openbmc/linux/include/linux/
H A Dhid.h682 struct list_head debug_list; member