Lines Matching defs:data
57 * @data_first_reg: First data register for proxy data region
58 * @data_last_reg: Last data register for proxy data region
64 * @data_region_name: Name of the proxy data region
70 * This structure is used in of match data to describe how integration
206 * remote producer - 0 could be valid data, so I wont make a judgement
216 * support for data splitting. We don't want the hardware to misbehave
220 * result in weird data results as well.
234 * is pending - so send the data up the stack..
282 dev_err(dev, "no platform drv data??\n");
303 dev_dbg(dev, "Spurious event - 0 pending data!\n");
316 * Return: 'true' if there is pending rx data, 'false' if there is none.
343 * Return: 'true' is no pending tx data, 'false' if there are any.
384 * ti_msgmgr_send_data() - Send data
386 * @data: ti_msgmgr_message * Message Pointer
390 static int ti_msgmgr_send_data(struct mbox_chan *chan, void *data)
397 struct ti_msgmgr_message *message = data;
403 dev_err(dev, "no platform drv data??\n");
430 /* Ensure all unused data is 0 */
439 * In addition, we also need to make sure all intermediate data
625 * ti_msgmgr_queue_setup() - Setup data structures for each queue instance
630 * @d: Message Manager instance description data
631 * @qd: Queue description data
803 {.compatible = "ti,k2g-message-manager", .data = &k2g_desc},
804 {.compatible = "ti,am654-secure-proxy", .data = &am654_desc},
833 dev_err(dev, "OF data missing\n");
836 desc = of_id->data;