Lines Matching full:scmi
3 * System Control and Management Interface (SCMI) Base Protocol
8 #define pr_fmt(fmt) "SCMI Notifications BASE - " fmt
53 * @handle: SCMI entity handle
55 * Return: 0 on success, else appropriate SCMI error.
84 * @handle: SCMI entity handle
87 * Return: 0 on success, else appropriate SCMI error.
126 * @handle: SCMI entity handle
128 * Return: 0 on success, else appropriate SCMI error.
158 * @handle: SCMI entity handle
161 * Return: 0 on success, else appropriate SCMI error.
212 * @handle: SCMI entity handle
219 * Return: 0 on success, else appropriate SCMI error.
349 dev_info(dev, "SCMI Protocol v%d.%d '%s:%s' Firmware version 0x%x\n", in scmi_base_protocol_init()