Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_hvc_xen.c58 static int write_to_ring(const struct device *dev, const char *str, int len) in write_to_ring() function
107 (void) write_to_ring(dev, &c, sizeof(c)); in xen_hvc_poll_out()
117 sent = write_to_ring(dev, tx_data, len); in xen_hvc_fifo_fill()