Home
last modified time | relevance | path

Searched refs:devices_lock (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/host1x/
Dbus.c23 static DEFINE_MUTEX(devices_lock);
297 mutex_lock(&host1x->devices_lock); in host1x_add_client()
303 mutex_unlock(&host1x->devices_lock); in host1x_add_client()
309 mutex_unlock(&host1x->devices_lock); in host1x_add_client()
319 mutex_lock(&host1x->devices_lock); in host1x_del_client()
325 mutex_unlock(&host1x->devices_lock); in host1x_del_client()
331 mutex_unlock(&host1x->devices_lock); in host1x_del_client()
529 mutex_lock(&host1x->devices_lock); in host1x_attach_driver()
533 mutex_unlock(&host1x->devices_lock); in host1x_attach_driver()
542 mutex_unlock(&host1x->devices_lock); in host1x_attach_driver()
[all …]
Ddev.h146 struct mutex devices_lock; member
Ddev.c408 mutex_init(&host->devices_lock); in host1x_probe()
/drivers/hid/
Dhid-roccat.c71 static DEFINE_MUTEX(devices_lock);
159 mutex_lock(&devices_lock); in roccat_open()
197 mutex_unlock(&devices_lock); in roccat_open()
209 mutex_lock(&devices_lock); in roccat_release()
213 mutex_unlock(&devices_lock); in roccat_release()
233 mutex_unlock(&devices_lock); in roccat_release()
308 mutex_lock(&devices_lock); in roccat_connect()
319 mutex_unlock(&devices_lock); in roccat_connect()
330 mutex_unlock(&devices_lock); in roccat_connect()
336 mutex_unlock(&devices_lock); in roccat_connect()
[all …]
/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c988 spin_lock_irqsave(&smmu_domain->devices_lock, flags); in arm_smmu_sync_cd()
995 spin_unlock_irqrestore(&smmu_domain->devices_lock, flags); in arm_smmu_sync_cd()
1828 spin_lock_irqsave(&smmu_domain->devices_lock, flags); in arm_smmu_atc_inv_domain()
1838 spin_unlock_irqrestore(&smmu_domain->devices_lock, flags); in arm_smmu_atc_inv_domain()
2037 spin_lock_init(&smmu_domain->devices_lock); in arm_smmu_domain_alloc()
2395 spin_lock_irqsave(&smmu_domain->devices_lock, flags); in arm_smmu_detach_dev()
2397 spin_unlock_irqrestore(&smmu_domain->devices_lock, flags); in arm_smmu_detach_dev()
2469 spin_lock_irqsave(&smmu_domain->devices_lock, flags); in arm_smmu_attach_dev()
2471 spin_unlock_irqrestore(&smmu_domain->devices_lock, flags); in arm_smmu_attach_dev()
Darm-smmu-v3.h735 spinlock_t devices_lock; member