Searched refs:port_lock (Results 1 - 7 of 7) sorted by relevance

/drivers/usb/gadget/
H A Du_serial.c97 spinlock_t port_lock; /* guard port_* access */ member in struct:gs_port
330 * Called with port_lock held.
354 * Context: caller owns port_lock; port_usb is non-null.
358 __releases(&port->port_lock)
359 __acquires(&port->port_lock)
397 spin_unlock(&port->port_lock);
399 spin_lock(&port->port_lock);
421 * Context: caller owns port_lock, and port_usb is set
425 __releases(&port->port_lock)
426 __acquires(&port->port_lock)
[all...]
/drivers/pcmcia/
H A Di82092.c179 static DEFINE_SPINLOCK(port_lock);
188 spin_lock_irqsave(&port_lock,flags);
193 spin_unlock_irqrestore(&port_lock,flags);
203 spin_lock_irqsave(&port_lock,flags);
211 spin_unlock_irqrestore(&port_lock,flags);
220 spin_lock_irqsave(&port_lock,flags);
225 spin_unlock_irqrestore(&port_lock,flags);
233 spin_lock_irqsave(&port_lock,flags);
241 spin_unlock_irqrestore(&port_lock,flags);
250 spin_lock_irqsave(&port_lock,flag
[all...]
H A Dpd6729.c57 static DEFINE_SPINLOCK(port_lock);
68 spin_lock_irqsave(&port_lock, flags);
73 spin_unlock_irqrestore(&port_lock, flags);
85 spin_lock_irqsave(&port_lock, flags);
93 spin_unlock_irqrestore(&port_lock, flags);
104 spin_lock_irqsave(&port_lock, flags);
109 spin_unlock_irqrestore(&port_lock, flags);
119 spin_lock_irqsave(&port_lock, flags);
127 spin_unlock_irqrestore(&port_lock, flags);
137 spin_lock_irqsave(&port_lock, flag
[all...]
/drivers/staging/ozwpan/
H A Dozhcd.c105 spinlock_t port_lock; member in struct:oz_port
603 spin_lock(&port->port_lock);
606 spin_unlock(&port->port_lock);
609 spin_unlock(&port->port_lock);
663 spin_lock(&port->port_lock);
665 spin_unlock(&port->port_lock);
669 spin_lock_bh(&port->port_lock);
684 spin_unlock_bh(&port->port_lock);
700 spin_lock_bh(&port->port_lock);
704 spin_unlock_bh(&port->port_lock);
[all...]
/drivers/infiniband/core/
H A Duser_mad.c131 static DEFINE_SPINLOCK(port_lock);
1003 spin_lock(&port_lock);
1006 spin_unlock(&port_lock);
1011 spin_lock(&port_lock);
1020 spin_unlock(&port_lock);
/drivers/net/ethernet/ibm/ehea/
H A Dehea.h452 struct mutex port_lock; member in struct:ehea_port
H A Dehea_main.c2441 mutex_lock(&port->port_lock);
2451 mutex_unlock(&port->port_lock);
2495 mutex_lock(&port->port_lock);
2499 mutex_unlock(&port->port_lock);
2719 mutex_lock(&port->port_lock);
2738 mutex_unlock(&port->port_lock);
2762 mutex_lock(&port->port_lock);
2767 mutex_unlock(&port->port_lock);
2771 mutex_unlock(&port->port_lock);
2803 mutex_lock(&port->port_lock);
[all...]

Completed in 638 milliseconds