Home
last modified time | relevance | path

Searched refs:has_rom (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c227 bool has_rom) in __set_legacy_tf() argument
245 res = mod_color_calculate_regamma_params(func, gamma, true, has_rom, in __set_legacy_tf()
265 bool has_rom) in __set_output_tf() argument
298 has_rom, NULL, &cal_buffer); in __set_output_tf()
399 bool has_rom = adev->asic_type <= CHIP_RAVEN; in amdgpu_dm_update_crtc_color_mgmt() local
444 regamma_size, has_rom); in amdgpu_dm_update_crtc_color_mgmt()
453 regamma_size, has_rom); in amdgpu_dm_update_crtc_color_mgmt()
/openbmc/linux/drivers/usb/host/
H A Dxhci-pci-renesas.c583 bool has_rom; in renesas_xhci_check_request_fw() local
587 has_rom = renesas_check_rom(pdev); in renesas_xhci_check_request_fw()
588 if (has_rom) { in renesas_xhci_check_request_fw()
593 has_rom = false; in renesas_xhci_check_request_fw()
603 return has_rom ? 0 : err; in renesas_xhci_check_request_fw()
609 if (has_rom) { in renesas_xhci_check_request_fw()
/openbmc/qemu/hw/xen/
H A Dxen_pt_load_rom.c80 dev->has_rom = true; in pci_assign_dev_load_option_rom()
/openbmc/qemu/include/hw/pci/
H A Dpci_device.h148 bool has_rom; member
/openbmc/qemu/hw/pci/
H A Dpci.c2414 pdev->has_rom = true; in pci_add_option_rom()
2437 if (!pdev->has_rom) in pci_del_option_rom()
2441 pdev->has_rom = false; in pci_del_option_rom()
/openbmc/qemu/hw/scsi/
H A Dmegasas.c792 if (pci_dev->has_rom) { in megasas_ctrl_get_info()