Searched refs:scpi_xfer (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/firmware/
H A Darm_scpi.c223 struct scpi_xfer { struct
242 struct scpi_xfer *xfers;
359 struct scpi_xfer *t, *match = NULL;
372 match = list_first_entry(&ch->rx_pending, struct scpi_xfer,
427 struct scpi_xfer *t = msg;
451 static struct scpi_xfer *get_scpi_xfer(struct scpi_chan *ch)
453 struct scpi_xfer *t;
460 t = list_first_entry(&ch->xfers_list, struct scpi_xfer, node);
466 static void put_scpi_xfer(struct scpi_xfer *t, struct scpi_chan *ch)
479 struct scpi_xfer *ms
[all...]

Completed in 108 milliseconds