Searched refs:get_argument (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
| H A D | smumgr.c | 136 (resp && !hwmgr->smumgr_funcs->get_argument)) in smum_send_msg_to_smc() 148 *resp = hwmgr->smumgr_funcs->get_argument(hwmgr); in smum_send_msg_to_smc() 164 (resp && !hwmgr->smumgr_funcs->get_argument)) in smum_send_msg_to_smc_with_parameter() 177 *resp = hwmgr->smumgr_funcs->get_argument(hwmgr); in smum_send_msg_to_smc_with_parameter()
|
| H A D | smu10_smumgr.c | 318 .get_argument = smu10_read_arg_from_smc,
|
| H A D | vega10_smumgr.c | 396 .get_argument = smu9_get_argument,
|
| H A D | vega12_smumgr.c | 414 .get_argument = smu9_get_argument,
|
| H A D | vega20_smumgr.c | 644 .get_argument = vega20_get_argument,
|
| H A D | smu8_smumgr.c | 903 .get_argument = smu8_get_argument,
|
| H A D | vegam_smumgr.c | 2289 .get_argument = smu7_get_argument,
|
| H A D | fiji_smumgr.c | 2656 .get_argument = smu7_get_argument,
|
| H A D | iceland_smumgr.c | 2672 .get_argument = smu7_get_argument,
|
| H A D | polaris10_smumgr.c | 2574 .get_argument = smu7_get_argument,
|
| H A D | ci_smumgr.c | 2972 .get_argument = smu7_get_argument,
|
| H A D | tonga_smumgr.c | 3253 .get_argument = smu7_get_argument,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/ |
| H A D | hwmgr.h | 210 uint32_t (*get_argument)(struct pp_hwmgr *hwmgr); member
|