Searched refs:numaker_usbd_ep_mgmt_alloc_dmabuf (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/usb/udc/ |
D | udc_numaker.c | 625 static int numaker_usbd_ep_mgmt_alloc_dmabuf(const struct device *dev, uint32_t size, in numaker_usbd_ep_mgmt_alloc_dmabuf() function 1482 err = numaker_usbd_ep_mgmt_alloc_dmabuf(dev, ep_cfg->mps, &dmabuf_base, in udc_numaker_ep_enable()
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_numaker.c | 725 static int numaker_usbd_ep_mgmt_alloc_dmabuf(const struct device *dev, uint32_t size, in numaker_usbd_ep_mgmt_alloc_dmabuf() function 1452 rc = numaker_usbd_ep_mgmt_alloc_dmabuf(dev, ep_cfg->ep_mps, &dmabuf_base, in usb_dc_ep_configure()
|