Lines Matching refs:table_context
487 struct smu_table_context *table_context = &smu->smu_table; in arcturus_store_powerplay_table() local
490 if (!table_context->power_play_table) in arcturus_store_powerplay_table()
493 powerplay_table = table_context->power_play_table; in arcturus_store_powerplay_table()
495 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in arcturus_store_powerplay_table()
498 table_context->thermal_controller_type = powerplay_table->thermal_controller_type; in arcturus_store_powerplay_table()
505 struct smu_table_context *table_context = &smu->smu_table; in arcturus_append_powerplay_table() local
506 PPTable_t *smc_pptable = table_context->driver_pptable; in arcturus_append_powerplay_table()
1014 struct smu_table_context *table_context = &smu->smu_table; in arcturus_read_sensor() local
1015 PPTable_t *pptable = table_context->driver_pptable; in arcturus_read_sensor()
1454 struct smu_table_context *table_context = &smu->smu_table; in arcturus_dump_pptable() local
1455 PPTable_t *pptable = table_context->driver_pptable; in arcturus_dump_pptable()