Home
last modified time | relevance | path

Searched refs:td_lock (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Dusb-uhci.c278 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()
[all …]
Dusb-uhci.h212 spinlock_t td_lock; member