Home
last modified time | relevance | path

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

/qemu/chardev/
H A Dchar-ringbuf.c55 static int ringbuf_chr_write(Chardev *chr, const uint8_t *buf, int len) in ringbuf_chr_write() function
148 ret = ringbuf_chr_write(chr, write_data, write_count); in qmp_ringbuf_write()
232 cc->chr_write = ringbuf_chr_write; in char_ringbuf_class_init()