Home
last modified time | relevance | path

Searched refs:dret (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_dp_mst.c712 int dret; in radeon_dp_mst_check_status() local
716 dret = drm_dp_dpcd_read(&radeon_connector->ddc_bus->aux, in radeon_dp_mst_check_status()
719 if (dret == 8) { in radeon_dp_mst_check_status()
732 dret = drm_dp_dpcd_read(&radeon_connector->ddc_bus->aux, in radeon_dp_mst_check_status()
734 if (dret == 8) { in radeon_dp_mst_check_status()
Dradeon_connectors.c1019 bool dret = false; in radeon_vga_detect() local
1032 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() local
1243 dret = radeon_ddc_probe(radeon_connector, false); in radeon_dvi_detect()
1244 if (dret) { in radeon_dvi_detect()
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/
Dehea_main.c2549 int dret; in ehea_stop_qps() local
2598 dret = ehea_rem_smrs(pr); in ehea_stop_qps()
2599 if (dret) { in ehea_stop_qps()