Symbol: tonga_smumgr
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1089
struct tonga_smumgr *smu_data =
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1090
(struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1177
struct tonga_smumgr *smu_data =
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1178
(struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1489
struct tonga_smumgr *smu_data =
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1490
(struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1527
struct tonga_smumgr *smu_data =
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1528
(struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1578
struct tonga_smumgr *smu_data =
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1579
(struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1799
struct tonga_smumgr *smu_data = (struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1828
struct tonga_smumgr *smu_data =
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1829
(struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1875
struct tonga_smumgr *smu_data =
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1876
(struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1890
struct tonga_smumgr *smu_data =
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1891
(struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1911
struct tonga_smumgr *smu_data =
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1912
(struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1933
struct tonga_smumgr *smu_data =
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1934
(struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1945
struct tonga_smumgr *smu_data = (struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
195
struct tonga_smumgr *priv = hwmgr->smu_backend;
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1963
struct tonga_smumgr *smu_data =
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1964
(struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1975
struct tonga_smumgr *smu_data =
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1976
(struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1996
struct tonga_smumgr *smu_data =
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1997
(struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
2066
const struct tonga_smumgr *smu_data = (struct tonga_smumgr *)hwmgr->smu_backend;
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
2112
struct tonga_smumgr *smu_data = (struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
2156
struct tonga_smumgr *smu_data = (struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
2187
struct tonga_smumgr *smu_data = (struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
2206
struct tonga_smumgr *smu_data = (struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
2224
struct tonga_smumgr *smu_data =
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
2225
(struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
228
struct tonga_smumgr *tonga_priv = NULL;
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
230
tonga_priv = kzalloc(sizeof(struct tonga_smumgr), GFP_KERNEL);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
2462
struct tonga_smumgr *smu_data =
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
2463
(struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
2566
struct tonga_smumgr *smu_data =
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
2567
(struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
2675
struct tonga_smumgr *smu_data =
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
2676
(struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
2709
struct tonga_smumgr *smu_data =
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
2710
(struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
2756
struct tonga_smumgr *smu_data = (struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
3066
struct tonga_smumgr *smu_data = (struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
3149
struct tonga_smumgr *smu_data = (struct tonga_smumgr *)
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
510
struct tonga_smumgr *smu_data = (struct tonga_smumgr *)(hwmgr->smu_backend);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
688
struct tonga_smumgr *smu_data = (struct tonga_smumgr *)(hwmgr->smu_backend);