Lines Matching defs:data
57 void *data;
72 data = chan->msg_data[idx];
75 chan->cl->tx_prepare(chan->cl, data);
77 err = chan->mbox->ops->send_data(chan, data);
79 chan->active_req = data;
149 * mbox_chan_received_data - A way for controller driver to push data
154 * After startup and before shutdown any data received on the chan
160 /* No buffering the received data */
209 * mbox_client_peek_data - A way for client driver to pull data
213 * A poke to controller driver for any received data.
214 * The data is actually passed onto client via the
220 * some data.
221 * False, if controller doesn't have any data to be read.
238 * For client to submit data to the controller destined for a remote
240 * either when the remote receives the data or when 'tx_tout' millisecs
250 * queues the data and returns a token against the request.
564 static int devm_mbox_controller_match(struct device *dev, void *res, void *data)
571 return *mbox == data;