Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DQMIDevice.c479 static int ResubmitIntURB( struct urb * pIntURB ) in ResubmitIntURB() argument
485 if ( (pIntURB == NULL) in ResubmitIntURB()
486 || (pIntURB->dev == NULL) ) in ResubmitIntURB()
493 interval = max((int)(pIntURB->ep->desc.bInterval), in ResubmitIntURB()
494 (pIntURB->dev->speed == USB_SPEED_HIGH) ? 7 : 3); in ResubmitIntURB()
500 usb_fill_int_urb( pIntURB, in ResubmitIntURB()
501 pIntURB->dev, in ResubmitIntURB()
502 pIntURB->pipe, in ResubmitIntURB()
503 pIntURB->transfer_buffer, in ResubmitIntURB()
504 pIntURB->transfer_buffer_length, in ResubmitIntURB()
[all …]
H A DQMIDevice.h115 static int ResubmitIntURB( struct urb * pIntURB );
128 static void IntCallback( struct urb * pIntURB );
130 static void IntCallback(struct urb *pIntURB, struct pt_regs *regs);