Searched defs:hl_dbg_device_entry (Results 1 – 1 of 1) sorted by relevance
2382 struct hl_dbg_device_entry { struct2383 struct dentry *root;2384 struct hl_device *hdev;2385 struct hl_debugfs_entry *entry_arr;2386 struct list_head file_list;2387 struct mutex file_mutex;2388 struct list_head cb_list;2389 spinlock_t cb_spinlock;2390 struct list_head cs_list;2391 spinlock_t cs_spinlock;[all …]