Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/pwc/
Dpwc-if.c164 spin_lock_irqsave(&pdev->queued_bufs_lock, flags); in pwc_get_next_fill_buf()
171 spin_unlock_irqrestore(&pdev->queued_bufs_lock, flags); in pwc_get_next_fill_buf()
517 spin_lock_irqsave(&pdev->queued_bufs_lock, flags); in pwc_cleanup_queued_bufs()
526 spin_unlock_irqrestore(&pdev->queued_bufs_lock, flags); in pwc_cleanup_queued_bufs()
654 spin_lock_irqsave(&pdev->queued_bufs_lock, flags); in buffer_queue()
656 spin_unlock_irqrestore(&pdev->queued_bufs_lock, flags); in buffer_queue()
1000 spin_lock_init(&pdev->queued_bufs_lock); in usb_pwc_probe()
Dpwc.h227 spinlock_t queued_bufs_lock; /* Protects queued_bufs */ member
/linux-4.1.27/drivers/media/usb/airspy/
Dairspy.c118 spinlock_t queued_bufs_lock; /* Protects queued_bufs */ member
229 spin_lock_irqsave(&s->queued_bufs_lock, flags); in airspy_get_next_fill_buf()
237 spin_unlock_irqrestore(&s->queued_bufs_lock, flags); in airspy_get_next_fill_buf()
455 spin_lock_irqsave(&s->queued_bufs_lock, flags); in airspy_cleanup_queued_bufs()
464 spin_unlock_irqrestore(&s->queued_bufs_lock, flags); in airspy_cleanup_queued_bufs()
519 spin_lock_irqsave(&s->queued_bufs_lock, flags); in airspy_buf_queue()
521 spin_unlock_irqrestore(&s->queued_bufs_lock, flags); in airspy_buf_queue()
993 spin_lock_init(&s->queued_bufs_lock); in airspy_probe()
/linux-4.1.27/drivers/media/usb/hackrf/
Dhackrf.c106 spinlock_t queued_bufs_lock; /* Protects queued_bufs */ member
214 spin_lock_irqsave(&dev->queued_bufs_lock, flags); in hackrf_get_next_fill_buf()
221 spin_unlock_irqrestore(&dev->queued_bufs_lock, flags); in hackrf_get_next_fill_buf()
433 spin_lock_irqsave(&dev->queued_bufs_lock, flags); in hackrf_cleanup_queued_bufs()
442 spin_unlock_irqrestore(&dev->queued_bufs_lock, flags); in hackrf_cleanup_queued_bufs()
491 spin_lock_irqsave(&dev->queued_bufs_lock, flags); in hackrf_buf_queue()
493 spin_unlock_irqrestore(&dev->queued_bufs_lock, flags); in hackrf_buf_queue()
1027 spin_lock_init(&dev->queued_bufs_lock); in hackrf_probe()
/linux-4.1.27/drivers/media/usb/msi2500/
Dmsi2500.c132 spinlock_t queued_bufs_lock; /* Protects queued_bufs */ member
166 spin_lock_irqsave(&s->queued_bufs_lock, flags); in msi2500_get_next_fill_buf()
173 spin_unlock_irqrestore(&s->queued_bufs_lock, flags); in msi2500_get_next_fill_buf()
565 spin_lock_irqsave(&s->queued_bufs_lock, flags); in msi2500_cleanup_queued_bufs()
574 spin_unlock_irqrestore(&s->queued_bufs_lock, flags); in msi2500_cleanup_queued_bufs()
645 spin_lock_irqsave(&s->queued_bufs_lock, flags); in msi2500_buf_queue()
647 spin_unlock_irqrestore(&s->queued_bufs_lock, flags); in msi2500_buf_queue()
1186 spin_lock_init(&s->queued_bufs_lock); in msi2500_probe()
/linux-4.1.27/drivers/media/dvb-frontends/
Drtl2832_sdr.c123 spinlock_t queued_bufs_lock; /* Protects queued_bufs */ member
207 spin_lock_irqsave(&dev->queued_bufs_lock, flags); in rtl2832_sdr_get_next_fill_buf()
215 spin_unlock_irqrestore(&dev->queued_bufs_lock, flags); in rtl2832_sdr_get_next_fill_buf()
455 spin_lock_irqsave(&dev->queued_bufs_lock, flags); in rtl2832_sdr_cleanup_queued_bufs()
464 spin_unlock_irqrestore(&dev->queued_bufs_lock, flags); in rtl2832_sdr_cleanup_queued_bufs()
527 spin_lock_irqsave(&dev->queued_bufs_lock, flags); in rtl2832_sdr_buf_queue()
529 spin_unlock_irqrestore(&dev->queued_bufs_lock, flags); in rtl2832_sdr_buf_queue()
1344 spin_lock_init(&dev->queued_bufs_lock); in rtl2832_sdr_probe()