Searched refs:Q_TYPE_QH (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Doxu210hp.h246 #define Q_TYPE_QH cpu_to_le32 (1 << 1) macro
249 #define QH_NEXT(dma) (cpu_to_le32(((u32)dma)&~0x01f)|Q_TYPE_QH)
263 struct ehci_qh *qh; /* Q_TYPE_QH */
H A Dehci.h269 #define Q_TYPE_QH (1 << 1) macro
274 #define QH_NEXT(ehci,dma) (cpu_to_hc32(ehci, (((u32)dma)&~0x01f)|Q_TYPE_QH))
288 struct ehci_qh *qh; /* Q_TYPE_QH */
H A Dehci-sched.c51 case Q_TYPE_QH:
69 case Q_TYPE_QH:
115 case Q_TYPE_QH:
255 case Q_TYPE_QH:
405 case Q_TYPE_QH:
550 if (type == cpu_to_hc32(ehci, Q_TYPE_QH))
1558 if (type == cpu_to_hc32(ehci, Q_TYPE_QH))
2353 case Q_TYPE_QH:
H A Doxu210hp-hcd.c1808 case Q_TYPE_QH:
1847 case Q_TYPE_QH:
1944 if (type == Q_TYPE_QH)
2283 case Q_TYPE_QH:
H A Dehci-dbg.c595 case Q_TYPE_QH:

Completed in 118 milliseconds