Searched refs:crtc_dpms (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dglobals.h17 typedef status_t (*crtc_dpms)(bool, bool, bool); typedef
35 crtc_dpms head1_dpms;
48 crtc_dpms head2_dpms;
H A Dgeneral.c194 head1_dpms = (crtc_dpms) eng_crtc2_dpms;
212 head2_dpms = (crtc_dpms) eng_crtc_dpms;
232 head1_dpms = (crtc_dpms) eng_crtc_dpms;
250 head2_dpms = (crtc_dpms) eng_crtc2_dpms;
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_globals.h19 typedef status_t (*crtc_dpms)(bool, bool, bool, bool); typedef
40 extern crtc_dpms head1_dpms;
56 extern crtc_dpms head2_dpms;
H A Dnv_globals.c27 crtc_dpms head1_dpms;
43 crtc_dpms head2_dpms;
H A Dnv_general.c1466 head1_dpms = (crtc_dpms) nv_crtc2_dpms;
1487 head2_dpms = (crtc_dpms) nv_crtc_dpms;
1510 head1_dpms = (crtc_dpms) nv_crtc_dpms;
1531 head2_dpms = (crtc_dpms) nv_crtc2_dpms;
/haiku/src/add-ons/accelerants/via/engine/
H A Dglobals.h17 typedef status_t (*crtc_dpms)(bool, bool, bool); typedef
35 extern crtc_dpms head1_dpms;
48 extern crtc_dpms head2_dpms;
H A Dglobals.c24 crtc_dpms head1_dpms;
37 crtc_dpms head2_dpms;
H A Dgeneral.c218 head1_dpms = (crtc_dpms) eng_crtc2_dpms;
236 head2_dpms = (crtc_dpms) eng_crtc_dpms;
256 head1_dpms = (crtc_dpms) eng_crtc_dpms;
274 head2_dpms = (crtc_dpms) eng_crtc2_dpms;

Completed in 114 milliseconds