Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A 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()
H A Dsmu10_smumgr.c315 .get_argument = smu10_read_arg_from_smc,
H A Dvega10_smumgr.c397 .get_argument = smu9_get_argument,
H A Dvega12_smumgr.c413 .get_argument = smu9_get_argument,
H A Dvega20_smumgr.c642 .get_argument = vega20_get_argument,
H A Dsmu8_smumgr.c903 .get_argument = smu8_get_argument,
H A Dvegam_smumgr.c2287 .get_argument = smu7_get_argument,
H A Dfiji_smumgr.c2654 .get_argument = smu7_get_argument,
H A Diceland_smumgr.c2672 .get_argument = smu7_get_argument,
H A Dpolaris10_smumgr.c2692 .get_argument = smu7_get_argument,
H A Dci_smumgr.c2973 .get_argument = smu7_get_argument,
H A Dtonga_smumgr.c3253 .get_argument = smu7_get_argument,
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h209 uint32_t (*get_argument)(struct pp_hwmgr *hwmgr); member