Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dsl811.h119 #define PERIODIC_SIZE (1 << LOG2_PERIODIC_SIZE) macro
153 u16 load[PERIODIC_SIZE];
154 struct sl811h_ep *periodic[PERIODIC_SIZE];
H A Dsl811-hcd.c453 for (i = ep->branch; i < PERIODIC_SIZE; i += ep->period) { in finish_request()
463 ep->branch = PERIODIC_SIZE; in finish_request()
666 index = sl811->frame++ % (PERIODIC_SIZE - 1); in sl811h_irq()
778 for (j = i; j < PERIODIC_SIZE; j += period) { in balance()
783 if (j < PERIODIC_SIZE) in balance()
877 if (urb->interval > PERIODIC_SIZE) in sl811h_urb_enqueue()
878 urb->interval = PERIODIC_SIZE; in sl811h_urb_enqueue()
880 ep->branch = PERIODIC_SIZE; in sl811h_urb_enqueue()
904 if (ep->branch < PERIODIC_SIZE) { in sl811h_urb_enqueue()
910 urb->start_frame = (sl811->frame & (PERIODIC_SIZE - 1)) in sl811h_urb_enqueue()
[all …]
H A Disp116x-hcd.c324 for (i = ep->branch; i < PERIODIC_SIZE; i += ep->period) { in finish_request()
334 ep->branch = PERIODIC_SIZE; in finish_request()
503 (isp116x->fmindex + 1) & (PERIODIC_SIZE - 1); in start_atl_transfers()
662 for (j = i; j < PERIODIC_SIZE; j += period) { in balance()
667 if (j < PERIODIC_SIZE) in balance()
753 if (urb->interval > 2 * PERIODIC_SIZE) in isp116x_urb_enqueue()
754 urb->interval = 2 * PERIODIC_SIZE; in isp116x_urb_enqueue()
756 ep->branch = PERIODIC_SIZE; in isp116x_urb_enqueue()
780 if (ep->branch < PERIODIC_SIZE) in isp116x_urb_enqueue()
788 urb->start_frame = (isp116x->fmindex & (PERIODIC_SIZE - 1)) in isp116x_urb_enqueue()
[all …]
H A Disp116x.h253 #define PERIODIC_SIZE (1 << LOG2_PERIODIC_SIZE) macro
278 u16 load[PERIODIC_SIZE];
279 struct isp116x_ep *periodic[PERIODIC_SIZE];