Home
last modified time | relevance | path

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

/drivers/peripheral/usb/gadget/function/ecm/
Dcdcecm.c280 static int32_t UsbEcmAllocFifo(struct DataFifo *fifo, uint32_t size) in UsbEcmAllocFifo() function
302 ret = UsbEcmAllocFifo(&port->writeFifo, WRITE_BUF_SIZE); in UsbEcmOpen()
307 ret = UsbEcmAllocFifo(&port->readFifo, READ_BUF_SIZE); in UsbEcmOpen()