Lines Matching refs:mbx_lock
203 spinlock_t mbx_lock; /* CANME register needs protection */ member
482 spin_lock_irqsave(&priv->mbx_lock, flags); in ti_hecc_xmit()
484 spin_unlock_irqrestore(&priv->mbx_lock, flags); in ti_hecc_xmit()
491 spin_unlock_irqrestore(&priv->mbx_lock, flags); in ti_hecc_xmit()
513 spin_lock_irqsave(&priv->mbx_lock, flags); in ti_hecc_xmit()
520 spin_unlock_irqrestore(&priv->mbx_lock, flags); in ti_hecc_xmit()
561 spin_lock_irqsave(&priv->mbx_lock, flags); in ti_hecc_rx_pkt()
567 spin_unlock_irqrestore(&priv->mbx_lock, flags); in ti_hecc_rx_pkt()
622 spin_lock_irqsave(&priv->mbx_lock, flags); in ti_hecc_rx_poll()
626 spin_unlock_irqrestore(&priv->mbx_lock, flags); in ti_hecc_rx_poll()
769 spin_lock_irqsave(&priv->mbx_lock, flags); in ti_hecc_interrupt()
771 spin_unlock_irqrestore(&priv->mbx_lock, flags); in ti_hecc_interrupt()
950 spin_lock_init(&priv->mbx_lock); in ti_hecc_probe()