Searched refs:slock (Results 26 - 50 of 152) sorted by relevance

1234567

/linux-master/drivers/clk/samsung/
H A Dclk-exynos-clkout.c32 spinlock_t slock; member in struct:exynos_clkout
133 spin_lock_init(&clkout->slock);
162 clkout->gate.lock = &clkout->slock;
167 clkout->mux.lock = &clkout->slock;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dverbs_txreq.h36 __must_hold(&qp->slock)
/linux-master/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c98 * @slock: for excluse access of registers
127 spinlock_t slock; member in struct:sta2x11_vip
221 spin_lock_irq(&vip->slock);
227 spin_unlock_irq(&vip->slock);
336 spin_lock_irq(&vip->slock);
339 spin_unlock_irq(&vip->slock);
679 spin_lock_irq(&vip->slock);
690 spin_unlock_irq(&vip->slock);
813 spin_lock_irq(&vip->slock);
822 spin_unlock_irq(&vip->slock);
[all...]
/linux-master/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-capture.c43 /* Locking: called with vp->camif->slock spinlock held */
64 /* Locking: called with camif->slock spinlock held */
93 * Locking: called with camif->slock spinlock held.
156 spin_lock_irqsave(&camif->slock, flags);
174 spin_unlock_irqrestore(&camif->slock, flags);
188 spin_lock_irqsave(&camif->slock, flags);
190 spin_unlock_irqrestore(&camif->slock, flags);
200 spin_lock_irqsave(&camif->slock, flags);
202 spin_unlock_irqrestore(&camif->slock, flags);
216 spin_lock_irqsave(&camif->slock, flag
[all...]
/linux-master/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.h314 * @slock: the spinlock protecting this data structure
329 spinlock_t slock; member in struct:gsc_dev
416 spin_lock_irqsave(&ctx->gsc_dev->slock, flags);
418 spin_unlock_irqrestore(&ctx->gsc_dev->slock, flags);
425 spin_lock_irqsave(&ctx->gsc_dev->slock, flags);
427 spin_unlock_irqrestore(&ctx->gsc_dev->slock, flags);
472 spin_lock_irqsave(&ctx->gsc_dev->slock, flags);
474 spin_unlock_irqrestore(&ctx->gsc_dev->slock, flags);
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.h399 * @slock: the spinlock protecting this data structure
416 spinlock_t slock; member in struct:fimc_dev
533 spin_lock_irqsave(&fimc->slock, flags);
536 spin_unlock_irqrestore(&fimc->slock, flags);
544 spin_lock_irqsave(&ctx->fimc_dev->slock, flags);
546 spin_unlock_irqrestore(&ctx->fimc_dev->slock, flags);
554 spin_lock_irqsave(&ctx->fimc_dev->slock, flags);
556 spin_unlock_irqrestore(&ctx->fimc_dev->slock, flags);
665 * Buffer list manipulation functions. Must be called with fimc.slock held.
H A Dfimc-lite.c149 spin_lock_irqsave(&fimc->slock, flags);
162 spin_unlock_irqrestore(&fimc->slock, flags);
180 spin_lock_irqsave(&fimc->slock, flags);
205 spin_unlock_irqrestore(&fimc->slock, flags);
222 spin_lock_irqsave(&fimc->slock, flags);
225 spin_unlock_irqrestore(&fimc->slock, flags);
234 /* Must be called with fimc.slock spinlock held. */
250 spin_lock_irqsave(&fimc->slock, flags);
301 spin_unlock_irqrestore(&fimc->slock, flags);
311 spin_lock_irqsave(&fimc->slock, flag
[all...]
H A Dfimc-core.c298 spin_lock(&fimc->slock);
308 spin_unlock(&fimc->slock);
323 spin_unlock(&fimc->slock);
561 spin_lock_irqsave(&ctx->fimc_dev->slock, flags);
563 spin_unlock_irqrestore(&ctx->fimc_dev->slock, flags);
827 spin_lock_irqsave(&fimc->slock, flags);
829 spin_unlock_irqrestore(&fimc->slock, flags);
834 spin_unlock_irqrestore(&fimc->slock, flags);
849 spin_lock_irqsave(&fimc->slock, flags);
853 spin_unlock_irqrestore(&fimc->slock, flag
[all...]
H A Dmipi-csis.c196 * @slock: spinlock protecting structure members below
223 spinlock_t slock; member in struct:csis_state
466 spin_lock_irqsave(&state->slock, flags);
469 spin_unlock_irqrestore(&state->slock, flags);
477 spin_lock_irqsave(&state->slock, flags);
485 spin_unlock_irqrestore(&state->slock, flags);
631 spin_lock_irqsave(&state->slock, flags);
634 spin_unlock_irqrestore(&state->slock, flags);
681 spin_lock_irqsave(&state->slock, flags);
710 spin_unlock_irqrestore(&state->slock, flag
[all...]
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2.c229 /* Only "break" from this loop if slock is held, otherwise
239 spin_lock(&solo_dev->slock);
250 spin_unlock(&solo_dev->slock);
255 assert_spin_locked(&solo_dev->slock);
256 spin_unlock(&solo_dev->slock);
336 spin_lock(&solo_dev->slock);
345 spin_unlock(&solo_dev->slock);
357 spin_lock(&solo_dev->slock);
359 spin_unlock(&solo_dev->slock);
643 spin_lock_init(&solo_dev->slock);
[all...]
/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_vbi.c242 spin_lock_irqsave(&dev->slock, flags);
245 spin_unlock_irqrestore(&dev->slock, flags);
314 spin_lock_irqsave(&dev->slock,flags);
328 spin_unlock_irqrestore(&dev->slock, flags);
431 spin_lock(&dev->slock);
441 spin_unlock(&dev->slock);
H A Dsaa7146_fops.c52 assert_spin_locked(&dev->slock);
77 assert_spin_locked(&dev->slock);
111 assert_spin_locked(&dev->slock);
162 spin_lock_irqsave(&dev->slock,flags);
177 spin_unlock_irqrestore(&dev->slock,flags);
/linux-master/drivers/gpio/
H A Dgpio-rockchip.c166 raw_spin_lock_irqsave(&bank->slock, flags);
168 raw_spin_unlock_irqrestore(&bank->slock, flags);
179 raw_spin_lock_irqsave(&bank->slock, flags);
181 raw_spin_unlock_irqrestore(&bank->slock, flags);
220 raw_spin_lock_irqsave(&bank->slock, flags);
244 raw_spin_unlock_irqrestore(&bank->slock, flags);
357 raw_spin_lock_irqsave(&bank->slock, flags);
369 raw_spin_unlock_irqrestore(&bank->slock, flags);
394 raw_spin_lock_irqsave(&bank->slock, flags);
399 raw_spin_unlock_irqrestore(&bank->slock, flag
[all...]
H A Dgpio-aggregator.c255 spinlock_t slock; /* protects tmp[] if !can_sleep */ member in union:gpiochip_fwd::__anon451
334 spin_lock_irqsave(&fwd->slock, flags);
336 spin_unlock_irqrestore(&fwd->slock, flags);
405 spin_lock_irqsave(&fwd->slock, flags);
407 spin_unlock_irqrestore(&fwd->slock, flags);
548 spin_lock_init(&fwd->slock);
/linux-master/drivers/media/pci/tw5864/
H A Dtw5864.h88 spinlock_t slock; /* used for sync between ISR, tasklet & V4L2 API */ member in struct:tw5864_input
145 spinlock_t slock; /* used for sync between ISR, tasklet & V4L2 API */ member in struct:tw5864_dev
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-touch.c18 spin_lock(&dev->slock);
25 spin_unlock(&dev->slock);
H A Dvivid-meta-out.c74 spin_lock(&dev->slock);
76 spin_unlock(&dev->slock);
/linux-master/include/media/
H A Ddvb_vb2.h77 * @slock: spin lock used to protect buffer filling at dvb_vb2.c.
100 spinlock_t slock; member in struct:dvb_vb2_ctx
/linux-master/drivers/pmdomain/apple/
H A Dpmgr-pwrstate.c121 spin_lock_irqsave(&ps->genpd.slock, flags);
133 spin_unlock_irqrestore(&ps->genpd.slock, flags);
143 spin_lock_irqsave(&ps->genpd.slock, flags);
152 spin_unlock_irqrestore(&ps->genpd.slock, flags);
/linux-master/drivers/phy/samsung/
H A Dphy-exynos-mipi-video.c224 spinlock_t slock; member in struct:exynos_mipi_video_phy
233 spin_lock(&state->slock);
252 spin_unlock(&state->slock);
320 spin_lock_init(&state->slock);
/linux-master/drivers/media/pci/ivtv/
H A Divtv-alsa-pcm.c229 spin_lock_irqsave(&itvsc->slock, flags);
231 spin_unlock_irqrestore(&itvsc->slock, flags);
263 spin_lock_init(&itvsc->slock);
/linux-master/drivers/media/pci/cx18/
H A Dcx18-alsa-pcm.c225 spin_lock_irqsave(&cxsc->slock, flags);
227 spin_unlock_irqrestore(&cxsc->slock, flags);
259 spin_lock_init(&cxsc->slock);
/linux-master/drivers/scsi/cxlflash/
H A Docxl_hw.c311 spin_lock(&ctx->slock);
315 spin_unlock(&ctx->slock);
506 spin_lock_init(&ctx->slock);
991 spin_lock_irqsave(&ctx->slock, lock_flags);
996 spin_unlock_irqrestore(&ctx->slock, lock_flags);
1032 spin_lock_irqsave(&ctx->slock, lock_flags);
1054 spin_unlock_irqrestore(&ctx->slock, lock_flags);
1056 spin_lock_irqsave(&ctx->slock, lock_flags);
1082 spin_unlock_irqrestore(&ctx->slock, lock_flags);
1095 spin_unlock_irqrestore(&ctx->slock, lock_flag
[all...]
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-vbi.c171 /* This is called *without* dev->slock held; please keep it that way */
196 spin_lock_irqsave(&dev->vbi_mode.slock, flags);
198 spin_unlock_irqrestore(&dev->vbi_mode.slock, flags);
208 spin_lock_irqsave(&dev->vbi_mode.slock, flags);
214 spin_unlock_irqrestore(&dev->vbi_mode.slock, flags);
280 spin_lock_irqsave(&dev->vbi_mode.slock, flags);
282 spin_unlock_irqrestore(&dev->vbi_mode.slock, flags);
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-core.c267 spin_lock_irqsave(&dev->slock, flags);
284 spin_unlock_irqrestore(&dev->slock, flags);
306 assert_spin_locked(&dev->slock);
335 spin_lock_irqsave(&dev->slock, flags);
349 spin_unlock_irqrestore(&dev->slock, flags);
358 spin_lock_irqsave(&dev->slock, flags);
366 spin_unlock_irqrestore(&dev->slock, flags);
379 assert_spin_locked(&dev->slock);
671 spin_lock_init(&dev->slock);
1352 assert_spin_locked(&dev->slock);
[all...]

Completed in 333 milliseconds

1234567