Searched defs:hl_dbg_device_entry (Results 1 – 1 of 1) sorted by relevance
2407 struct hl_dbg_device_entry { struct2408 struct dentry *root;2409 struct hl_device *hdev;2410 struct hl_debugfs_entry *entry_arr;2411 struct list_head file_list;2412 struct mutex file_mutex;2413 struct list_head cb_list;2414 spinlock_t cb_spinlock;2415 struct list_head cs_list;2416 spinlock_t cs_spinlock;[all …]