Home
last modified time | relevance | path

Searched defs:scmi_imx_misc_proto_ops (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dscmi_imx_protocol.h55 struct scmi_imx_misc_proto_ops { struct
56 int (*misc_ctrl_set)(const struct scmi_protocol_handle *ph, u32 id,
58 int (*misc_ctrl_get)(const struct scmi_protocol_handle *ph, u32 id,
60 int (*misc_ctrl_req_notify)(const struct scmi_protocol_handle *ph,
/linux/drivers/firmware/arm_scmi/vendors/imx/
H A Dimx-sm-misc.c275 static const struct scmi_imx_misc_proto_ops scmi_imx_misc_proto_ops = { variable