Searched refs:get_fw_boot_option (Results 1 – 2 of 2) sorted by relevance
261 funcs->get_fw_boot_option = dmub_dcn31_get_fw_boot_option; in dmub_srv_hw_setup()341 funcs->get_fw_boot_option = dmub_dcn35_get_fw_boot_option; in dmub_srv_hw_setup()1021 if (dmub->hw_funcs.get_fw_boot_option) in dmub_srv_get_fw_boot_option()1022 *option = dmub->hw_funcs.get_fw_boot_option(dmub); in dmub_srv_get_fw_boot_option()
440 union dmub_fw_boot_options (*get_fw_boot_option)(struct dmub_srv *dmub); member