Lines Matching defs:hl_dbg_device_entry
1259 struct hl_dbg_device_entry { struct
1260 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;
1269 struct list_head cs_job_list;
1270 spinlock_t cs_job_spinlock;
1271 struct list_head userptr_list;
1272 spinlock_t userptr_spinlock;
1273 struct list_head ctx_mem_hash_list;
1274 spinlock_t ctx_mem_hash_spinlock;
1275 u64 addr;
1276 u64 mmu_addr;
1277 u32 mmu_asid;
1278 u8 i2c_bus;
1279 u8 i2c_addr;
1280 u8 i2c_reg;