Searched refs:get_fw_boot_option (Results 1 – 2 of 2) sorted by relevance
258 funcs->get_fw_boot_option = dmub_dcn31_get_fw_boot_option; in dmub_srv_hw_setup()886 if (dmub->hw_funcs.get_fw_boot_option) in dmub_srv_get_fw_boot_option()887 *option = dmub->hw_funcs.get_fw_boot_option(dmub); in dmub_srv_get_fw_boot_option()
387 union dmub_fw_boot_options (*get_fw_boot_option)(struct dmub_srv *dmub); member