Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/serial/
Duart_hvc_xen.c56 static int write_to_ring(const struct device *dev, const char *str, int len) in write_to_ring() function
105 (void) write_to_ring(dev, &c, sizeof(c)); in xen_hvc_poll_out()
115 sent = write_to_ring(dev, tx_data, len); in xen_hvc_fifo_fill()