Searched refs:init_common (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/add-ons/accelerants/vesa/
H A Daccelerant.cpp81 init_common(int device, bool isClone) function
121 /*! Cleans up everything done by a successful init_common(). */
147 status_t status = init_common(device, false);
192 status_t status = init_common(fd, true);
/haiku-fatelf/src/add-ons/accelerants/matrox/
H A DInitAccelerant.c17 static status_t init_common(int the_fd);
20 static status_t init_common(int the_fd) function
43 LOG(4,("init_common: logmask 0x%08x, memory %dMB, hardcursor %d, usebios %d, greensync %d\n",
114 result = init_common(the_fd);
211 Initialization failed after init_common() succeeded, so we need to clean
282 result = init_common(fd);
/haiku-fatelf/src/add-ons/accelerants/neomagic/
H A DInitAccelerant.c16 static status_t init_common(int the_fd);
19 static status_t init_common(int the_fd) function
42 LOG(4,("init_common: logmask 0x%08x, memory %dMB, hardcursor %d, usebios %d\n",
143 result = init_common(the_fd);
233 Initialization failed after init_common() succeeded, so we need to clean
306 result = init_common(fd);
/haiku-fatelf/src/add-ons/accelerants/nvidia/
H A DInitAccelerant.c16 static status_t init_common(int the_fd);
19 static status_t init_common(int the_fd) { function
41 LOG(4,("init_common: logmask 0x%08x, memory %dMB, hardcursor %d, usebios %d, switchhead %d, force_pci %d\n",
43 LOG(4,("init_common: dumprom %d, unhide_fw %d, pgm_panel %d, dma_acc %d, tv_output %d, vga_on_tv %d\n",
45 LOG(4,("init_common: force_sync %d, gpu_clk %dMhz, ram_clk %dMhz, force_ws %d, block_acc %d\n",
112 result = init_common(the_fd);
225 Initialization failed after init_common() succeeded, so we need to clean
297 result = init_common(fd);
/haiku-fatelf/src/add-ons/accelerants/nvidia_gpgpu/
H A DInitAccelerant.c16 static status_t init_common(int the_fd);
19 static status_t init_common(int the_fd) { function
41 LOG(4,("init_common: logmask 0x%08x, memory %dMB, hardcursor %d, usebios %d, switchhead %d\n",
43 LOG(4,("init_common: dumprom %d, pgm_panel %d\n",
45 LOG(4,("init_common: force_sync %d, gpu_clk %dMhz, ram_clk %dMhz, force_ws %d\n",
111 result = init_common(the_fd);
205 Initialization failed after init_common() succeeded, so we need to clean
277 result = init_common(fd);
/haiku-fatelf/src/add-ons/accelerants/skeleton/
H A DInitAccelerant.c16 static status_t init_common(int the_fd);
19 static status_t init_common(int the_fd) { function
41 LOG(4,("init_common: logmask 0x%08x, memory %dMB, hardcursor %d, usebios %d, switchhead %d, force_pci %d\n",
43 LOG(4,("init_common: dumprom %d, unhide_fw %d, pgm_panel %d\n",
112 result = init_common(the_fd);
196 Initialization failed after init_common() succeeded, so we need to clean
267 result = init_common(fd);
/haiku-fatelf/src/add-ons/accelerants/via/
H A DInitAccelerant.c16 static status_t init_common(int the_fd);
19 static status_t init_common(int the_fd) { function
41 LOG(4,("init_common: logmask 0x%08x, memory %dMB, hardcursor %d, usebios %d, switchhead %d, force_pci %d\n",
43 LOG(4,("init_common: dumprom %d, unhide_fw %d, pgm_panel %d\n",
112 result = init_common(the_fd);
196 Initialization failed after init_common() succeeded, so we need to clean
267 result = init_common(fd);
/haiku-fatelf/src/add-ons/accelerants/radeon/
H A DInitAccelerant.c28 static status_t init_common( int the_fd, bool accelerant_is_clone ) function
154 result = init_common( the_fd, 0 );
264 result = init_common( fd, 1 );
/haiku-fatelf/src/add-ons/accelerants/intel_extreme/
H A Daccelerant.cpp94 init_common(int device, bool isClone) function
189 status_t status = init_common(device, false);
275 status_t status = init_common(fd, true);
/haiku-fatelf/src/add-ons/accelerants/radeon_hd/
H A Daccelerant.cpp103 init_common(int device, bool isClone) function
244 status_t status = init_common(device, false);

Completed in 90 milliseconds