Searched defs:HDAREGDESC (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A DDevIchHda.cpp773 static const struct HDAREGDESC struct
3959 struct HDAREGDESC const *pReg = &g_aHdaRegMap[i];
3960 struct HDAREGDESC const *pNextReg = i + 1 < RT_ELEMENTS(g_aHdaRegMap) ? &g_aHdaRegMap[i + 1] : NULL;
3978 struct HDAREGDESC const *pPrevReg = i > 0 ? &g_aHdaRegMap[i - 1] : NULL;

Completed in 56 milliseconds