Lines Matching refs:td_lock
278 spin_lock_irqsave (&s->td_lock, xxx); in append_qh()
283 spin_unlock_irqrestore (&s->td_lock, xxx); in append_qh()
292 spin_lock_irqsave (&s->td_lock, xxx); in insert_td()
307 spin_unlock_irqrestore (&s->td_lock, xxx); in insert_td()
318 spin_lock_irqsave (&s->td_lock, flags); in insert_td_horizontal()
325 spin_unlock_irqrestore (&s->td_lock, flags); in insert_td_horizontal()
336 spin_lock_irqsave (&s->td_lock, flags); in unlink_td()
362 spin_unlock_irqrestore (&s->td_lock, flags); in unlink_td()
939 spin_lock (&s->td_lock); // both QHs in one go in uhci_submit_bulk_urb()
942 spin_unlock (&s->td_lock); in uhci_submit_bulk_urb()
2940 spin_lock_init (&s->td_lock); in alloc_uhci()