Lines Matching refs:cl
148 struct mbox_client cl; member
296 struct scpi_chan *ch = container_of(c, struct scpi_chan, cl); in scpi_handle_remote_msg()
307 struct scpi_chan *ch = container_of(c, struct scpi_chan, cl); in scpi_tx_prepare()
680 struct mbox_client *cl = &pchan->cl; in scpi_probe() local
698 cl->dev = dev; in scpi_probe()
699 cl->rx_callback = scpi_handle_remote_msg; in scpi_probe()
700 cl->tx_prepare = scpi_tx_prepare; in scpi_probe()
701 cl->tx_block = true; in scpi_probe()
702 cl->tx_tout = 50; in scpi_probe()
703 cl->knows_txdone = false; /* controller can't ack */ in scpi_probe()
712 pchan->chan = mbox_request_channel(cl, idx); in scpi_probe()