Symbol: atom_mc_reg_table
sys/dev/drm/amd/amdgpu/amdgpu_atombios.c
1585
struct atom_mc_reg_table *reg_table)
sys/dev/drm/amd/amdgpu/amdgpu_atombios.c
1593
memset(reg_table, 0, sizeof(struct atom_mc_reg_table));
sys/dev/drm/amd/amdgpu/amdgpu_atombios.h
193
struct atom_mc_reg_table *reg_table);
sys/dev/drm/amd/amdgpu/ci_dpm.c
4656
static int ci_copy_vbios_mc_reg_table(const struct atom_mc_reg_table *table,
sys/dev/drm/amd/amdgpu/ci_dpm.c
4776
struct atom_mc_reg_table *table;
sys/dev/drm/amd/amdgpu/ci_dpm.c
4781
table = kzalloc(sizeof(struct atom_mc_reg_table), GFP_KERNEL);
sys/dev/drm/amd/amdgpu/si_dpm.c
5959
static int si_copy_vbios_mc_reg_table(struct atom_mc_reg_table *table,
sys/dev/drm/amd/amdgpu/si_dpm.c
5989
struct atom_mc_reg_table *table;
sys/dev/drm/amd/amdgpu/si_dpm.c
5994
table = kzalloc(sizeof(struct atom_mc_reg_table), GFP_KERNEL);
sys/dev/drm/radeon/btc_dpm.c
1987
static int btc_copy_vbios_mc_reg_table(struct atom_mc_reg_table *table,
sys/dev/drm/radeon/btc_dpm.c
2017
struct atom_mc_reg_table *table;
sys/dev/drm/radeon/btc_dpm.c
2022
table = kzalloc(sizeof(struct atom_mc_reg_table), GFP_KERNEL);
sys/dev/drm/radeon/ci_dpm.c
4541
static int ci_copy_vbios_mc_reg_table(const struct atom_mc_reg_table *table,
sys/dev/drm/radeon/ci_dpm.c
4661
struct atom_mc_reg_table *table;
sys/dev/drm/radeon/ci_dpm.c
4666
table = kzalloc(sizeof(struct atom_mc_reg_table), GFP_KERNEL);
sys/dev/drm/radeon/ni_dpm.c
2845
static int ni_copy_vbios_mc_reg_table(struct atom_mc_reg_table *table,
sys/dev/drm/radeon/ni_dpm.c
2875
struct atom_mc_reg_table *table;
sys/dev/drm/radeon/ni_dpm.c
2879
table = kzalloc(sizeof(struct atom_mc_reg_table), GFP_KERNEL);
sys/dev/drm/radeon/radeon.h
349
struct atom_mc_reg_table *reg_table);
sys/dev/drm/radeon/radeon_atombios.c
3977
struct atom_mc_reg_table *reg_table)
sys/dev/drm/radeon/radeon_atombios.c
3985
memset(reg_table, 0, sizeof(struct atom_mc_reg_table));
sys/dev/drm/radeon/si_dpm.c
5508
static int si_copy_vbios_mc_reg_table(struct atom_mc_reg_table *table,
sys/dev/drm/radeon/si_dpm.c
5538
struct atom_mc_reg_table *table;
sys/dev/drm/radeon/si_dpm.c
5543
table = kzalloc(sizeof(struct atom_mc_reg_table), GFP_KERNEL);