Searched refs:is_gpint_acked (Results 1 – 3 of 3) sorted by relevance
154 funcs->is_gpint_acked = dmub_dcn20_is_gpint_acked; in dmub_srv_hw_setup()594 if (!dmub->hw_funcs.is_gpint_acked) in dmub_srv_send_gpint_command()604 if (dmub->hw_funcs.is_gpint_acked(dmub, reg)) in dmub_srv_send_gpint_command()
109 if (dmub->hw_funcs.is_gpint_acked(dmub, cmd)) in dmub_dcn20_reset()
274 bool (*is_gpint_acked)(struct dmub_srv *dmub, member