Home
last modified time | relevance | path

Searched refs:sys_error_handler (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/media/platform/qcom/iris/
H A Diris_core.h103 struct delayed_work sys_error_handler; member
H A Diris_probe.c186 container_of(work, struct iris_core, sys_error_handler.work); in iris_sys_error_handler()
213 INIT_DELAYED_WORK(&core->sys_error_handler, iris_sys_error_handler); in iris_probe()
H A Diris_hfi_gen1_response.c235 schedule_delayed_work(&core->sys_error_handler, msecs_to_jiffies(10)); in iris_hfi_gen1_sys_event_notify()
H A Diris_hfi_gen2_response.c277 schedule_delayed_work(&core->sys_error_handler, msecs_to_jiffies(10)); in iris_hfi_gen2_handle_system_error()