Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-uhci.c112 static inline int32_t uhci_queue_token(UHCI_TD *td) in uhci_queue_token() function
131 queue->token = uhci_queue_token(td); in uhci_queue_new()
158 uint32_t token = uhci_queue_token(td); in uhci_queue_find()
176 queue->token == uhci_queue_token(td) && in uhci_queue_verify()
637 uint32_t queue_token = uhci_queue_token(td); in uhci_handle_td_error()
937 if (uhci_queue_token(&ptd) != q->token) { in uhci_queue_fill()