Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Duhci-debug.c169 __hc32 element = qh_element(qh); in uhci_show_qh()
493 if (qh_element(qh) != LINK_TO_TD(uhci, uhci->term_td)) { in uhci_sprint_schedule()
Duhci-q.c351 if (qh_element(qh) == UHCI_PTR_TERM(uhci)) in uhci_cleanup_queue()
388 else if (qh_element(qh) != UHCI_PTR_TERM(uhci)) in uhci_fixup_toggles()
487 if (qh_element(qh) == UHCI_PTR_TERM(uhci)) { in uhci_activate_qh()
1712 if (qh->post_td && qh_element(qh) == in uhci_advance_check()
Duhci-hcd.h187 #define qh_element(qh) ACCESS_ONCE((qh)->element) macro