Searched refs:curr_buf (Results 1 – 3 of 3) sorted by relevance
155 uint8_t *curr_buf; member167 if (test_data->curr_buf) { in producer_no_chunks()170 test_data->curr_buf[i] = (uint8_t)test_data->byte_cnt; in producer_no_chunks()173 uart_async_rx_on_rdy(async_rx, test_data->curr_buf, len); in producer_no_chunks()174 uart_async_rx_on_buf_rel(async_rx, test_data->curr_buf); in producer_no_chunks()175 test_data->curr_buf = test_data->next_buf; in producer_no_chunks()181 if (test_data->curr_buf == NULL) { in producer_no_chunks()182 test_data->curr_buf = buf; in producer_no_chunks()232 if (test_data->curr_buf == NULL) { in consumer()233 test_data->curr_buf = buf; in consumer()[all …]
89 data->transfer.curr_buf = msgs->buf; in lpc11u6x_i2c_transfer()189 transfer->curr_buf = transfer->msgs->buf; in lpc11u6x_i2c_isr()205 i2c->dat = transfer->curr_buf[0]; in lpc11u6x_i2c_isr()206 transfer->curr_buf++; in lpc11u6x_i2c_isr()222 transfer->curr_buf[0] = i2c->dat; in lpc11u6x_i2c_isr()223 transfer->curr_buf++; in lpc11u6x_i2c_isr()
80 uint8_t *curr_buf; member