Searched refs:dret (Results 1 – 5 of 5) sorted by relevance
713 int dret; in radeon_dp_mst_check_status() local717 dret = drm_dp_dpcd_read(&radeon_connector->ddc_bus->aux, in radeon_dp_mst_check_status()720 if (dret == 8) { in radeon_dp_mst_check_status()733 dret = drm_dp_dpcd_read(&radeon_connector->ddc_bus->aux, in radeon_dp_mst_check_status()735 if (dret == 8) { in radeon_dp_mst_check_status()
1025 bool dret = false; in radeon_vga_detect() local1040 dret = radeon_ddc_probe(radeon_connector, false); in radeon_vga_detect()1041 if (dret) { in radeon_vga_detect()1249 bool dret = false, broken_edid = false; in radeon_dvi_detect() local1268 dret = radeon_ddc_probe(radeon_connector, false); in radeon_dvi_detect()1274 if (!dret && !force && in radeon_dvi_detect()1283 if (dret) { in radeon_dvi_detect()
853 bool dret = false; in amdgpu_connector_vga_detect() local868 dret = amdgpu_display_ddc_probe(amdgpu_connector, false); in amdgpu_connector_vga_detect()869 if (dret) { in amdgpu_connector_vga_detect()978 bool dret = false, broken_edid = false; in amdgpu_connector_dvi_detect() local992 dret = amdgpu_display_ddc_probe(amdgpu_connector, false); in amdgpu_connector_dvi_detect()993 if (dret) { in amdgpu_connector_dvi_detect()
1055 uint8_t dret; in dm_handle_hpd_rx_irq() local1075 dret = drm_dp_dpcd_read( in dm_handle_hpd_rx_irq()1081 while (dret == dpcd_bytes_to_read && in dm_handle_hpd_rx_irq()1084 dret = 0; in dm_handle_hpd_rx_irq()1114 dret = drm_dp_dpcd_read( in dm_handle_hpd_rx_irq()
2530 int dret; in ehea_stop_qps() local2579 dret = ehea_rem_smrs(pr); in ehea_stop_qps()2580 if (dret) { in ehea_stop_qps()