Searched refs:RING_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance
29 #define RING_BUF_SIZE 64 macro31 RING_BUF_DECLARE(rb_console, RING_BUF_SIZE);43 RING_BUF_DECLARE(rb_other, RING_BUF_SIZE);71 len = ring_buf_put_claim(patch->rx_ring_buf, &buf, RING_BUF_SIZE); in uart_cb()112 len = ring_buf_get_claim(patch->rx_ring_buf, &buf, RING_BUF_SIZE); in passthrough()
26 #define RING_BUF_SIZE (64 * 2) macro28 uint8_t buffer0[RING_BUF_SIZE];29 uint8_t buffer1[RING_BUF_SIZE];
29 #define RING_BUF_SIZE 1024 macro30 uint8_t ring_buffer[RING_BUF_SIZE];