Searched refs:qlock (Results 26 - 38 of 38) sorted by relevance

12

/linux-master/sound/core/
H A Dtimer.c81 spinlock_t qlock; member in struct:snd_timer_user
1283 guard(spinlock)(&tu->qlock);
1336 scoped_guard(spinlock_irqsave, &tu->qlock)
1361 scoped_guard(spinlock, &tu->qlock) {
1424 guard(spinlock_irq)(&tu->qlock);
1447 spin_lock_init(&tu->qlock);
1829 scoped_guard(spinlock_irq, &tu->qlock) {
1875 scoped_guard(spinlock_irq, &tu->qlock)
1897 scoped_guard(spinlock_irq, &tu->qlock)
2096 spin_lock_irq(&tu->qlock);
[all...]
/linux-master/drivers/staging/fieldbus/anybuss/
H A Dhost.c380 spinlock_t qlock; /* protects IN side of powerq, mboxq, areaq */ member in struct:anybuss_host
542 err = ab_task_enqueue_wait(t, cd->powerq, &cd->qlock, &cd->wq);
844 err = ab_task_enqueue_wait(t, cd->powerq, &cd->qlock, &cd->wq);
956 ret = ab_task_enqueue(t, cd->powerq, &cd->qlock, &cd->wq);
1071 ret = ab_task_enqueue_wait(t, cd->powerq, &cd->qlock, &cd->wq);
1096 ret = ab_task_enqueue_wait(t, cd->powerq, &cd->qlock, &cd->wq);
1121 ret = ab_task_enqueue_wait(t, cd->powerq, &cd->qlock, &cd->wq);
1293 spin_lock_init(&cd->qlock);
/linux-master/drivers/media/usb/gspca/
H A Dgspca.c394 spin_lock_irqsave(&gspca_dev->qlock, flags);
397 spin_unlock_irqrestore(&gspca_dev->qlock, flags);
449 spin_lock_irqsave(&gspca_dev->qlock, flags);
451 spin_unlock_irqrestore(&gspca_dev->qlock, flags);
1334 spin_lock_irqsave(&gspca_dev->qlock, flags);
1336 spin_unlock_irqrestore(&gspca_dev->qlock, flags);
1345 spin_lock_irqsave(&gspca_dev->qlock, flags);
1350 spin_unlock_irqrestore(&gspca_dev->qlock, flags);
1528 spin_lock_init(&gspca_dev->qlock);
H A Dgspca.h197 spinlock_t qlock; member in struct:gspca_dev
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css.c1378 spin_lock(&css_pipe->qlock);
1386 spin_unlock(&css_pipe->qlock);
1397 spin_lock(&css_pipe->qlock);
1401 spin_unlock(&css_pipe->qlock);
1515 spin_lock_init(&css_pipe->qlock);
1930 spin_lock(&css_pipe->qlock);
1932 spin_unlock(&css_pipe->qlock);
2028 spin_lock(&css_pipe->qlock);
2030 spin_unlock(&css_pipe->qlock);
2039 spin_unlock(&css_pipe->qlock);
[all...]
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1244 * All updates to txmsg->state are protected by mgr->qlock, and the two
1288 mutex_lock(&mgr->qlock);
1314 mutex_unlock(&mgr->qlock);
2852 WARN_ON(!mutex_is_locked(&mgr->qlock));
2872 mutex_lock(&mgr->qlock);
2884 mutex_unlock(&mgr->qlock);
3568 mutex_lock(&mgr->qlock);
3571 mutex_unlock(&mgr->qlock);
3917 mutex_lock(&mgr->qlock);
3920 mutex_unlock(&mgr->qlock);
[all...]
/linux-master/drivers/media/usb/s2255/
H A Ds2255drv.c243 spinlock_t qlock; member in struct:s2255_vc
549 spin_lock_irqsave(&vc->qlock, flags);
552 spin_unlock_irqrestore(&vc->qlock, flags);
561 spin_unlock_irqrestore(&vc->qlock, flags);
693 spin_lock_irqsave(&vc->qlock, flags);
695 spin_unlock_irqrestore(&vc->qlock, flags);
1084 spin_lock_irqsave(&vc->qlock, flags);
1091 spin_unlock_irqrestore(&vc->qlock, flags);
2265 spin_lock_init(&vc->qlock);
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_kms.c62 spin_lock_init(&vgvq->qlock);
H A Dvirtgpu_drv.h199 spinlock_t qlock; member in struct:virtio_gpu_queue
/linux-master/drivers/staging/media/omap4iss/
H A Diss.c652 spin_lock_irqsave(&video->qlock, flags);
654 spin_unlock_irqrestore(&video->qlock, flags);
659 spin_unlock_irqrestore(&video->qlock, flags);
/linux-master/include/drm/display/
H A Ddrm_dp_mst_helper.h737 * @qlock: protects @tx_msg_downq and &drm_dp_sideband_msg_tx.state
739 struct mutex qlock; member in struct:drm_dp_mst_topology_mgr
/linux-master/drivers/media/pci/ivtv/
H A Divtv-driver.h335 spinlock_t qlock; /* locks access to the queues */ member in struct:ivtv_stream
H A Divtv-streams.c188 spin_lock_init(&s->qlock);

Completed in 454 milliseconds

12