Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c1514 int iIsInput, iType; in ms_qh_make() local
1528 iType = usb_pipetype (pUrb->u32Pipe); in ms_qh_make()
1537 if (iType == EP_INTERRUPT) in ms_qh_make()
1627 if (iType != EP_INTERRUPT) in ms_qh_make()
1629 if (iType == EP_CONTROL) in ms_qh_make()
1653 if (iType == EP_CONTROL) in ms_qh_make()
1660 else if (iType == EP_BULK) in ms_qh_make()