Lines Matching defs:scpi_xfer
220 struct scpi_xfer {
239 struct scpi_xfer *xfers;
356 struct scpi_xfer *t, *match = NULL;
369 match = list_first_entry(&ch->rx_pending, struct scpi_xfer,
424 struct scpi_xfer *t = msg;
448 static struct scpi_xfer *get_scpi_xfer(struct scpi_chan *ch)
450 struct scpi_xfer *t;
457 t = list_first_entry(&ch->xfers_list, struct scpi_xfer, node);
463 static void put_scpi_xfer(struct scpi_xfer *t, struct scpi_chan *ch)
476 struct scpi_xfer *msg;
882 struct scpi_xfer *xfers;