Searched defs:hl_dbg_device_entry (Results 1 – 1 of 1) sorted by relevance
2293 struct hl_dbg_device_entry { struct2294 struct dentry *root;2295 struct hl_device *hdev;2296 struct hl_debugfs_entry *entry_arr;2297 struct list_head file_list;2298 struct mutex file_mutex;2299 struct list_head cb_list;2300 spinlock_t cb_spinlock;2301 struct list_head cs_list;2302 spinlock_t cs_spinlock;[all …]