Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_numaker.c98 bool dmabuf_valid; member
252 __ASSERT_NO_MSG(ep_cur->dmabuf_valid); in numaker_usbd_ep_fifo_max()
260 __ASSERT_NO_MSG(ep_cur->dmabuf_valid); in numaker_usbd_ep_fifo_used()
273 if (ep_cur->dmabuf_valid && ep_cur->mps_valid) { in numaker_usbd_ep_fifo_reset()
516 __ASSERT_NO_MSG(ep_cur->dmabuf_valid); in numaker_usbd_ep_fifo_copy_to_user()
548 __ASSERT_NO_MSG(ep_cur->dmabuf_valid); in numaker_usbd_ep_fifo_copy_from_user()
576 __ASSERT_NO_MSG(ep_cur->dmabuf_valid); in numaker_usbd_ep_fifo_update()
604 ep_cur->dmabuf_valid = true; in numaker_usbd_ep_config_dmabuf()
1450 if (!ep_cur->dmabuf_valid || ep_cur->dmabuf_size < ep_cfg->ep_mps) { in usb_dc_ep_configure()
/Zephyr-latest/drivers/usb/udc/
Dudc_numaker.c89 bool dmabuf_valid; member
449 __ASSERT_NO_MSG(ep_cur->dmabuf_valid); in numaker_usbd_ep_copy_to_user()
482 __ASSERT_NO_MSG(ep_cur->dmabuf_valid); in numaker_usbd_ep_copy_from_user()
501 ep_cur->dmabuf_valid = true; in numaker_usbd_ep_config_dmabuf()
1480 if (!ep_cur->dmabuf_valid || ep_cur->dmabuf_size < ep_cfg->mps) { in udc_numaker_ep_enable()