Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Duhci-debug.c170 __hc32 element = qh_element(qh); in uhci_show_qh()
494 if (qh_element(qh) != LINK_TO_TD(uhci, uhci->term_td)) { in uhci_sprint_schedule()
H A Duhci-q.c350 if (qh_element(qh) == UHCI_PTR_TERM(uhci)) in uhci_cleanup_queue()
387 else if (qh_element(qh) != UHCI_PTR_TERM(uhci)) in uhci_fixup_toggles()
486 if (qh_element(qh) == UHCI_PTR_TERM(uhci)) { in uhci_activate_qh()
1711 if (qh->post_td && qh_element(qh) == in uhci_advance_check()
H A Duhci-hcd.h191 #define qh_element(qh) READ_ONCE((qh)->element) macro