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

/vbox/src/VBox/Main/include/
H A DConsoleImpl.h937 PPDMLED mapUSBLed[2]; member in class:Console
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp1930 i_attachStatusDriver(pInst, &mapUSBLed[0], 0, 0, NULL, NULL, 0);
1961 i_attachStatusDriver(pInst, &mapUSBLed[1], 0, 0, NULL, NULL, 0);
2011 i_attachStatusDriver(pInst, &mapUSBLed[0], 0, 1, NULL, NULL, 0);
H A DConsoleImpl.cpp405 RT_ZERO(mapUSBLed);
2741 for (unsigned i = 0; i < RT_ELEMENTS(mapUSBLed); ++i)
2742 SumLed.u32 |= readAndClearLed(mapUSBLed[i]);

Completed in 610 milliseconds