Searched refs:poll_depth (Results 1 – 4 of 4) sorted by relevance
86 UX_EHCI_ED *ed_list, ULONG poll_depth) in _ux_hcd_ehci_poll_rate_entry_get() argument98 while(poll_depth --) in _ux_hcd_ehci_poll_rate_entry_get()
119 UINT poll_depth; in _ux_hcd_ehci_interrupt_endpoint_create() local239 poll_depth = 0; in _ux_hcd_ehci_interrupt_endpoint_create()241 poll_depth = 5 - i; in _ux_hcd_ehci_interrupt_endpoint_create()265 ed_anchor = _ux_hcd_ehci_poll_rate_entry_get(hcd_ehci, ed_list, poll_depth); in _ux_hcd_ehci_interrupt_endpoint_create()
122 UINT poll_depth; in _ux_hcd_ehci_isochronous_endpoint_create()276 poll_depth = 5; in _ux_hcd_ehci_isochronous_endpoint_create()278 poll_depth = 0; in _ux_hcd_ehci_isochronous_endpoint_create()280 poll_depth = (UINT)(8u - interval); in _ux_hcd_ehci_isochronous_endpoint_create()345 ed_anchor = _ux_hcd_ehci_poll_rate_entry_get(hcd_ehci, ed_list, poll_depth); in _ux_hcd_ehci_isochronous_endpoint_create()
817 … *_ux_hcd_ehci_poll_rate_entry_get(UX_HCD_EHCI *hcd_ehci, UX_EHCI_ED *ed_list, ULONG poll_depth);