Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Ddm-demo.h34 int demo_set_light(struct udevice *dev, int light);
/OK3568_Linux_fs/u-boot/drivers/demo/
H A Ddemo-uclass.c56 int demo_set_light(struct udevice *dev, int light) in demo_set_light() function
/OK3568_Linux_fs/u-boot/cmd/
H A Ddemo.c51 ret = demo_set_light(demo_dev, light); in do_demo_light()