Lines Matching defs:protocol
75 * @version: SCMI revision information containing protocol version,
80 * @tx_idr: IDR object to map protocol id to Tx channel info pointer
81 * @rx_idr: IDR object to map protocol id to Rx channel info pointer
83 * MAX_PROTOCOLS_IMP elements allocated by the base protocol
502 * @protocol: Protocol identifier for the message
503 * @version: Holds returned version of protocol.
509 int scmi_version_get(const struct scmi_handle *handle, u8 protocol,
516 ret = scmi_xfer_get_init(handle, PROTOCOL_VERSION, protocol, 0,
560 * and is expected to be maintained by caller of SCMI protocol library.
591 * and is expected to be maintained by caller of SCMI protocol library.
676 /* check if already allocated, used for multiple device per protocol */
732 dev_err(info->dev, "failed to create %d protocol device\n",
839 dev_err(dev, "Out of range protocol %d\n", prot_id);
842 dev_err(dev, "SCMI protocol %d not implemented\n",
989 MODULE_DESCRIPTION("ARM SCMI protocol driver");