Lines Matching refs:num_adaptors
46 int num_adaptors; member
469 a_this->num_adaptors = a_this->host_adaptors->num_adaptors; in ephyrXVPrivQueryHostAdaptors()
470 if (a_this->num_adaptors <= 0) { in ephyrXVPrivQueryHostAdaptors()
474 EPHYR_LOG("host has %d adaptors\n", a_this->num_adaptors); in ephyrXVPrivQueryHostAdaptors()
478 if (a_this->num_adaptors) { in ephyrXVPrivQueryHostAdaptors()
479 a_this->adaptors = calloc(a_this->num_adaptors, in ephyrXVPrivQueryHostAdaptors()
488 for (i = 0; i < a_this->num_adaptors; i++) { in ephyrXVPrivQueryHostAdaptors()
583 for (i = 0; i < a_this->num_adaptors; i++) { in ephyrXVPrivSetAdaptorsHooks()
626 if (!a_this->num_adaptors) in ephyrXVPrivRegisterAdaptors()
629 if (!KdXVScreenInit(a_screen, a_this->adaptors, a_this->num_adaptors)) { in ephyrXVPrivRegisterAdaptors()
633 EPHYR_LOG("there are %d registered adaptors\n", a_this->num_adaptors); in ephyrXVPrivRegisterAdaptors()