Home
last modified time | relevance | path

Searched refs:get_argument (Results 1 – 13 of 13) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dsmumgr.c136 (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()
Dsmu10_smumgr.c317 .get_argument = smu10_read_arg_from_smc,
Dvega10_smumgr.c393 .get_argument = smu9_get_argument,
Dvega12_smumgr.c413 .get_argument = smu9_get_argument,
Dvega20_smumgr.c642 .get_argument = vega20_get_argument,
Dsmu8_smumgr.c903 .get_argument = smu8_get_argument,
Dvegam_smumgr.c2288 .get_argument = smu7_get_argument,
Dfiji_smumgr.c2654 .get_argument = smu7_get_argument,
Diceland_smumgr.c2672 .get_argument = smu7_get_argument,
Dpolaris10_smumgr.c2694 .get_argument = smu7_get_argument,
Dci_smumgr.c2974 .get_argument = smu7_get_argument,
Dtonga_smumgr.c3253 .get_argument = smu7_get_argument,
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h210 uint32_t (*get_argument)(struct pp_hwmgr *hwmgr); member