Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/
H A Darm_scpi.c232 struct scpi_chan { struct
254 struct scpi_chan *channels; argument
411 struct scpi_chan *ch = container_of(c, struct scpi_chan, cl); in scpi_handle_remote_msg()
425 struct scpi_chan *ch = container_of(c, struct scpi_chan, cl); in scpi_tx_prepare()
477 struct scpi_chan *scpi_chan; in scpi_send_message() local
489 scpi_chan = scpi_info->channels + chan; in scpi_send_message()
491 msg = get_scpi_xfer(scpi_chan); in scpi_send_message()
508 ret = mbox_send_message(scpi_chan->chan, msg); in scpi_send_message()
519 scpi_process_cmd(scpi_chan, msg->cmd); in scpi_send_message()
521 put_scpi_xfer(msg, scpi_chan); in scpi_send_message()
[all …]