Searched refs:dwc2_tx_fifo_write (Results 1 – 1 of 1) sorted by relevance
368 static int dwc2_tx_fifo_write(const struct device *dev, in dwc2_tx_fifo_write() function661 int err = dwc2_tx_fifo_write(dev, cfg, buf); in dwc2_handle_xfer_next()818 return dwc2_tx_fifo_write(dev, cfg, buf); in dwc2_handle_evt_din()823 return dwc2_tx_fifo_write(dev, cfg, buf); in dwc2_handle_evt_din()2362 if (buf->len && dwc2_tx_fifo_write(dev, ep_cfg, buf) == 0) { in dwc2_handle_in_xfercompl()