Home
last modified time | relevance | path

Searched refs:ed (Results 1 – 10 of 10) sorted by relevance

/components/drivers/usb/cherryusb/port/ohci/
A Dusb_hc_ohci.c27 struct ohci_ed_hw *ed; in ohci_init() local
37 ed = &g_ohci_ed_pool[bus->hcd.hcd_id][index]; in ohci_init()
38 if ((uint32_t)&ed->hw % 32) { in ohci_init()
43 if ((uint32_t)&ed->td_pool[i] % 32) { in ohci_init()
51 ed = &g_ohci_ed_pool[bus->hcd.hcd_id][index]; in ohci_init()
52 ed->waitsem = usb_osal_sem_create(0); in ohci_init()
109 struct ohci_ed_hw *ed; in ohci_deinit() local
126 ed = &g_ohci_ed_pool[bus->hcd.hcd_id][index]; in ohci_deinit()
127 usb_osal_sem_delete(ed->waitsem); in ohci_deinit()
/components/net/lwip-nat/
A DREADME.md5 In this case the network 213.129.231.168/29 is nat'ed when packets are sent to the
/components/net/lwip/lwip-1.4.1/doc/
A Drawapi.txt505 but the stack/driver will/must copy PBUF_REF'ed data when enqueueing, while
/components/net/lwip/lwip-2.0.3/doc/
A Drawapi.txt493 but the stack/driver will/must copy PBUF_REF'ed data when enqueueing, while
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile399 # types are typedef'ed and only the typedef is referenced, never the tag name.
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile408 # types are typedef'ed and only the typedef is referenced, never the tag name.
A Dlwip.Doxyfile.cmake.in408 # types are typedef'ed and only the typedef is referenced, never the tag name.
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG615 * timers.c: patch #7329: tcp_timer_needed prototype was ifdef'ed out for
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG1571 * timers.c: patch #7329: tcp_timer_needed prototype was ifdef'ed out for
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG1824 * timers.c: patch #7329: tcp_timer_needed prototype was ifdef'ed out for

Completed in 32 milliseconds