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

/haiku/src/system/boot/platform/riscv/
H A Dvirtio.cpp24 VirtioDevice* gKeyboardDev = NULL; variable
250 gKeyboardDev = new(std::nothrow) VirtioDevice(*devRes);
253 if (gKeyboardDev != NULL) {
255 gKeyboardDev->ScheduleIO(new(std::nothrow) IORequest(ioOpWrite,
275 if (gKeyboardDev == NULL)
278 IORequest* req = gKeyboardDev->ConsumeIO();
289 gKeyboardDev->ScheduleIO(new(std::nothrow) IORequest(ioOpWrite,

Completed in 68 milliseconds