Home
last modified time | relevance | path

Searched refs:port_lock (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pcmcia/
H A Dpd6729.c57 static DEFINE_SPINLOCK(port_lock);
68 spin_lock_irqsave(&port_lock, flags); in indirect_read()
73 spin_unlock_irqrestore(&port_lock, flags); in indirect_read()
85 spin_lock_irqsave(&port_lock, flags); in indirect_read16()
93 spin_unlock_irqrestore(&port_lock, flags); in indirect_read16()
104 spin_lock_irqsave(&port_lock, flags); in indirect_write()
109 spin_unlock_irqrestore(&port_lock, flags); in indirect_write()
119 spin_lock_irqsave(&port_lock, flags); in indirect_setbit()
127 spin_unlock_irqrestore(&port_lock, flags); in indirect_setbit()
137 spin_lock_irqsave(&port_lock, flags); in indirect_resetbit()
[all …]
/linux/drivers/usb/host/
H A Dxhci-dbgcap.h124 spinlock_t port_lock; /* port access */ member
/linux/drivers/soundwire/
H A Dqcom.c201 struct mutex port_lock; member
1222 mutex_lock(&ctrl->port_lock); in qcom_swrm_stream_free_ports()
1230 mutex_unlock(&ctrl->port_lock); in qcom_swrm_stream_free_ports()
1262 guard(mutex)(&ctrl->port_lock); in qcom_swrm_stream_alloc_ports()
1612 mutex_init(&ctrl->port_lock);