Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nxp/dw100/
H A Ddw100.c1068 static void dw100_job_finish(struct dw100_device *dw_dev, bool with_error) in dw100_job_finish() argument
1085 if (likely(!with_error)) in dw100_job_finish()
1094 with_error ? "" : "out"); in dw100_job_finish()
1399 bool with_error = true; in dw100_irq_handler() local
1407 with_error = false; in dw100_irq_handler()
1420 dw100_job_finish(dw_dev, with_error); in dw100_irq_handler()