Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/firmware/
Darm_scpi.c135 struct scpi_xfer { struct
154 struct scpi_xfer *xfers; argument
266 struct scpi_xfer *t, *match = NULL; in scpi_process_cmd()
306 struct scpi_xfer *t = msg; in scpi_tx_prepare()
323 static struct scpi_xfer *get_scpi_xfer(struct scpi_chan *ch) in get_scpi_xfer()
325 struct scpi_xfer *t; in get_scpi_xfer()
332 t = list_first_entry(&ch->xfers_list, struct scpi_xfer, node); in get_scpi_xfer()
338 static void put_scpi_xfer(struct scpi_xfer *t, struct scpi_chan *ch) in put_scpi_xfer()
350 struct scpi_xfer *msg; in scpi_send_message()
643 struct scpi_xfer *xfers; in scpi_alloc_xfer_list()