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

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

Completed in 68 milliseconds