Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_smartbond.c409 static bool try_allocate_dma(struct smartbond_ep_state *ep_state, uint8_t dir) in try_allocate_dma() function
453 if (try_allocate_dma(ep_state, USB_EP_DIR_OUT)) { in start_rx_packet()
509 try_allocate_dma(ep_state, USB_EP_DIR_IN)) { in start_tx_packet()
/Zephyr-latest/drivers/usb/udc/
Dudc_smartbond.c324 static bool try_allocate_dma(struct usb_smartbond_data *data, struct smartbond_ep_state *ep_state) in try_allocate_dma() function
374 if (try_allocate_dma(data, ep_state)) { in start_rx_packet()
434 (uint32_t)(buf->data) >= CONFIG_SRAM_BASE_ADDRESS && try_allocate_dma(data, ep_state)) { in start_tx_packet()