Searched defs:exception_info (Results 1 – 6 of 6) sorted by relevance
192 struct exception_info { struct193 osal_u32 exception_reset_enable;194 osal_u32 subsys_type;195 osal_u32 excetion_type;197 atomic_t bfgx_beat_flag;198 atomic_t is_reseting_device;200 struct workqueue_struct *plat_exception_rst_workqueue;201 struct work_struct plat_exception_rst_work;202 struct work_struct uart_store_wifi_mem_to_file_work;203 struct timer_list bfgx_beat_timer;[all …]
184 struct exception_info { struct185 osal_u32 exception_reset_enable;186 osal_u32 subsys_type;187 osal_u32 excetion_type;189 atomic_t bfgx_beat_flag;190 atomic_t is_reseting_device;192 struct workqueue_struct *plat_exception_rst_workqueue;193 struct work_struct plat_exception_rst_work;194 struct work_struct uart_store_wifi_mem_to_file_work;195 struct timer_list bfgx_beat_timer;[all …]
191 static void panic_set_exception_info(exception_info_t *exception_info) in panic_set_exception_info()261 exception_info_t exception_info = { 0 }; in panic_deal() local
32 exception_info_t exception_info; member
208 void crash_data_set_exception_info(exception_info_t *exception_info) in crash_data_set_exception_info()
47 exception_info_t exception_info; // 52 member380 void set_exception_info(exception_info_t *exception_info) in set_exception_info()