Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_poll_rate_entry_get.c86 UX_EHCI_ED *ed_list, ULONG poll_depth) in _ux_hcd_ehci_poll_rate_entry_get() argument
98 while(poll_depth --) in _ux_hcd_ehci_poll_rate_entry_get()
Dux_hcd_ehci_interrupt_endpoint_create.c119 UINT poll_depth; in _ux_hcd_ehci_interrupt_endpoint_create() local
239 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()
Dux_hcd_ehci_isochronous_endpoint_create.c122 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()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h817 … *_ux_hcd_ehci_poll_rate_entry_get(UX_HCD_EHCI *hcd_ehci, UX_EHCI_ED *ed_list, ULONG poll_depth);