Lines Matching refs:current_sqe
152 struct rtio_iodev_sqe *current_sqe = data->sqe; in adxl362_process_fifo_samples_cb() local
165 if (current_sqe == NULL) { in adxl362_process_fifo_samples_cb()
177 if (rtio_sqe_rx_buf(current_sqe, min_read_size, ideal_read_size, &buf, &buf_len) != 0) { in adxl362_process_fifo_samples_cb()
179 rtio_iodev_sqe_err(current_sqe, -ENOMEM); in adxl362_process_fifo_samples_cb()
227 rtio_iodev_sqe_err(current_sqe, res); in adxl362_process_fifo_samples_cb()
242 current_sqe); in adxl362_process_fifo_samples_cb()
244 rtio_sqe_prep_callback(complete_op, adxl362_fifo_read_cb, (void *)dev, current_sqe); in adxl362_process_fifo_samples_cb()
254 struct rtio_iodev_sqe *current_sqe = data->sqe; in adxl362_process_status_cb() local
322 rtio_iodev_sqe_err(current_sqe, res); in adxl362_process_status_cb()
342 if (rtio_sqe_rx_buf(current_sqe, sizeof(struct adxl362_fifo_data), in adxl362_process_status_cb()
344 rtio_iodev_sqe_err(current_sqe, -ENOMEM); in adxl362_process_status_cb()
356 rtio_iodev_sqe_ok(current_sqe, 0); in adxl362_process_status_cb()
376 current_sqe); in adxl362_process_status_cb()
379 current_sqe); in adxl362_process_status_cb()