Searched refs:scpi_chan (Results 1 – 1 of 1) sorted by relevance
243 struct scpi_chan { struct265 struct scpi_chan *channels; argument364 static void scpi_process_cmd(struct scpi_chan *ch, u32 cmd) in scpi_process_cmd()422 struct scpi_chan *ch = container_of(c, struct scpi_chan, cl); in scpi_handle_remote_msg()436 struct scpi_chan *ch = container_of(c, struct scpi_chan, cl); in scpi_tx_prepare()459 static struct scpi_xfer *get_scpi_xfer(struct scpi_chan *ch) in get_scpi_xfer()474 static void put_scpi_xfer(struct scpi_xfer *t, struct scpi_chan *ch) in put_scpi_xfer()488 struct scpi_chan *scpi_chan; in scpi_send_message() local500 scpi_chan = scpi_info->channels + chan; in scpi_send_message()502 msg = get_scpi_xfer(scpi_chan); in scpi_send_message()[all …]