Searched refs:has_rom (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | xhci-pci-renesas.c | 584 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 D | amdgpu_dm_color.c | 605 bool has_rom) in __set_legacy_tf() argument 623 res = mod_color_calculate_regamma_params(func, gamma, true, has_rom, in __set_legacy_tf() 643 bool has_rom) in __set_output_tf() argument 680 has_rom, NULL, &cal_buffer); in __set_output_tf() 701 bool has_rom) in __set_output_tf_32() argument 736 has_rom, NULL, &cal_buffer); in __set_output_tf_32() 748 uint32_t regamma_size, bool has_rom, in amdgpu_dm_set_atomic_regamma() argument 769 ret = __set_output_tf(out_tf, regamma_lut, regamma_size, has_rom); in amdgpu_dm_set_atomic_regamma() 1038 bool has_rom, in amdgpu_dm_atomic_shaper_lut() argument 1054 ret = __set_output_tf(func_shaper, shaper_lut, shaper_size, has_rom); in amdgpu_dm_atomic_shaper_lut() [all …]
|