Lines Matching refs:lock

85 	spin_unlock(&udc->lock);  in done()
87 spin_lock(&udc->lock); in done()
336 spin_lock_irqsave(&udc->lock, flags); in at91_ep_enable()
357 spin_unlock_irqrestore(&udc->lock, flags); in at91_ep_enable()
370 spin_lock_irqsave(&udc->lock, flags); in at91_ep_disable()
385 spin_unlock_irqrestore(&udc->lock, flags); in at91_ep_disable()
449 spin_lock_irqsave(&udc->lock, flags); in at91_ep_queue()
512 spin_unlock_irqrestore(&udc->lock, flags); in at91_ep_queue()
526 spin_lock_irqsave(&udc->lock, flags); in at91_ep_dequeue()
534 spin_unlock_irqrestore(&udc->lock, flags); in at91_ep_dequeue()
539 spin_unlock_irqrestore(&udc->lock, flags); in at91_ep_dequeue()
556 spin_lock_irqsave(&udc->lock, flags); in at91_ep_set_halt()
581 spin_unlock_irqrestore(&udc->lock, flags); in at91_ep_set_halt()
615 spin_lock_irqsave(&udc->lock, flags); in at91_wakeup()
629 spin_unlock_irqrestore(&udc->lock, flags); in at91_wakeup()
673 spin_unlock(&udc->lock); in reset_gadget()
675 spin_lock(&udc->lock); in reset_gadget()
697 spin_unlock(&udc->lock); in stop_activity()
699 spin_lock(&udc->lock); in stop_activity()
752 spin_lock_irqsave(&udc->lock, flags); in at91_vbus_session()
758 spin_unlock_irqrestore(&udc->lock, flags); in at91_vbus_session()
767 spin_lock_irqsave(&udc->lock, flags); in at91_pullup()
770 spin_unlock_irqrestore(&udc->lock, flags); in at91_pullup()
779 spin_lock_irqsave(&udc->lock, flags); in at91_set_selfpowered()
781 spin_unlock_irqrestore(&udc->lock, flags); in at91_set_selfpowered()
1050 spin_unlock(&udc->lock); in handle_setup()
1052 spin_lock(&udc->lock); in handle_setup()
1204 spin_lock_irqsave(&udc->lock, flags); in at91_udc_irq()
1261 spin_unlock(&udc->lock); in at91_udc_irq()
1263 spin_lock(&udc->lock); in at91_udc_irq()
1282 spin_unlock(&udc->lock); in at91_udc_irq()
1284 spin_lock(&udc->lock); in at91_udc_irq()
1307 spin_unlock_irqrestore(&udc->lock, flags); in at91_udc_irq()
1331 spin_lock_irqsave(&udc->lock, flags); in at91_stop()
1334 spin_unlock_irqrestore(&udc->lock, flags); in at91_stop()
1509 spin_lock_init(&udc->lock); in at91_udc_probe()