Lines Matching refs:irqlock
560 spinlock_t irqlock; member
658 spin_lock_irqsave(&fdp1->irqlock, flags); in list_remove_job()
662 spin_unlock_irqrestore(&fdp1->irqlock, flags); in list_remove_job()
678 spin_lock_irqsave(&fdp1->irqlock, flags); in list_add_job()
680 spin_unlock_irqrestore(&fdp1->irqlock, flags); in list_add_job()
735 spin_lock_irqsave(&ctx->fdp1->irqlock, flags); in fdp1_queue_field()
737 spin_unlock_irqrestore(&ctx->fdp1->irqlock, flags); in fdp1_queue_field()
749 spin_lock_irqsave(&ctx->fdp1->irqlock, flags); in fdp1_dequeue_field()
754 spin_unlock_irqrestore(&ctx->fdp1->irqlock, flags); in fdp1_dequeue_field()
768 spin_lock_irqsave(&ctx->fdp1->irqlock, flags); in fdp1_peek_queued_field()
771 spin_unlock_irqrestore(&ctx->fdp1->irqlock, flags); in fdp1_peek_queued_field()
1333 spin_lock_irqsave(&fdp1->irqlock, flags); in device_frame_end()
1336 spin_unlock_irqrestore(&fdp1->irqlock, flags); in device_frame_end()
1974 spin_lock_irqsave(&ctx->fdp1->irqlock, flags); in fdp1_stop_streaming()
1976 spin_unlock_irqrestore(&ctx->fdp1->irqlock, flags); in fdp1_stop_streaming()
2279 spin_lock_init(&fdp1->irqlock); in fdp1_probe()