Searched defs:hl_dbg_device_entry (Results 1 – 1 of 1) sorted by relevance
2343 struct hl_dbg_device_entry { struct2344 struct dentry *root;2345 struct hl_device *hdev;2346 struct hl_debugfs_entry *entry_arr;2347 struct list_head file_list;2348 struct mutex file_mutex;2349 struct list_head cb_list;2350 spinlock_t cb_spinlock;2351 struct list_head cs_list;2352 spinlock_t cs_spinlock;[all …]