Home
last modified time | relevance | path

Searched refs:lightDevInstance (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/peripheral/light/hal/src/
H A Dlight_controller.c389 static struct LightInterface lightDevInstance; in NewLightInterfaceInstance() local
393 return &lightDevInstance; in NewLightInterfaceInstance()
397 lightDevInstance.GetLightInfo = GetLightInfo; in NewLightInterfaceInstance()
398 lightDevInstance.TurnOnLight = OnLight; in NewLightInterfaceInstance()
399 lightDevInstance.TurnOffLight = OffLight; in NewLightInterfaceInstance()
400 lightDevInstance.TurnOnMultiLights = OnMultiLights; in NewLightInterfaceInstance()
412 return &lightDevInstance; in NewLightInterfaceInstance()