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 Disp116x.h253 #define PERIODIC_SIZE (1 << LOG2_PERIODIC_SIZE) macro
278 u16 load[PERIODIC_SIZE];
279 struct isp116x_ep *periodic[PERIODIC_SIZE];
H A Disp1362-hcd.c492 ep->branch = PERIODIC_SIZE; in finish_request()
1195 for (j = i; j < PERIODIC_SIZE; j += interval) { in balance()
1202 if (j < PERIODIC_SIZE) in balance()
1297 if (urb->interval > PERIODIC_SIZE) in isp1362_urb_enqueue()
1298 urb->interval = PERIODIC_SIZE; in isp1362_urb_enqueue()
1300 ep->branch = PERIODIC_SIZE; in isp1362_urb_enqueue()
1325 if (ep->branch < PERIODIC_SIZE) in isp1362_urb_enqueue()
1338 ((isp1362_hcd->fmindex + PERIODIC_SIZE - 1) & in isp1362_urb_enqueue()
1339 ~(PERIODIC_SIZE - 1)) + ep->branch, in isp1362_urb_enqueue()
1340 (isp1362_hcd->fmindex & (PERIODIC_SIZE - 1)) + ep->branch); in isp1362_urb_enqueue()
[all …]
H A Disp1362.h378 #define PERIODIC_SIZE (1 << LOG2_PERIODIC_SIZE) macro
458 u16 load[PERIODIC_SIZE];