Lines Matching +defs:msg +defs:out

160 				       struct scmi_msg *msg)  in sandbox_scmi_clock_rate_set()
164 struct scmi_clk_rate_set_out *out = NULL; in sandbox_scmi_clock_rate_set() local
191 struct scmi_msg *msg) in sandbox_scmi_clock_rate_get()
195 struct scmi_clk_rate_get_out *out = NULL; in sandbox_scmi_clock_rate_get() local
220 static int sandbox_scmi_clock_gate(struct udevice *dev, struct scmi_msg *msg) in sandbox_scmi_clock_gate()
224 struct scmi_clk_state_out *out = NULL; in sandbox_scmi_clock_gate() local
250 static int sandbox_scmi_rd_attribs(struct udevice *dev, struct scmi_msg *msg) in sandbox_scmi_rd_attribs()
254 struct scmi_rd_attr_out *out = NULL; in sandbox_scmi_rd_attribs() local
279 static int sandbox_scmi_rd_reset(struct udevice *dev, struct scmi_msg *msg) in sandbox_scmi_rd_reset()
283 struct scmi_rd_reset_out *out = NULL; in sandbox_scmi_rd_reset() local
322 static int sandbox_scmi_voltd_attribs(struct udevice *dev, struct scmi_msg *msg) in sandbox_scmi_voltd_attribs()
326 struct scmi_voltd_attr_out *out = NULL; in sandbox_scmi_voltd_attribs() local
352 struct scmi_msg *msg) in sandbox_scmi_voltd_config_set()
356 struct scmi_voltd_config_set_out *out = NULL; in sandbox_scmi_voltd_config_set() local
389 struct scmi_msg *msg) in sandbox_scmi_voltd_config_get()
393 struct scmi_voltd_config_get_out *out = NULL; in sandbox_scmi_voltd_config_get() local
421 struct scmi_msg *msg) in sandbox_scmi_voltd_level_set()
425 struct scmi_voltd_level_set_out *out = NULL; in sandbox_scmi_voltd_level_set() local
449 struct scmi_msg *msg) in sandbox_scmi_voltd_level_get()
453 struct scmi_voltd_level_get_out *out = NULL; in sandbox_scmi_voltd_level_get() local
477 struct scmi_msg *msg) in sandbox_scmi_test_process_msg()