Searched refs:iIsInput (Results 1 – 1 of 1) sorted by relevance
1337 int iIsInput; in ms_qh_urb_process() local1355 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() local1527 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 …]