Searched refs:lightDevice (Results 1 – 1 of 1) sorted by relevance
39 struct LightDevice *lightDevice = NULL; in ShowLightInfo() local48 lightDevice = GetLightDevicePriv(); in ShowLightInfo()49 if (lightDevice == NULL || lightDevice->lightInfoEntry == NULL || in ShowLightInfo()50 lightDevice->lightNum == 0) { in ShowLightInfo()54 for (i = 0; i < lightDevice->lightNum; i++) { in ShowLightInfo()63 lightDevice->lightInfoEntry->lightId, in ShowLightInfo()64 lightState[lightDevice->lightInfoEntry->lightId], in ShowLightInfo()65 lightDevice->lightInfoEntry->lightNumber, in ShowLightInfo()66 lightDevice->lightInfoEntry->lightName, in ShowLightInfo()67 lightDevice->lightInfoEntry->lightType); in ShowLightInfo()