Searched defs:kbase_debug_coresight_device (Results 1 – 1 of 1) sorted by relevance
93 struct kbase_debug_coresight_device { struct94 struct list_head clients;95 struct list_head configs;96 spinlock_t lock;97 struct workqueue_struct *workq;98 struct work_struct enable_work;99 struct work_struct disable_work;100 wait_queue_head_t event_wait;101 bool enable_on_pmode_exit;102 bool disable_on_pmode_enter;