Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-picolcd_debugfs.c394 if (list_empty(&hdev->debug_list)) in picolcd_debug_out_report()
650 if (list_empty(&hdev->debug_list)) in picolcd_debug_raw_event()
H A Dhid-debug.c3086 list_for_each_entry(list, &hdev->debug_list, node) in hid_debug_event()
3700 list_add_tail(&list->node, &list->hdev->debug_list); in hid_debug_events_open()
H A Dhid-core.c1551 if (!list_empty(&hid->debug_list)) in hid_process_event()
2129 if (!list_empty(&hid->debug_list)) in __hid_input_report()
2988 INIT_LIST_HEAD(&hdev->debug_list); in hid_allocate_device()
/linux/rust/proc-macro2/
H A Dlib.rs1340 f.debug_list().entries(self.clone()).finish() in fmt()
H A Dfallback.rs244 f.debug_list().entries(self.clone()).finish() in fmt()
/linux/include/linux/
H A Dhid.h720 struct list_head debug_list; member
/linux/rust/syn/
H A Dpunctuated.rs445 let mut list = f.debug_list(); in fmt()