Lines Matching refs:mbx_lock
221 spinlock_t mbx_lock; /* CANME register needs protection */ member
497 spin_lock_irqsave(&priv->mbx_lock, flags); in ti_hecc_xmit()
499 spin_unlock_irqrestore(&priv->mbx_lock, flags); in ti_hecc_xmit()
506 spin_unlock_irqrestore(&priv->mbx_lock, flags); in ti_hecc_xmit()
528 spin_lock_irqsave(&priv->mbx_lock, flags); in ti_hecc_xmit()
535 spin_unlock_irqrestore(&priv->mbx_lock, flags); in ti_hecc_xmit()
576 spin_lock_irqsave(&priv->mbx_lock, flags); in ti_hecc_rx_pkt()
582 spin_unlock_irqrestore(&priv->mbx_lock, flags); in ti_hecc_rx_pkt()
637 spin_lock_irqsave(&priv->mbx_lock, flags); in ti_hecc_rx_poll()
641 spin_unlock_irqrestore(&priv->mbx_lock, flags); in ti_hecc_rx_poll()
781 spin_lock_irqsave(&priv->mbx_lock, flags); in ti_hecc_interrupt()
783 spin_unlock_irqrestore(&priv->mbx_lock, flags); in ti_hecc_interrupt()
933 spin_lock_init(&priv->mbx_lock); in ti_hecc_probe()