Searched refs:smu_queue_simple (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/macintosh/ | 
| D | smu.c | 289 int smu_queue_simple(struct smu_simple_cmd *scmd, u8 command,  in smu_queue_simple()  function317 EXPORT_SYMBOL(smu_queue_simple);
 389 	rc = smu_queue_simple(&cmd, SMU_CMD_RTC_COMMAND, 1, NULL, NULL,  in smu_get_rtc_time()
 415 	rc = smu_queue_simple(&cmd, SMU_CMD_RTC_COMMAND, 8, NULL, NULL,  in smu_set_rtc_time()
 439 	if (smu_queue_simple(&cmd, SMU_CMD_POWER_COMMAND, 9, NULL, NULL,  in smu_shutdown()
 455 	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()
 
 | 
| D | windfarm_smu_sensors.c | 71 	rc = smu_queue_simple(&cmd, SMU_CMD_READ_ADC, 1,  in smu_read_adc()
 | 
| /Linux-v5.10/arch/powerpc/include/asm/ | 
| D | smu.h | 427 extern int smu_queue_simple(struct smu_simple_cmd *scmd, u8 command,
 | 
| /Linux-v5.10/drivers/cpufreq/ | 
| D | pmac64-cpufreq.c | 101 	smu_queue_simple(&cmd, SMU_CMD_POWER_COMMAND, 8, smu_done_complete,  in g5_smu_switch_volt()
 |