Searched refs:slock (Results 76 - 100 of 152) sorted by relevance

1234567

/linux-master/drivers/media/pci/cx88/
H A Dcx88-video.c549 spin_lock_irqsave(&dev->slock, flags);
557 spin_unlock_irqrestore(&dev->slock, flags);
1086 spin_lock(&dev->slock);
1089 spin_unlock(&dev->slock);
1094 spin_lock(&dev->slock);
1097 spin_unlock(&dev->slock);
1299 spin_lock_init(&dev->slock);
1561 spin_lock_irqsave(&dev->slock, flags);
1570 spin_unlock_irqrestore(&dev->slock, flags);
1597 spin_lock_irqsave(&dev->slock, flag
[all...]
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-ts.c312 spin_lock(&dev->slock);
327 spin_unlock(&dev->slock);
/linux-master/drivers/media/platform/nxp/
H A Dimx-mipi-csis.c329 spinlock_t slock; /* Protect events */ member in struct:mipi_csis_device
756 spin_lock_irqsave(&csis->slock, flags);
768 spin_unlock_irqrestore(&csis->slock, flags);
833 spin_lock_irqsave(&csis->slock, flags);
836 spin_unlock_irqrestore(&csis->slock, flags);
846 spin_lock_irqsave(&csis->slock, flags);
854 spin_unlock_irqrestore(&csis->slock, flags);
1408 spin_lock_init(&csis->slock);
/linux-master/drivers/iio/adc/
H A Dti-tsc2046.c168 struct mutex slock; member in struct:tsc2046_adc_priv
445 mutex_lock(&priv->slock);
447 mutex_unlock(&priv->slock);
492 mutex_lock(&priv->slock);
509 mutex_unlock(&priv->slock);
848 mutex_init(&priv->slock);
/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_video.c238 spin_lock_irqsave(&dev->slock,flags);
249 spin_unlock_irqrestore(&dev->slock, flags);
579 spin_lock_irqsave(&dev->slock, flags);
582 spin_unlock_irqrestore(&dev->slock, flags);
711 spin_lock(&dev->slock);
719 spin_unlock(&dev->slock);
/linux-master/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c1856 spin_lock_irqsave(&jpeg->slock, flags);
1858 spin_unlock_irqrestore(&jpeg->slock, flags);
1908 spin_lock_irqsave(&ctx->jpeg->slock, flags);
1913 spin_unlock_irqrestore(&ctx->jpeg->slock, flags);
1922 spin_lock_irqsave(&ctx->jpeg->slock, flags);
1936 spin_unlock_irqrestore(&ctx->jpeg->slock, flags);
2034 spin_lock_irqsave(&ctx->jpeg->slock, flags);
2105 spin_unlock_irqrestore(&ctx->jpeg->slock, flags);
2195 spin_lock_irqsave(&jpeg->slock, flags);
2266 spin_unlock_irqrestore(&jpeg->slock, flag
[all...]
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-video.c111 spin_lock(&dev->slock);
121 spin_unlock(&dev->slock);
282 spin_lock_irqsave(&dev->slock, flags);
290 spin_unlock_irqrestore(&dev->slock, flags);
675 spin_lock_init(&dev->slock);
/linux-master/include/net/
H A Dsock.h84 spinlock_t slock; member in struct:__anon124
90 * the slock as a lock variant (in addition to
91 * the slock itself):
1648 * Mark both the sk_lock and the sk_lock.slock as a
1655 spin_lock_init(&(sk)->sk_lock.slock); \
1658 lockdep_set_class_and_name(&(sk)->sk_lock.slock, \
1666 lockdep_is_held(&sk->sk_lock.slock);
1681 #define bh_lock_sock(__sk) spin_lock(&((__sk)->sk_lock.slock))
1683 spin_lock_nested(&((__sk)->sk_lock.slock), \
1685 #define bh_unlock_sock(__sk) spin_unlock(&((__sk)->sk_lock.slock))
[all...]
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-video.c471 spin_lock_irqsave(&dev->slock, flags);
485 spin_unlock_irqrestore(&dev->slock, flags);
506 spin_lock_irqsave(&dev->slock, flags);
514 spin_unlock_irqrestore(&dev->slock, flags);
1139 spin_lock(&dev->slock);
1142 spin_unlock(&dev->slock);
H A Dcx23885-core.c742 spin_lock_init(&port->slock);
877 spin_lock_init(&dev->slock);
1628 spin_lock_irqsave(&dev->slock, flags);
1642 spin_unlock_irqrestore(&dev->slock, flags);
1653 spin_lock_irqsave(&port->slock, flags);
1663 spin_unlock_irqrestore(&port->slock, flags);
1717 spin_lock(&port->slock);
1719 spin_unlock(&port->slock);
1766 spin_lock(&port->slock);
1769 spin_unlock(&port->slock);
[all...]
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx.h614 spinlock_t slock; /* Protects struct em28xx_audio */ member in struct:em28xx_audio
716 spinlock_t slock; /* Protects em28xx video/vbi/dvb IRQ stream data */ member in struct:em28xx
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-out.c57 spin_lock(&dev->slock);
80 spin_unlock(&dev->slock);
H A Dvivid-vbi-cap.c177 spin_lock(&dev->slock);
179 spin_unlock(&dev->slock);
H A Dvivid-touch-cap.c65 spin_lock(&dev->slock);
67 spin_unlock(&dev->slock);
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6asm.c258 spinlock_t slock; member in struct:q6asm
558 spin_lock_irqsave(&a->slock, flags);
560 spin_unlock_irqrestore(&a->slock, flags);
582 spin_lock_irqsave(&a->slock, flags);
597 spin_unlock_irqrestore(&a->slock, flags);
860 spin_lock_irqsave(&a->slock, flags);
862 spin_unlock_irqrestore(&a->slock, flags);
1728 spin_lock_init(&q6asm->slock);
/linux-master/net/core/
H A Dsock.c207 * one slock key per address family and separate keys for internal and
244 _sock_locks("slock-")
254 _sock_locks("k-slock-")
2951 __releases(&sk->sk_lock.slock)
2952 __acquires(&sk->sk_lock.slock)
2959 spin_unlock_bh(&sk->sk_lock.slock);
2961 spin_lock_bh(&sk->sk_lock.slock);
2969 __releases(&sk->sk_lock.slock)
2970 __acquires(&sk->sk_lock.slock)
2977 spin_unlock_bh(&sk->sk_lock.slock);
[all...]
/linux-master/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-vchiq.c1320 spin_lock_irqsave(&port->slock, flags);
1338 spin_unlock_irqrestore(&port->slock, flags);
1600 spin_lock_irqsave(&port->slock, flags);
1602 spin_unlock_irqrestore(&port->slock, flags);
1678 spin_lock_init(&component->control.slock);
1688 spin_lock_init(&component->input[idx].slock);
1699 spin_lock_init(&component->output[idx].slock);
1710 spin_lock_init(&component->clock[idx].slock);
/linux-master/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.h268 * @slock: spinlock protecting CAMIF registers
305 spinlock_t slock; member in struct:camif_dev
/linux-master/drivers/pinctrl/
H A Dpinctrl-rockchip.h307 * @slock: spinlock for the gpio bank
335 raw_spinlock_t slock; member in struct:rockchip_pin_bank
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is.h241 * @slock: spinlock protecting this data structure and the hw registers
275 spinlock_t slock; member in struct:fimc_is
/linux-master/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss.h153 spinlock_t slock; /* control the use of the device */ member in struct:sun4i_ss_ctx
H A Dsun4i-ss-cipher.c60 spin_lock_irqsave(&ss->slock, flags);
144 spin_unlock_irqrestore(&ss->slock, flags);
252 spin_lock_irqsave(&ss->slock, flags);
391 spin_unlock_irqrestore(&ss->slock, flags);
/linux-master/drivers/media/pci/tw68/
H A Dtw68-video.c413 spin_lock_irqsave(&dev->slock, flags);
425 spin_unlock_irqrestore(&dev->slock, flags);
986 spin_lock(&dev->slock);
989 spin_unlock(&dev->slock);
/linux-master/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c363 mutex_lock(&ctx->slock);
365 mutex_unlock(&ctx->slock);
372 mutex_lock(&ctx->slock);
374 mutex_unlock(&ctx->slock);
1067 mutex_init(&ctx->slock);
/linux-master/drivers/pmdomain/
H A Dcore.c79 __acquires(&genpd->slock)
83 spin_lock_irqsave(&genpd->slock, flags);
89 __acquires(&genpd->slock)
93 spin_lock_irqsave_nested(&genpd->slock, flags, depth);
98 __acquires(&genpd->slock)
102 spin_lock_irqsave(&genpd->slock, flags);
108 __releases(&genpd->slock)
110 spin_unlock_irqrestore(&genpd->slock, genpd->lock_flags);
2072 spin_lock_init(&genpd->slock);

Completed in 267 milliseconds

1234567