Searched refs:mtx (Results 26 - 50 of 65) sorted by relevance

123

/linux-master/drivers/media/platform/ti/omap/
H A Domap_voutdef.h102 struct mutex mtx; member in struct:omap2video_device
/linux-master/include/linux/usb/
H A Dcdc_ncm.h115 spinlock_t mtx; member in struct:cdc_ncm_ctx
/linux-master/drivers/watchdog/
H A Dpcwd_usb.c144 struct mutex mtx; member in struct:usb_pcwd_private
652 mutex_init(&usb_pcwd->mtx);
781 mutex_lock(&usb_pcwd->mtx);
795 mutex_unlock(&usb_pcwd->mtx);
H A DMakefile169 obj-$(CONFIG_WDT_MTX1) += mtx-1_wdt.o
/linux-master/drivers/iio/
H A Dindustrialio-core.c590 const struct iio_mount_matrix *mtx; local
592 mtx = ((iio_get_mount_matrix_t *)priv)(indio_dev, chan);
593 if (IS_ERR(mtx))
594 return PTR_ERR(mtx);
596 if (!mtx)
597 mtx = &iio_mount_idmatrix;
600 mtx->rotation[0], mtx->rotation[1], mtx->rotation[2],
601 mtx
[all...]
/linux-master/drivers/staging/vme_user/
H A Dvme_tsi148.c1797 mutex_lock(&ctrlr->mtx);
1808 mutex_unlock(&ctrlr->mtx);
1818 mutex_unlock(&ctrlr->mtx);
1861 mutex_lock(&ctrlr->mtx);
1863 mutex_unlock(&ctrlr->mtx);
1912 mutex_lock(&lm->mtx);
1917 mutex_unlock(&lm->mtx);
1937 mutex_unlock(&lm->mtx);
1957 mutex_unlock(&lm->mtx);
1973 mutex_lock(&lm->mtx);
[all...]
/linux-master/net/wireless/
H A Dcore.c232 lockdep_assert_held(&rdev->wiphy.mtx);
257 lockdep_assert_held(&rdev->wiphy.mtx);
525 mutex_init(&rdev->wiphy.mtx);
1058 lockdep_assert_held(&rdev->wiphy.mtx);
1159 mutex_destroy(&rdev->wiphy.mtx);
1197 lockdep_assert_held(&rdev->wiphy.mtx);
1272 lockdep_assert_held(&rdev->wiphy.mtx);
1285 lockdep_assert_held(&rdev->wiphy.mtx);
1396 lockdep_assert_held(&rdev->wiphy.mtx);
1432 lockdep_assert_held(&rdev->wiphy.mtx);
[all...]
H A Dchan.c665 lockdep_assert_held(&rdev->wiphy.mtx);
1483 lockdep_assert_held(&rdev->wiphy.mtx);
1565 lockdep_assert_held(&rdev->wiphy.mtx);
H A Dscan.c1060 lockdep_assert_held(&rdev->wiphy.mtx);
1157 lockdep_assert_held(&rdev->wiphy.mtx);
1165 lockdep_assert_held(&rdev->wiphy.mtx);
1177 lockdep_is_held(&rdev->wiphy.mtx)) {
1265 lockdep_assert_held(&wiphy->mtx);
1285 lockdep_assert_held(&rdev->wiphy.mtx);
1305 lockdep_assert_held(&rdev->wiphy.mtx);
H A Dibss.c95 lockdep_assert_held(&rdev->wiphy.mtx);
/linux-master/drivers/net/dsa/microchip/
H A Dksz_common.h601 struct mutex *mtx = __mtx; local
602 mutex_lock(mtx);
607 struct mutex *mtx = __mtx; local
608 mutex_unlock(mtx);
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dsdio.c823 mutex_lock(&irq_data->mtx);
836 mutex_unlock(&irq_data->mtx);
894 mutex_lock(&irq_data->mtx);
922 mutex_unlock(&irq_data->mtx);
940 mutex_lock(&irq_data->mtx);
992 mutex_unlock(&irq_data->mtx);
1558 mutex_lock(&irq_data->mtx);
1566 mutex_unlock(&irq_data->mtx);
1686 mutex_lock(&irq_data->mtx);
1723 mutex_unlock(&irq_data->mtx);
[all...]
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsched.c997 struct mutex *mtx = &cbe_spu_info[node].list_mutex; local
999 mutex_lock(mtx);
1006 mutex_unlock(mtx);
1008 mutex_lock(mtx);
1012 mutex_unlock(mtx);
/linux-master/drivers/net/usb/
H A Dcdc_ncm.c298 spin_lock_bh(&ctx->mtx);
302 spin_unlock_bh(&ctx->mtx);
348 spin_lock_bh(&ctx->mtx);
353 spin_unlock_bh(&ctx->mtx);
840 spin_lock_init(&ctx->mtx);
1502 spin_lock(&ctx->mtx);
1506 spin_unlock(&ctx->mtx);
1509 spin_unlock(&ctx->mtx);
1514 spin_unlock(&ctx->mtx);
1534 spin_lock_bh(&ctx->mtx);
[all...]
H A Dcdc_mbim.c293 spin_lock_bh(&ctx->mtx);
295 spin_unlock_bh(&ctx->mtx);
/linux-master/net/mac80211/
H A Ddriver-ops.c578 lockdep_is_held(&local->hw.wiphy->mtx));
598 lockdep_is_held(&local->hw.wiphy->mtx));
H A Dchan.c77 lockdep_is_held(&local->hw.wiphy->mtx));
807 lockdep_is_held(&local->hw.wiphy->mtx));
965 lockdep_is_held(&local->hw.wiphy->mtx));
1684 lockdep_is_held(&local->hw.wiphy->mtx));
1907 lockdep_is_held(&local->hw.wiphy->mtx));
H A Dsta_info.c341 lockdep_is_held(&local->hw.wiphy->mtx)) {
890 lockdep_is_held(&local->hw.wiphy->mtx));
1248 lockdep_is_held(&local->hw.wiphy->mtx));
2941 lockdep_is_held(&sdata->local->hw.wiphy->mtx));
3024 return lockdep_is_held(&sta->local->hw.wiphy->mtx);
H A Dagg-rx.c75 lockdep_is_held(&sta->local->hw.wiphy->mtx));
/linux-master/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h382 struct mutex mtx; /* locks this structure */ member in struct:at76_priv
/linux-master/include/media/
H A Ddvb_frontend.h512 struct mutex mtx; member in struct:dvb_fe_events
/linux-master/tools/tracing/latency/
H A Dlatency-collector.c324 static __always_inline void mutex_lock(pthread_mutex_t *mtx) argument
326 errno = pthread_mutex_lock(mtx);
332 static __always_inline void mutex_unlock(pthread_mutex_t *mtx) argument
334 errno = pthread_mutex_unlock(mtx);
/linux-master/drivers/media/dvb-core/
H A Ddvb_frontend.c251 mutex_lock(&events->mtx);
265 mutex_unlock(&events->mtx);
316 mutex_lock(&events->mtx);
319 mutex_unlock(&events->mtx);
329 mutex_lock(&events->mtx);
331 mutex_unlock(&events->mtx);
3043 mutex_init(&fepriv->events.mtx);
/linux-master/include/net/
H A Dcfg80211.h5401 * @mtx: mutex for the data (structures) of this device
5617 struct mutex mtx; member in struct:wiphy
5880 #define lockdep_assert_wiphy(wiphy) lockdep_assert_held(&(wiphy)->mtx)
5891 rcu_dereference_check(p, lockdep_is_held(&wiphy->mtx))
5894 * wiphy_dereference - fetch RCU pointer when updates are prevented by wiphy mtx
5902 rcu_dereference_protected(p, lockdep_is_held(&wiphy->mtx))
5951 __acquires(&wiphy->mtx)
5953 mutex_lock(&wiphy->mtx);
5954 __acquire(&wiphy->mtx);
5962 __releases(&wiphy->mtx)
[all...]
/linux-master/drivers/media/i2c/
H A Dov9650.c488 static const u8 mtx[] = { local
495 for (i = 0; i < ARRAY_SIZE(mtx); i++) {
496 int ret = ov965x_write(ov965x, addr, mtx[i]);

Completed in 324 milliseconds

123