Home
last modified time | relevance | path

Searched refs:light (Results 1 - 7 of 7) sorted by relevance

/drivers/hdf_core/adapter/khdf/linux/model/misc/light/
H A DMakefile15 LIGHT_ROOT_DIR = ../../../../../../framework/model/misc/light/driver
20 ccflags-y +=-I$(srctree)/drivers/hdf/framework/model/misc/light/driver/include \
/drivers/hdf_core/adapter/khdf/liteos/model/misc/light/
H A DMakefile33 FRAMEWORKS_LIGHT_ROOT = $(LITEOSTOPDIR)/../../drivers/hdf_core/framework/model/misc/light/driver
/drivers/peripheral/light/test/benchmarktest/
H A Dhdf_light_benchmark_test.cpp182 struct HdfLightColor light; in BENCHMARK_F() local
183 light.colorValue.rgbColor.b = COLORVALUE_BLUE; in BENCHMARK_F()
184 lightColor.push_back(light); in BENCHMARK_F()
/drivers/peripheral/light/test/unittest/hdi/
H A Dhdf_light_hdi_test.cpp73 * @tc.desc: Turn on the battery light is steady on red.
96 * @tc.desc: Turn on the battery light is steady on green.
119 * @tc.desc: Turn on the battery light is steady on blue.
142 * @tc.desc: Turn on the battery light blinking red.
168 * @tc.desc: Turn on the battery light blinking green.
194 * @tc.desc: Turn on the battery light blinking blue.
398 struct HdfLightColor light; in HWTEST_F() local
399 light.colorValue.rgbColor.r = MAX_VALUE; in HWTEST_F()
400 light.colorValue.rgbColor.g = MIN_VALUE; in HWTEST_F()
401 light in HWTEST_F()
[all...]
/drivers/hdf_core/adapter/khdf/linux/
H A DMakefile53 obj-$(CONFIG_DRIVERS_HDF_LIGHT) += model/misc/light/
/drivers/hdf_core/framework/model/misc/light/driver/src/
H A Dlight_driver.c116 HDF_LOGE("%s: write blue light's gpio failed", __func__); in UpdateLight()
124 HDF_LOGE("%s: write green light's gpio failed", __func__); in UpdateLight()
132 HDF_LOGE("%s: write red light's gpio failed", __func__); in UpdateLight()
180 HDF_LOGE("%s: delete light timer fail!", __func__); in LightTimerEntry()
198 HDF_LOGE("%s: light id info is null", __func__); in TurnOnLight()
203 HDF_LOGE("%s: light read data failed", __func__); in TurnOnLight()
230 HDF_LOGE("%s: create light timer fail!", __func__); in TurnOnLight()
235 HDF_LOGE("%s: start light timer fail!", __func__); in TurnOnLight()
262 HDF_LOGE("%s: light id info is null", __func__); in TurnOffLight()
276 HDF_LOGE("%s: delete light time in TurnOffLight()
462 const struct DeviceResourceNode *light = NULL; GetLightConfigData() local
[all...]
/drivers/hdf_core/adapter/khdf/liteos/
H A Dhdf_lite.mk114 LIB_SUBDIRS += $(LITEOS_DRIVERS_HDF)/model/misc/light

Completed in 3 milliseconds