Home
last modified time | relevance | path

Searched refs:smu_queue_simple (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/macintosh/
H A Dsmu.c290 int smu_queue_simple(struct smu_simple_cmd *scmd, u8 command, in smu_queue_simple() function
318 EXPORT_SYMBOL(smu_queue_simple);
390 rc = smu_queue_simple(&cmd, SMU_CMD_RTC_COMMAND, 1, NULL, NULL, in smu_get_rtc_time()
416 rc = smu_queue_simple(&cmd, SMU_CMD_RTC_COMMAND, 8, NULL, NULL, in smu_set_rtc_time()
440 if (smu_queue_simple(&cmd, SMU_CMD_POWER_COMMAND, 9, NULL, NULL, in smu_shutdown()
456 if (smu_queue_simple(&cmd, SMU_CMD_POWER_COMMAND, 8, NULL, NULL, in smu_restart()
961 smu_queue_simple(&cmd, SMU_CMD_PARTITION_COMMAND, 2, in smu_create_sdb_partition()
H A Dwindfarm_smu_sensors.c72 rc = smu_queue_simple(&cmd, SMU_CMD_READ_ADC, 1, in smu_read_adc()
/openbmc/linux/arch/powerpc/include/asm/
H A Dsmu.h427 extern int smu_queue_simple(struct smu_simple_cmd *scmd, u8 command,
/openbmc/linux/drivers/cpufreq/
H A Dpmac64-cpufreq.c101 smu_queue_simple(&cmd, SMU_CMD_POWER_COMMAND, 8, smu_done_complete, in g5_smu_switch_volt()