Searched refs:mutex (Results 226 - 250 of 1917) sorted by relevance

1234567891011>>

/drivers/media/firewire/
H A Dfiredtv.h21 #include <linux/mutex.h>
91 struct mutex avc_mutex;
105 struct mutex demux_mutex;
/drivers/misc/sgi-xp/
H A Dxp.h16 #include <linux/mutex.h>
268 struct mutex mutex; member in struct:xpc_registration
/drivers/net/wireless/rsi/
H A Drsi_main.h164 struct mutex mutex; member in struct:rsi_common
166 struct mutex tx_rxlock;
/drivers/macintosh/
H A Dwindfarm_smu_sat.c16 #include <linux/mutex.h>
39 struct mutex mutex; member in struct:wf_sat
157 mutex_lock(&sat->mutex);
176 mutex_unlock(&sat->mutex);
224 mutex_init(&sat->mutex);
/drivers/media/pci/solo6x10/
H A Dsolo6x10.h26 #include <linux/mutex.h>
127 struct mutex mutex; member in struct:solo_p2m_dev
154 struct mutex lock;
213 struct mutex i2c_mutex;
277 struct mutex lock;
/drivers/media/platform/omap3isp/
H A Dispcsiphy.c270 mutex_lock(&phy->mutex);
294 mutex_unlock(&phy->mutex);
300 mutex_lock(&phy->mutex);
315 mutex_unlock(&phy->mutex);
331 mutex_init(&phy2->mutex);
339 mutex_init(&phy1->mutex);
/drivers/media/usb/tm6000/
H A Dtm6000-dvb.c200 mutex_lock(&dvb->mutex);
207 mutex_unlock(&dvb->mutex);
220 mutex_lock(&dvb->mutex);
229 mutex_unlock(&dvb->mutex);
265 mutex_init(&dvb->mutex);
394 mutex_destroy(&dvb->mutex);
/drivers/net/wireless/iwlwifi/mvm/
H A Dtt.c144 lockdep_assert_held(&mvm->mutex);
179 mutex_lock(&mvm->mutex);
202 mutex_unlock(&mvm->mutex);
208 mutex_unlock(&mvm->mutex);
219 lockdep_assert_held(&mvm->mutex);
240 lockdep_is_held(&mvm->mutex));
/drivers/phy/
H A Dphy-sun4i-usb.c29 #include <linux/mutex.h>
66 struct mutex mutex; member in struct:sun4i_usb_phy_data
89 mutex_lock(&phy_data->mutex);
121 mutex_unlock(&phy_data->mutex);
236 mutex_init(&data->mutex);
/drivers/acpi/acpica/
H A Devglock.c200 * the global lock appear as a standard mutex on the OS side.
217 acpi_ex_system_wait_mutex(acpi_gbl_global_lock_mutex->mutex.
238 * treat the lock as a standard mutex.
338 /* Release the local GL mutex */
340 acpi_os_release_mutex(acpi_gbl_global_lock_mutex->mutex.os_mutex);
/drivers/acpi/
H A Dinternal.h125 struct mutex mutex; member in struct:acpi_ec
/drivers/base/
H A Dbase.h9 * @mutex - protect the devices, and interfaces lists.
32 struct mutex mutex; member in struct:subsys_private
/drivers/crypto/qat/qat_dh895xcc/
H A Dadf_admin.c48 #include <linux/mutex.h>
63 struct mutex lock; /* protects adf_admin_comms struct */
/drivers/gpu/drm/radeon/
H A Datombios_i2c.c50 mutex_lock(&chan->mutex);
100 mutex_unlock(&chan->mutex);
H A Dradeon_prime.c76 mutex_lock(&rdev->gem.mutex);
78 mutex_unlock(&rdev->gem.mutex);
/drivers/gpu/ipu-v3/
H A Dipu-dc.c113 struct mutex mutex; member in struct:ipu_dc_priv
336 mutex_lock(&priv->mutex);
339 mutex_unlock(&priv->mutex);
345 mutex_unlock(&priv->mutex);
355 mutex_lock(&priv->mutex);
357 mutex_unlock(&priv->mutex);
373 mutex_init(&priv->mutex);
/drivers/hwmon/
H A Dlm70.c36 #include <linux/mutex.h>
51 struct mutex lock;
/drivers/input/joystick/iforce/
H A Diforce.h36 #include <linux/mutex.h>
131 struct mutex mem_mutex;
/drivers/input/
H A Dmousedev.c66 struct mutex mutex; member in struct:mousedev
426 retval = mutex_lock_interruptible(&mousedev->mutex);
438 mutex_unlock(&mousedev->mutex);
444 mutex_lock(&mousedev->mutex);
449 mutex_unlock(&mousedev->mutex);
454 * stream. Note that this function is called with mousedev_mix->mutex
461 error = mutex_lock_interruptible(&mixdev->mutex);
478 mutex_unlock(&mixdev->mutex);
484 * device. Note that this function is called with mousedev_mix->mutex
[all...]
/drivers/ipack/carriers/
H A Dtpci200.h41 /* writes to control should occur with the mutex held to protect
160 struct mutex mutex; member in struct:tpci200_board
/drivers/media/pci/bt8xx/
H A Dbt878.h28 #include <linux/mutex.h>
107 struct mutex gpio_lock;
H A Ddst_common.h27 #include <linux/mutex.h>
140 struct mutex dst_mutex;
/drivers/media/platform/exynos4-is/
H A Dfimc-isp.h156 * @video_lock: mutex serializing video device and the subdev operations
172 struct mutex video_lock;
173 struct mutex subdev_lock;
/drivers/media/platform/omap/
H A Domap_voutdef.h98 struct mutex mtx;
150 struct mutex lock;
/drivers/media/usb/stk1160/
H A Dstk1160.h161 struct mutex v4l_lock;
162 struct mutex vb_queue_lock;

Completed in 581 milliseconds

1234567891011>>