Home
last modified time | relevance | path

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

/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2-enc.c107 spin_lock_irqsave(&solo_enc->motion_lock, flags); in solo_motion_detected()
112 spin_unlock_irqrestore(&solo_enc->motion_lock, flags); in solo_motion_detected()
123 spin_lock_irqsave(&solo_enc->motion_lock, flags); in solo_motion_toggle()
136 spin_unlock_irqrestore(&solo_enc->motion_lock, flags); in solo_motion_toggle()
1282 spin_lock_init(&solo_enc->motion_lock); in solo_enc_alloc()
Dsolo6x10.h147 spinlock_t motion_lock; member