Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/ohci/
A Dusb_hc_ohci.c20 USB_NOCACHE_RAM_SECTION struct ohci_ed_hw g_ohci_ed_pool[CONFIG_USBHOST_MAX_BUS][CONFIG_USB_OHCI_ED… variable
30 memset(g_ohci_ed_pool[bus->hcd.hcd_id], 0, sizeof(struct ohci_ed_hw) * CONFIG_USB_OHCI_ED_NUM); in ohci_init()
37 ed = &g_ohci_ed_pool[bus->hcd.hcd_id][index]; in ohci_init()
51 ed = &g_ohci_ed_pool[bus->hcd.hcd_id][index]; in ohci_init()
126 ed = &g_ohci_ed_pool[bus->hcd.hcd_id][index]; in ohci_deinit()

Completed in 7 milliseconds