Searched defs:hl_dbg_device_entry (Results 1 – 1 of 1) sorted by relevance
2415 struct hl_dbg_device_entry { struct2416 struct dentry *root;2417 struct hl_device *hdev;2418 struct hl_debugfs_entry *entry_arr;2419 struct list_head file_list;2420 struct mutex file_mutex;2421 struct list_head cb_list;2422 spinlock_t cb_spinlock;2423 struct list_head cs_list;2424 spinlock_t cs_spinlock;[all …]