Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHcdBuf.c167 void *ms_hcd_buffer_alloc ( in ms_hcd_buffer_alloc() function
H A DdrvUsbd.h194 void *ms_hcd_buffer_alloc (struct usb_bus *bus, size_t size,
H A DdrvEHCI_MEM.cxx234 …pEhci->pPeriodic = (U32*) ms_hcd_buffer_alloc(&pEhci->hcd.self,pEhci->u32PeriodicSize * sizeof (vo… in ms_ehci_mem_init()
H A DdrvUSB.c823 return ms_hcd_buffer_alloc(pUdev->bus, size, mem_flags, dma); in ms_usb_buffer_alloc()