Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c1337 int iIsInput; in ms_qh_urb_process() local
1355 iIsInput = usb_pipein (pUrb->u32Pipe); in ms_qh_urb_process()
1381 if (!tBuf || iIsInput) in ms_qh_urb_process()
1385 iMaxpkt = max_packet(usb_maxpacket(pUrb->dev, pUrb->u32Pipe, !iIsInput)); in ms_qh_urb_process()
1411 if (iIsInput) in ms_qh_urb_process()
1514 int iIsInput, iType; in ms_qh_make() local
1527 iIsInput = usb_pipein (pUrb->u32Pipe); in ms_qh_make()
1529 iMaxpkt = usb_maxpacket (pUrb->dev, pUrb->u32Pipe, !iIsInput); in ms_qh_make()
1539 pQh->u8Usecs = NS_2_US(ms_usb_calc_bus_time (USB_HIGH_SPEED, iIsInput, in ms_qh_make()
1564 iIsInput, iMaxpkt) / (125 * 1000); in ms_qh_make()
[all …]