Searched refs:scpi_chan (Results 1 – 1 of 1) sorted by relevance
232 struct scpi_chan { struct254 struct scpi_chan *channels; argument353 static void scpi_process_cmd(struct scpi_chan *ch, u32 cmd) in scpi_process_cmd()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()448 static struct scpi_xfer *get_scpi_xfer(struct scpi_chan *ch) in get_scpi_xfer()463 static void put_scpi_xfer(struct scpi_xfer *t, struct scpi_chan *ch) in put_scpi_xfer()477 struct scpi_chan *scpi_chan; in scpi_send_message() local489 scpi_chan = scpi_info->channels + chan; in scpi_send_message()491 msg = get_scpi_xfer(scpi_chan); in scpi_send_message()[all …]