Searched refs:agp_bus (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/accelerants/via/engine/
H A Dagp.c31 if (!nai.agp_bus) {
/haiku/src/add-ons/kernel/drivers/graphics/via/
H A Ddriver.c85 static agp_gart_module_info *agp_bus = NULL; variable
285 get_module(B_AGP_GART_MODULE_NAME, (module_info **)&agp_bus);
290 if (agp_bus)
333 if (agp_bus)
892 nai->agp_bus = false;
893 if (agp_bus) {
894 nai->agp_bus = true;
895 if ((*agp_bus->get_nth_agp_info)(nai->index, &(nai->agpi)) == B_NO_ERROR) {
905 if (agp_bus) {
906 nca->agp_bus
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/skeleton/
H A Ddriver.c85 static agp_module_info *agp_bus = NULL; variable
280 get_module(B_AGP_MODULE_NAME, (module_info **)&agp_bus);
325 if (agp_bus) put_module(B_AGP_MODULE_NAME);
904 nai->agp_bus = false;
905 if (agp_bus) {
906 nai->agp_bus = true;
907 if ((*agp_bus->get_nth_agp_info)(nai->index, &(nai->agpi)) == B_NO_ERROR) {
917 if (agp_bus) {
918 nca->agp_bus = true;
919 (*agp_bus
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/nvidia/
H A Ddriver.c79 static agp_gart_module_info *agp_bus = NULL; variable
1288 nai.agp_bus = false;
1289 if (agp_bus) {
1290 nai.agp_bus = true;
1291 if ((*agp_bus->get_nth_agp_info)(nai.index, &(nai.agpi)) == B_NO_ERROR) {
1304 if (agp_bus) {
1305 nca.agp_bus = true;
1306 nca.cmd = agp_bus->set_agp_mode(nca.cmd);
1308 nca.agp_bus = false;
1544 get_module(B_AGP_GART_MODULE_NAME, (module_info **)&agp_bus);
[all...]
/haiku/headers/private/graphics/skeleton/
H A DDriverInterface.h339 bool agp_bus;/* indicates if we have access to the AGP busmanager */ member in struct:__anon949
348 bool agp_bus;/* indicates if we have access to the AGP busmanager */ member in struct:__anon950
/haiku/headers/private/graphics/via/
H A DDriverInterface.h350 bool agp_bus;/* indicates if we have access to the AGP busmanager */ member in struct:__anon16
359 bool agp_bus;/* indicates if we have access to the AGP busmanager */ member in struct:__anon17
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h480 bool agp_bus;/* indicates if we have access to the AGP busmanager */ member in struct:__anon34
489 bool agp_bus;/* indicates if we have access to the AGP busmanager */ member in struct:__anon35
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dagp.c50 if (!nai.agp_bus)
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_agp.c53 if (!nai.agp_bus) {

Completed in 68 milliseconds