Searched defs:hl_dbg_device_entry (Results 1 – 1 of 1) sorted by relevance
1259 struct hl_dbg_device_entry { struct1260 struct dentry *root;1261 struct hl_device *hdev;1262 struct hl_debugfs_entry *entry_arr;1263 struct list_head file_list;1264 struct mutex file_mutex;1265 struct list_head cb_list;1266 spinlock_t cb_spinlock;1267 struct list_head cs_list;1268 spinlock_t cs_spinlock;[all …]