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