Lines Matching defs:tx_lock
86 * @tx_lock: synchronizes operations on the tx fifo
106 spinlock_t tx_lock;
343 spin_lock_irqsave(&glink->tx_lock, flags);
366 /* Wait without holding the tx_lock */
367 spin_unlock_irqrestore(&glink->tx_lock, flags);
372 spin_lock_irqsave(&glink->tx_lock, flags);
382 spin_unlock_irqrestore(&glink->tx_lock, flags);
1808 spin_lock_init(&glink->tx_lock);
1853 spin_lock_irqsave(&glink->tx_lock, flags);
1856 spin_unlock_irqrestore(&glink->tx_lock, flags);