Searched refs:hw_funcs (Results 1 – 6 of 6) sorted by relevance
270 if (params->hw_funcs) { in dmub_srv_create()280 dmub->hw_funcs.is_supported = in dmub_srv_create()422 if (dmub->hw_funcs.is_supported) in dmub_srv_has_hw_support()438 if (dmub->hw_funcs.is_hw_init) in dmub_srv_is_hw_init()473 if (dmub->hw_funcs.reset) in dmub_srv_hw_init()474 dmub->hw_funcs.reset(dmub); in dmub_srv_hw_init()533 if (dmub->hw_funcs.setup_windows) in dmub_srv_hw_init()579 if (dmub->hw_funcs.reset) in dmub_srv_hw_reset()580 dmub->hw_funcs.reset(dmub); in dmub_srv_hw_reset()643 if (!dmub->hw_funcs.is_phy_init) in dmub_srv_wait_for_phy_init()[all …]
63 dmub->outbox1_rb.wrpt = dmub->hw_funcs.get_outbox1_wptr(dmub); in dmub_srv_stat_get_notification()102 dmub->hw_funcs.set_outbox1_rptr(dmub, dmub->outbox1_rb.rptr); in dmub_srv_stat_get_notification()
107 dmub->hw_funcs.set_gpint(dmub, cmd); in dmub_dcn20_reset()119 if (dmub->hw_funcs.is_gpint_acked(dmub, cmd)) in dmub_dcn20_reset()124 scratch = dmub->hw_funcs.get_gpint_response(dmub); in dmub_dcn20_reset()131 dmub->hw_funcs.set_gpint(dmub, cmd); in dmub_dcn20_reset()
96 dmub->hw_funcs.set_gpint(dmub, cmd); in dmub_dcn31_reset()104 if (dmub->hw_funcs.is_gpint_acked(dmub, cmd)) in dmub_dcn31_reset()111 scratch = dmub->hw_funcs.get_gpint_response(dmub); in dmub_dcn31_reset()132 dmub->hw_funcs.set_gpint(dmub, cmd); in dmub_dcn31_reset()
122 if (dmub->hw_funcs.send_inbox0_cmd) in dc_dmub_srv_send_inbox0_cmd()123 dmub->hw_funcs.send_inbox0_cmd(dmub, data); in dc_dmub_srv_send_inbox0_cmd()
382 struct dmub_srv_hw_funcs *hw_funcs; member410 struct dmub_srv_hw_funcs hw_funcs; member
Completed in 11 milliseconds