Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Ddm-demo.h35 int demo_get_light(struct udevice *dev);
/OK3568_Linux_fs/u-boot/drivers/demo/
H A Ddemo-uclass.c46 int demo_get_light(struct udevice *dev) in demo_get_light() function
/OK3568_Linux_fs/u-boot/cmd/
H A Ddemo.c53 ret = demo_get_light(demo_dev); in do_demo_light()