Home
last modified time | relevance | path

Searched defs:exception_info (Results 1 – 6 of 6) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/inc/oal/linux/pm/
Dplat_exception_rst.h192 struct exception_info { struct
193 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 …]
/device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/inc/oal/liteOS/pm/
Dplat_exception_rst.h184 struct exception_info { struct
185 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 …]
/device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/panic/private/
Dpanic.c191 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
/device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/preserve/public/
Dcrash_data.h32 exception_info_t exception_info; member
/device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/preserve/private/
Dcrash_data.c208 void crash_data_set_exception_info(exception_info_t *exception_info) in crash_data_set_exception_info()
Dpreserve.c47 exception_info_t exception_info; // 52 member
380 void set_exception_info(exception_info_t *exception_info) in set_exception_info()