Searched refs:qh_element (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-hcd.h171 static inline __le32 qh_element(struct uhci_qh *qh) { function
H A Duhci-debug.c155 __le32 element = qh_element(qh);
444 if (qh_element(qh) != LINK_TO_TD(uhci->term_td))
H A Duhci-q.c349 if (qh_element(qh) == UHCI_PTR_TERM)
385 else if (qh_element(qh) != UHCI_PTR_TERM)
484 if (qh_element(qh) == UHCI_PTR_TERM) {
1679 if (qh->post_td && qh_element(qh) == LINK_TO_TD(qh->post_td)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Duhci-hcd.h171 static inline __le32 qh_element(struct uhci_qh *qh) { function
H A Duhci-debug.c155 __le32 element = qh_element(qh);
444 if (qh_element(qh) != LINK_TO_TD(uhci->term_td))
H A Duhci-q.c349 if (qh_element(qh) == UHCI_PTR_TERM)
385 else if (qh_element(qh) != UHCI_PTR_TERM)
484 if (qh_element(qh) == UHCI_PTR_TERM) {
1679 if (qh->post_td && qh_element(qh) == LINK_TO_TD(qh->post_td)) {

Completed in 180 milliseconds