Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-pci-renesas.c584 bool has_rom; in renesas_xhci_check_request_fw() local
588 has_rom = renesas_check_rom(pdev); in renesas_xhci_check_request_fw()
589 if (has_rom) { in renesas_xhci_check_request_fw()
594 has_rom = false; in renesas_xhci_check_request_fw()
604 return has_rom ? 0 : err; in renesas_xhci_check_request_fw()
610 if (has_rom) { in renesas_xhci_check_request_fw()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c602 bool has_rom) in __set_legacy_tf() argument
620 res = mod_color_calculate_regamma_params(func, gamma, true, has_rom, in __set_legacy_tf()
640 bool has_rom) in __set_output_tf() argument
677 has_rom, NULL, &cal_buffer); in __set_output_tf()
698 bool has_rom) in __set_output_tf_32() argument
733 has_rom, NULL, &cal_buffer); in __set_output_tf_32()
745 uint32_t regamma_size, bool has_rom, in amdgpu_dm_set_atomic_regamma() argument
766 ret = __set_output_tf(out_tf, regamma_lut, regamma_size, has_rom); in amdgpu_dm_set_atomic_regamma()
1035 bool has_rom, in amdgpu_dm_atomic_shaper_lut() argument
1051 ret = __set_output_tf(func_shaper, shaper_lut, shaper_size, has_rom); in amdgpu_dm_atomic_shaper_lut()
[all …]