Searched refs:bInterruptAssigned (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/graphics/s3/
H A DDriverInterface.h139 bool bInterruptAssigned; // card has a useable interrupt assigned to it member in struct:SharedInfo
/haiku/headers/private/graphics/ati/
H A DDriverInterface.h180 bool bInterruptAssigned; // card has a useable interrupt assigned to it member in struct:SharedInfo
/haiku/src/add-ons/kernel/drivers/graphics/s3/
H A Ddriver.cpp355 si.bInterruptAssigned = false; // indicate interrupt not assigned yet
382 si.bInterruptAssigned = true; // we can use interrupt related functions
446 TRACE("Interrupt assigned: %s\n", si.bInterruptAssigned ? "yes" : "no");
785 if (si.bInterruptAssigned) {
/haiku/src/add-ons/kernel/drivers/graphics/ati/
H A Ddriver.cpp741 si.bInterruptAssigned = false; // indicate interrupt not assigned yet
768 si.bInterruptAssigned = true; // we can use interrupt related functions
871 TRACE("Interrupt assigned: %s\n", si.bInterruptAssigned ? "yes" : "no");
1120 if (si.bInterruptAssigned) {

Completed in 39 milliseconds