Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firmware/
Darm_scpi.c231 struct scpi_xfer { struct
250 struct scpi_xfer *xfers; argument
367 struct scpi_xfer *t, *match = NULL; in scpi_process_cmd()
380 match = list_first_entry(&ch->rx_pending, struct scpi_xfer, in scpi_process_cmd()
435 struct scpi_xfer *t = msg; in scpi_tx_prepare()
459 static struct scpi_xfer *get_scpi_xfer(struct scpi_chan *ch) in get_scpi_xfer()
461 struct scpi_xfer *t; in get_scpi_xfer()
468 t = list_first_entry(&ch->xfers_list, struct scpi_xfer, node); in get_scpi_xfer()
474 static void put_scpi_xfer(struct scpi_xfer *t, struct scpi_chan *ch) in put_scpi_xfer()
487 struct scpi_xfer *msg; in scpi_send_message()
[all …]