Searched refs:sys_error_handler (Results 1 – 4 of 4) sorted by relevance
105 struct delayed_work sys_error_handler; member
201 container_of(work, struct iris_core, sys_error_handler.work); in iris_sys_error_handler()228 INIT_DELAYED_WORK(&core->sys_error_handler, iris_sys_error_handler); in iris_probe()
235 schedule_delayed_work(&core->sys_error_handler, msecs_to_jiffies(10)); in iris_hfi_gen1_sys_event_notify()
280 schedule_delayed_work(&core->sys_error_handler, msecs_to_jiffies(10)); in iris_hfi_gen2_handle_system_error()
Completed in 11 milliseconds