Searched defs:hl_dbg_device_entry (Results 1 – 1 of 1) sorted by relevance
993 struct hl_dbg_device_entry { struct994 struct dentry *root;995 struct hl_device *hdev;996 struct hl_debugfs_entry *entry_arr;997 struct list_head file_list;998 struct mutex file_mutex;999 struct list_head cb_list;1000 spinlock_t cb_spinlock;1001 struct list_head cs_list;1002 spinlock_t cs_spinlock;[all …]