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

/vbox/src/VBox/Devices/Audio/
H A DDevIchHdaCodec.cpp1878 const uint8_t *pu8NodeIndex = &pThis->au8Dacs[0]; local
1879 while (*(++pu8NodeIndex))
1880 codecPropogatePowerState(&pThis->paNodes[*pu8NodeIndex].dac.u32F05_param);
1882 pu8NodeIndex = &pThis->au8Adcs[0];
1883 while (*(++pu8NodeIndex))
1884 codecPropogatePowerState(&pThis->paNodes[*pu8NodeIndex].adc.u32F05_param);
1886 pu8NodeIndex = &pThis->au8DigInPins[0];
1887 while (*(++pu8NodeIndex))
1888 codecPropogatePowerState(&pThis->paNodes[*pu8NodeIndex].digin.u32F05_param);

Completed in 55 milliseconds