Searched refs:Q_TYPE_ITD (Results 1 - 7 of 7) sorted by relevance

/drivers/usb/host/
H A Dehci.h346 #define Q_TYPE_ITD (0 << 1) macro
367 struct ehci_itd *itd; /* Q_TYPE_ITD */
H A Dfotg210.h417 #define Q_TYPE_ITD (0 << 1) macro
440 struct fotg210_itd *itd; /* Q_TYPE_ITD */
H A Dfusbh200.h409 #define Q_TYPE_ITD (0 << 1) macro
430 struct fusbh200_itd *itd; /* Q_TYPE_ITD */
H A Dehci-sched.c53 case Q_TYPE_ITD:
462 case Q_TYPE_ITD:
1761 *hw_p = cpu_to_hc32(ehci, itd->itd_dma | Q_TYPE_ITD);
2416 case Q_TYPE_ITD:
H A Dehci-dbg.c731 case Q_TYPE_ITD:
H A Dfotg210-hcd.c627 case Q_TYPE_ITD:
3519 case Q_TYPE_ITD:
3575 case Q_TYPE_ITD:
4567 *hw_p = cpu_to_hc32(fotg210, itd->itd_dma | Q_TYPE_ITD);
4842 case Q_TYPE_ITD:
H A Dfusbh200-hcd.c601 case Q_TYPE_ITD:
3462 case Q_TYPE_ITD:
3518 case Q_TYPE_ITD:
4504 *hw_p = cpu_to_hc32(fusbh200, itd->itd_dma | Q_TYPE_ITD);
4776 case Q_TYPE_ITD:

Completed in 135 milliseconds