Searched refs:scpi_chan (Results 1 – 1 of 1) sorted by relevance
235 struct scpi_chan { struct257 struct scpi_chan *channels; argument356 static void scpi_process_cmd(struct scpi_chan *ch, u32 cmd) in scpi_process_cmd()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()451 static struct scpi_xfer *get_scpi_xfer(struct scpi_chan *ch) in get_scpi_xfer()466 static void put_scpi_xfer(struct scpi_xfer *t, struct scpi_chan *ch) in put_scpi_xfer()480 struct scpi_chan *scpi_chan; in scpi_send_message() local492 scpi_chan = scpi_info->channels + chan; in scpi_send_message()494 msg = get_scpi_xfer(scpi_chan); in scpi_send_message()[all …]