Lines Matching refs:PERIODIC_SIZE
490 ep->branch = PERIODIC_SIZE; in finish_request()
1193 for (j = i; j < PERIODIC_SIZE; j += interval) { in balance()
1200 if (j < PERIODIC_SIZE) in balance()
1295 if (urb->interval > PERIODIC_SIZE) in isp1362_urb_enqueue()
1296 urb->interval = PERIODIC_SIZE; in isp1362_urb_enqueue()
1298 ep->branch = PERIODIC_SIZE; in isp1362_urb_enqueue()
1323 if (ep->branch < PERIODIC_SIZE) in isp1362_urb_enqueue()
1336 ((isp1362_hcd->fmindex + PERIODIC_SIZE - 1) & in isp1362_urb_enqueue()
1337 ~(PERIODIC_SIZE - 1)) + ep->branch, in isp1362_urb_enqueue()
1338 (isp1362_hcd->fmindex & (PERIODIC_SIZE - 1)) + ep->branch); in isp1362_urb_enqueue()
2126 seq_printf(s, "periodic size= %d\n", PERIODIC_SIZE); in isp1362_show()