Home
last modified time | relevance | path

Searched refs:intel_scu_ipc_simple_command (Results 1 – 5 of 5) sorted by relevance

/linux-3.3/arch/x86/include/asm/
Dintel_scu_ipc.h44 int intel_scu_ipc_simple_command(int cmd, int sub);
/linux-3.3/drivers/rtc/
Drtc-mrst.c140 ret = intel_scu_ipc_simple_command(IPCMSG_VRTC, IPC_CMD_VRTC_SETTIME); in mrst_set_time()
240 ret = intel_scu_ipc_simple_command(IPCMSG_VRTC, IPC_CMD_VRTC_SETALARM); in mrst_set_alarm()
/linux-3.3/drivers/platform/x86/
Dintel_scu_ipc.c405 int intel_scu_ipc_simple_command(int cmd, int sub) in intel_scu_ipc_simple_command() function
419 EXPORT_SYMBOL(intel_scu_ipc_simple_command);
/linux-3.3/arch/x86/platform/mrst/
Dmrst.c82 intel_scu_ipc_simple_command(IPCMSG_COLD_RESET, 1); in mrst_power_off()
88 intel_scu_ipc_simple_command(IPCMSG_COLD_RESET, 0); in mrst_reboot()
90 intel_scu_ipc_simple_command(IPCMSG_COLD_BOOT, 0); in mrst_reboot()
/linux-3.3/drivers/power/
Dintel_mid_battery.c211 return intel_scu_ipc_simple_command(IPCMSG_BATTERY, charger); in pmic_scu_ipc_set_charger()