Searched refs:dret (Results 1 – 4 of 4) sorted by relevance
711 int dret; in radeon_dp_mst_check_status() local715 dret = drm_dp_dpcd_read(&radeon_connector->ddc_bus->aux, in radeon_dp_mst_check_status()718 if (dret == 8) { in radeon_dp_mst_check_status()731 dret = drm_dp_dpcd_read(&radeon_connector->ddc_bus->aux, in radeon_dp_mst_check_status()733 if (dret == 8) { in radeon_dp_mst_check_status()
1019 bool dret = false; in radeon_vga_detect() local1032 dret = radeon_ddc_probe(radeon_connector, false); in radeon_vga_detect()1033 if (dret) { in radeon_vga_detect()1231 bool dret = false, broken_edid = false; in radeon_dvi_detect() local1248 dret = radeon_ddc_probe(radeon_connector, false); in radeon_dvi_detect()1254 if (!dret && !force && in radeon_dvi_detect()1263 if (dret) { in radeon_dvi_detect()
861 bool dret = false; in amdgpu_connector_vga_detect() local874 dret = amdgpu_ddc_probe(amdgpu_connector, false); in amdgpu_connector_vga_detect()875 if (dret) { in amdgpu_connector_vga_detect()982 bool dret = false, broken_edid = false; in amdgpu_connector_dvi_detect() local994 dret = amdgpu_ddc_probe(amdgpu_connector, false); in amdgpu_connector_dvi_detect()995 if (dret) { in amdgpu_connector_dvi_detect()
2549 int dret; in ehea_stop_qps() local2598 dret = ehea_rem_smrs(pr); in ehea_stop_qps()2599 if (dret) { in ehea_stop_qps()