Searched refs:fifo8_pop_bufptr (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-fifo.c | 40 buf = fifo8_pop_bufptr(&fifo, 2, &count); in test_fifo8_pop_bufptr_wrap() 54 buf = fifo8_pop_bufptr(&fifo, 8, &count); in test_fifo8_pop_bufptr_wrap() 86 buf = fifo8_pop_bufptr(&fifo, 2, &count); in test_fifo8_pop_bufptr() 127 buf = fifo8_pop_bufptr(&fifo, 2, &count); in test_fifo8_peek_bufptr_wrap()
|
/openbmc/qemu/include/qemu/ |
H A D | fifo8.h | 130 const uint8_t *fifo8_pop_bufptr(Fifo8 *fifo, uint32_t max, uint32_t *numptr);
|
/openbmc/qemu/util/ |
H A D | fifo8.c | 109 const uint8_t *fifo8_pop_bufptr(Fifo8 *fifo, uint32_t max, uint32_t *numptr) in fifo8_pop_bufptr() function
|
/openbmc/qemu/hw/char/ |
H A D | goldfish_tty.c | 112 const uint8_t *buf = fifo8_pop_bufptr(&s->rx_fifo, len, &to_copy); in goldfish_tty_cmd()
|
H A D | sifive_uart.c | 94 fifo8_pop_bufptr(&s->tx_fifo, ret, NULL); in sifive_uart_xmit()
|
/openbmc/qemu/chardev/ |
H A D | msmouse.c | 84 buf = fifo8_pop_bufptr(&mouse->outbuf, MIN(len, avail), &size); in DECLARE_INSTANCE_CHECKER()
|
/openbmc/qemu/hw/net/ |
H A D | allwinner_emac.c | 352 data = fifo8_pop_bufptr(fifo, len, &ret); in aw_emac_write()
|
/openbmc/qemu/ui/ |
H A D | console-vc.c | 290 buf = fifo8_pop_bufptr(&s->out_fifo, MIN(len, avail), &size); in kbd_send_chars()
|
H A D | gtk.c | 1823 buf = fifo8_pop_bufptr(&vc->vte.out_fifo, MIN(len, avail), &size); in gd_vc_send_chars()
|