Searched refs:smu_queue_simple (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/macintosh/ |
D | smu.c | 290 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()
|
D | windfarm_smu_sensors.c | 72 rc = smu_queue_simple(&cmd, SMU_CMD_READ_ADC, 1, in smu_read_adc()
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | smu.h | 427 extern int smu_queue_simple(struct smu_simple_cmd *scmd, u8 command,
|
/Linux-v6.6/drivers/cpufreq/ |
D | pmac64-cpufreq.c | 101 smu_queue_simple(&cmd, SMU_CMD_POWER_COMMAND, 8, smu_done_complete, in g5_smu_switch_volt()
|