intel_scu_ipc_dev_simple_command
intel_scu_ipc_dev_simple_command(NULL, IPCMSG_COLD_OFF, 1);
intel_scu_ipc_dev_simple_command(NULL, IPCMSG_COLD_RESET, 0);
ret = intel_scu_ipc_dev_simple_command(scu, cmd, subcmd);
ret = intel_scu_ipc_dev_simple_command(scu, PMC_NORTHPEAK_CTRL, subcmd);
EXPORT_SYMBOL(intel_scu_ipc_dev_simple_command);
int intel_scu_ipc_dev_simple_command(struct intel_scu_ipc_dev *scu, int cmd,