Searched refs:get_argument (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/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 | 315 .get_argument = smu10_read_arg_from_smc,
|
H A D | vega10_smumgr.c | 397 .get_argument = smu9_get_argument,
|
H A D | vega12_smumgr.c | 413 .get_argument = smu9_get_argument,
|
H A D | vega20_smumgr.c | 642 .get_argument = vega20_get_argument,
|
H A D | smu8_smumgr.c | 903 .get_argument = smu8_get_argument,
|
H A D | vegam_smumgr.c | 2287 .get_argument = smu7_get_argument,
|
H A D | fiji_smumgr.c | 2654 .get_argument = smu7_get_argument,
|
H A D | iceland_smumgr.c | 2672 .get_argument = smu7_get_argument,
|
H A D | polaris10_smumgr.c | 2692 .get_argument = smu7_get_argument,
|
H A D | ci_smumgr.c | 2973 .get_argument = smu7_get_argument,
|
H A D | tonga_smumgr.c | 3253 .get_argument = smu7_get_argument,
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | hwmgr.h | 209 uint32_t (*get_argument)(struct pp_hwmgr *hwmgr); member
|