Searched refs:get_gpint_response (Results 1 – 5 of 5) sorted by relevance
181 funcs->get_gpint_response = dmub_dcn20_get_gpint_response; in dmub_srv_hw_setup()259 funcs->get_gpint_response = dmub_dcn31_get_gpint_response; in dmub_srv_hw_setup()300 funcs->get_gpint_response = dmub_dcn32_get_gpint_response; in dmub_srv_hw_setup()340 funcs->get_gpint_response = dmub_dcn35_get_gpint_response; in dmub_srv_hw_setup()386 funcs->get_gpint_response = dmub_dcn401_get_gpint_response; in dmub_srv_hw_setup()979 if (!dmub->hw_funcs.get_gpint_response) in dmub_srv_get_gpint_response()982 *response = dmub->hw_funcs.get_gpint_response(dmub); in dmub_srv_get_gpint_response()
124 scratch = dmub->hw_funcs.get_gpint_response(dmub); in dmub_dcn20_reset()
119 scratch = dmub->hw_funcs.get_gpint_response(dmub); in dmub_dcn32_reset()
88 scratch = dmub->hw_funcs.get_gpint_response(dmub); in dmub_dcn401_reset()
449 uint32_t (*get_gpint_response)(struct dmub_srv *dmub); member