Lines Matching refs:reset
460 /* Schedule a reset if there's no reset in progress. */
461 if (!atomic_xchg(&pfdev->reset.pending, 1))
462 schedule_work(&pfdev->reset.work);
507 * and reset handlers. panfrost_scheduler_start() will
546 reset.work);
557 * from the list, and we'll lose this job if the reset handler
574 /* All timers have been stopped, we can safely reset the pending state. */
575 atomic_set(&pfdev->reset.pending, 0);
600 INIT_WORK(&pfdev->reset.work, panfrost_reset);