Symbol: atom_mc_reg_table
drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c
1453
struct atom_mc_reg_table *reg_table)
drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c
1461
memset(reg_table, 0, sizeof(struct atom_mc_reg_table));
drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.h
180
struct atom_mc_reg_table *reg_table);
drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c
6024
static int si_copy_vbios_mc_reg_table(struct atom_mc_reg_table *table,
drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c
6054
struct atom_mc_reg_table *table;
drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c
6059
table = kzalloc_obj(struct atom_mc_reg_table);
drivers/gpu/drm/radeon/btc_dpm.c
1960
static int btc_copy_vbios_mc_reg_table(struct atom_mc_reg_table *table,
drivers/gpu/drm/radeon/btc_dpm.c
1990
struct atom_mc_reg_table *table;
drivers/gpu/drm/radeon/btc_dpm.c
1995
table = kzalloc_obj(struct atom_mc_reg_table);
drivers/gpu/drm/radeon/ci_dpm.c
4457
static int ci_copy_vbios_mc_reg_table(const struct atom_mc_reg_table *table,
drivers/gpu/drm/radeon/ci_dpm.c
4577
struct atom_mc_reg_table *table;
drivers/gpu/drm/radeon/ci_dpm.c
4582
table = kzalloc_obj(struct atom_mc_reg_table);
drivers/gpu/drm/radeon/ni_dpm.c
2848
static int ni_copy_vbios_mc_reg_table(struct atom_mc_reg_table *table,
drivers/gpu/drm/radeon/ni_dpm.c
2878
struct atom_mc_reg_table *table;
drivers/gpu/drm/radeon/ni_dpm.c
2882
table = kzalloc_obj(struct atom_mc_reg_table);
drivers/gpu/drm/radeon/radeon.h
347
struct atom_mc_reg_table *reg_table);
drivers/gpu/drm/radeon/radeon_atombios.c
3975
struct atom_mc_reg_table *reg_table)
drivers/gpu/drm/radeon/radeon_atombios.c
3983
memset(reg_table, 0, sizeof(struct atom_mc_reg_table));
drivers/gpu/drm/radeon/si_dpm.c
5449
static int si_copy_vbios_mc_reg_table(struct atom_mc_reg_table *table,
drivers/gpu/drm/radeon/si_dpm.c
5479
struct atom_mc_reg_table *table;
drivers/gpu/drm/radeon/si_dpm.c
5484
table = kzalloc_obj(struct atom_mc_reg_table);