Home
last modified time | relevance | path

Searched refs:EP_ALLOCBUFFER (Results 1 - 3 of 3) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbdev.h94 # define EP_ALLOCBUFFER(ep, nb) (ep)->ops->allocbuffer(ep, nb) macro
97 # define EP_ALLOCBUFFER(ep, nb) malloc(nb) macro
H A Dcdcacm.c667 req->buf = EP_ALLOCBUFFER(ep, len); in cdcacm_allocreq()
H A Drndis.c1647 req->buf = EP_ALLOCBUFFER(ep, len); in usbclass_allocreq()

Completed in 6 milliseconds