Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmumgr.c135 hwmgr->smumgr_funcs->send_msg_to_smc == NULL || in smum_send_msg_to_smc()
141 ret = hwmgr->smumgr_funcs->send_msg_to_smc(hwmgr, msg); in smum_send_msg_to_smc()
H A Dsmu10_smumgr.c311 .send_msg_to_smc = &smu10_send_msg_to_smc,
H A Dvega10_smumgr.c388 .send_msg_to_smc = &smu9_send_msg_to_smc,
H A Dvega12_smumgr.c408 .send_msg_to_smc = &smu9_send_msg_to_smc,
H A Dvega20_smumgr.c637 .send_msg_to_smc = &vega20_send_msg_to_smc,
H A Dsmu8_smumgr.c904 .send_msg_to_smc = smu8_send_msg_to_smc,
H A Dvegam_smumgr.c2285 .send_msg_to_smc = smu7_send_msg_to_smc,
H A Dfiji_smumgr.c2652 .send_msg_to_smc = &smu7_send_msg_to_smc,
H A Diceland_smumgr.c2670 .send_msg_to_smc = &smu7_send_msg_to_smc,
H A Dpolaris10_smumgr.c2690 .send_msg_to_smc = smu7_send_msg_to_smc,
H A Dtonga_smumgr.c3251 .send_msg_to_smc = &smu7_send_msg_to_smc,
H A Dci_smumgr.c2971 .send_msg_to_smc = ci_send_msg_to_smc,
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h210 int (*send_msg_to_smc)(struct pp_hwmgr *hwmgr, uint16_t msg); member