Searched defs:hl_dbg_device_entry (Results 1 – 1 of 1) sorted by relevance
1831 struct hl_dbg_device_entry { struct1832 struct dentry *root;1833 struct hl_device *hdev;1834 struct hl_debugfs_entry *entry_arr;1835 struct list_head file_list;1836 struct mutex file_mutex;1837 struct list_head cb_list;1838 spinlock_t cb_spinlock;1839 struct list_head cs_list;1840 spinlock_t cs_spinlock;[all …]