Searched refs:mutex (Results 276 - 300 of 1917) sorted by relevance

<<11121314151617181920>>

/drivers/gpu/drm/nouveau/core/core/
H A Dengctx.c150 mutex_lock(&pardev->mutex);
152 mutex_unlock(&pardev->mutex);
177 mutex_lock(&pardev->mutex);
179 mutex_unlock(&pardev->mutex);
/drivers/gpu/drm/nouveau/core/
H A Dos.h6 #include <linux/mutex.h>
/drivers/gpu/drm/nouveau/nvif/
H A Dos.h6 #include <linux/mutex.h>
/drivers/gpu/drm/radeon/
H A Dradeon_vm.c179 * Global and local mutex must be locked!
234 * Global and local mutex must be locked!
260 * Global and local mutex must be locked!
338 mutex_lock(&vm->mutex);
340 mutex_unlock(&vm->mutex);
483 mutex_lock(&vm->mutex);
490 mutex_unlock(&vm->mutex);
518 mutex_unlock(&vm->mutex);
546 /* drop mutex to allocate and clear page table */
547 mutex_unlock(&vm->mutex);
[all...]
/drivers/gpu/host1x/
H A Dcdma.h69 struct mutex lock; /* controls access to shared state */
/drivers/hid/
H A Dhid-roccat-isku.h95 struct mutex isku_lock;
H A Dwacom.h113 struct mutex lock;
/drivers/hid/usbhid/
H A Dusbhid.h30 #include <linux/mutex.h>
/drivers/i2c/busses/
H A Di2c-designware-core.h73 struct mutex lock;
/drivers/infiniband/core/
H A Duverbs.h42 #include <linux/mutex.h>
96 struct mutex xrcd_tree_mutex;
112 struct mutex mutex; member in struct:ib_uverbs_file
/drivers/infiniband/hw/usnic/
H A Dusnic_ib.h62 struct mutex usdev_lock;
/drivers/input/keyboard/
H A Dst-keyscan.c225 mutex_lock(&input->mutex);
232 mutex_unlock(&input->mutex);
243 mutex_lock(&input->mutex);
250 mutex_unlock(&input->mutex);
/drivers/input/misc/
H A Dgp2ap002a00f.c238 mutex_lock(&dt->input->mutex);
241 mutex_unlock(&dt->input->mutex);
256 mutex_lock(&dt->input->mutex);
259 mutex_unlock(&dt->input->mutex);
/drivers/media/platform/davinci/
H A Dvpif_capture.h75 struct mutex lock;
H A Dvpif_display.h84 struct mutex lock; /* lock used to access this
/drivers/media/platform/s5p-tv/
H A Dmixer.h176 /** mutex for protection of fields below */
177 struct mutex mutex; member in struct:mxr_layer
219 /** other resources, should used under mxr_device.mutex */
258 /** mutex for protection of fields below */
259 struct mutex mutex; member in struct:mxr_device
277 /** get current output data, should be called under mdev's mutex */
283 /** get current output subdev, should be called under mdev's mutex */
/drivers/media/radio/
H A Dradio-isa.h41 struct mutex lock;
/drivers/media/usb/au0828/
H A Dau0828.h99 struct mutex lock;
198 struct mutex mutex; member in struct:au0828_dev
254 struct mutex lock;
/drivers/media/usb/dvb-usb/
H A Dvp702x.h102 struct mutex buf_mutex;
/drivers/misc/mic/host/
H A Dmic_virtio.h61 struct mutex vr_mutex;
/drivers/net/ethernet/ibm/emac/
H A Dtah.h45 struct mutex lock;
/drivers/net/wireless/iwlwifi/dvm/
H A Dscan.c112 lockdep_assert_held(&priv->mutex);
163 lockdep_assert_held(&priv->mutex);
182 lockdep_assert_held(&priv->mutex);
221 lockdep_assert_held(&priv->mutex);
239 * to execute at best as soon as we release the mutex.
668 lockdep_assert_held(&priv->mutex);
950 lockdep_assert_held(&priv->mutex);
1009 mutex_lock(&priv->mutex);
1024 mutex_unlock(&priv->mutex);
1037 mutex_lock(&priv->mutex);
[all...]
/drivers/of/
H A Dof_private.h34 extern struct mutex of_mutex;
/drivers/pci/hotplug/
H A Dpciehp.h38 #include <linux/mutex.h>
78 struct mutex lock;
79 struct mutex hotplug_lock;
90 struct mutex ctrl_lock; /* controller lock */
/drivers/s390/char/
H A Dvmur.h64 struct mutex io_mutex; /* Serialises device IO */

Completed in 3469 milliseconds

<<11121314151617181920>>