Lines Matching refs:endpoint
168 - The host controller processes one interrupt endpoint descriptor list every
170 index into an array of 32 interrupt endpoint descriptor lists or periodic
173 sets up the interrupt lists to visit any given endpoint descriptor in as
175 that endpoint. See figure 5.5 in OHCI specification 1.0a.
177 - Isochronous endpoint descriptors are added at the end of 1ms interrupt
178 endpoint descriptors.
189 allocate bandwidth needed for an interrupt or isochronous endpoint as
192 - Calculate the bandwidth required for the given endpoint using the bus
198 endpoint. If this exceeds the limit, then, an return error.
200 - Find out the static node to which the given endpoint needs to be linked
205 Ex: If a polling interval is 4ms, then, the endpoint will be linked to one
383 - The host controller processes one interrupt endpoint descriptor list every
387 endpoint descriptor in as many lists as necessary to provide the interrupt
388 granularity required for that endpoint.
391 endpoint descriptors as in OHCI. Transfer descriptors are added at the
419 For a given high speed interrupt or isochronous endpoint, the EHCI host
421 bandwidth needed for this endpoint.
423 - Calculate the bandwidth required for given endpoint using the formula and
427 the 32 frame lists against the bandwidth required by this endpoint. If
430 - Map a given high speed endpoint's polling interval in micro seconds to an
431 interrupt list path based on a millisecond value. For example, an endpoint
434 - Find out the static node to which the given endpoint needs to be linked
439 interval will be 4ms, then the endpoint will be linked to one of the
451 Ex: Assume given endpoint's polling interval is 32us and static node value
459 For a given full/low speed interrupt or isochronous endpoint, we need both
465 bandwidth needed for this full/low speed endpoint.
467 - Calculate the bandwidth required for a given endpoint using the formula
473 32 frame lists against the bandwidth required by this endpoint. If this
476 - Find out the static node to which the given endpoint needs to be linked
481 Ex: If a polling interval is 4ms, then the endpoint will be linked to
504 0,4,8,12,16,20,24,28 frame lists can be used for this endpoint.