Home
last modified time | relevance | path

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

/linux-6.15/drivers/firmware/
H A Darm_scpi.c235 struct scpi_chan { struct
257 struct scpi_chan *channels; argument
414 struct scpi_chan *ch = container_of(c, struct scpi_chan, cl); in scpi_handle_remote_msg()
428 struct scpi_chan *ch = container_of(c, struct scpi_chan, cl); in scpi_tx_prepare()
480 struct scpi_chan *scpi_chan; in scpi_send_message() local
492 scpi_chan = scpi_info->channels + chan; in scpi_send_message()
494 msg = get_scpi_xfer(scpi_chan); in scpi_send_message()
511 ret = mbox_send_message(scpi_chan->chan, msg); in scpi_send_message()
522 scpi_process_cmd(scpi_chan, msg->cmd); in scpi_send_message()
524 put_scpi_xfer(msg, scpi_chan); in scpi_send_message()
[all …]