Home
last modified time | relevance | path

Searched refs:mmio_lock (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_css20.c41 static DEFINE_SPINLOCK(mmio_lock);
61 spin_lock_irqsave(&mmio_lock, flags); in atomisp_css2_hw_store_8()
63 spin_unlock_irqrestore(&mmio_lock, flags); in atomisp_css2_hw_store_8()
71 spin_lock_irqsave(&mmio_lock, flags); in atomisp_css2_hw_store_16()
73 spin_unlock_irqrestore(&mmio_lock, flags); in atomisp_css2_hw_store_16()
81 spin_lock_irqsave(&mmio_lock, flags); in atomisp_css2_hw_store_32()
83 spin_unlock_irqrestore(&mmio_lock, flags); in atomisp_css2_hw_store_32()
92 spin_lock_irqsave(&mmio_lock, flags); in atomisp_css2_hw_load_8()
94 spin_unlock_irqrestore(&mmio_lock, flags); in atomisp_css2_hw_load_8()
104 spin_lock_irqsave(&mmio_lock, flags); in atomisp_css2_hw_load_16()
[all …]
/linux/arch/powerpc/platforms/cell/spufs/
H A Dcontext.c37 spin_lock_init(&ctx->mmio_lock); in alloc_spu_context()
H A Dspufs.h70 spinlock_t mmio_lock; /* protects mmio access */ member
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_device.h208 struct mutex mmio_lock; member
/linux/drivers/nvme/target/
H A Dpci-epf.c217 struct mutex mmio_lock; member
449 mutex_lock(&nvme_epf->mmio_lock); in nvmet_pci_epf_mmio_transfer()
476 mutex_unlock(&nvme_epf->mmio_lock); in nvmet_pci_epf_mmio_transfer()
2463 ret = devm_mutex_init(&epf->dev, &nvme_epf->mmio_lock); in nvmet_pci_epf_probe()