Lines Matching defs:ops
858 if (info->desc->ops->clear_channel)
859 info->desc->ops->clear_channel(cinfo);
882 /* Ensure order between xfer->priv store and following ops */
884 info->desc->ops->fetch_notification(cinfo, info->desc->max_msg_size,
930 /* Ensure order between xfer->priv store and following ops */
932 info->desc->ops->fetch_response(cinfo, xfer);
1023 return info->desc->ops->poll_done(cinfo, xfer) ||
1067 desc->ops->fetch_response(cinfo, xfer);
1214 ret = info->desc->ops->send_message(cinfo, xfer);
1228 if (info->desc->ops->mark_txdone)
1229 info->desc->ops->mark_txdone(cinfo, ret, xfer);
1485 * @ops: A reference to the custom provided iterator operations.
1496 struct scmi_iterator_ops *ops;
1502 struct scmi_iterator_ops *ops,
1514 i->ops = ops;
1538 if (!i || !i->ops || !i->ph)
1541 iops = i->ops;
2046 return pi->proto->ops;
2262 if (!desc->ops->get_max_msg) {
2271 sinfo->tx_minfo.max_msg = desc->ops->get_max_msg(base_cinfo);
2277 desc->ops->get_max_msg(base_cinfo);
2311 if (!info->desc->ops->chan_available(of_node, idx)) {
2339 ret = info->desc->ops->chan_setup(cinfo, info->dev, tx);
2460 idr_for_each(idr, info->desc->ops->chan_free, idr);
2697 /* System wide atomic threshold for atomic ops .. if any */
2705 if (desc->ops->link_supplier) {
2706 ret = desc->ops->link_supplier(dev);