Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Ddm-demo.h33 int demo_set_light(struct udevice *dev, int light);
/openbmc/u-boot/drivers/demo/
H A Ddemo-uclass.c55 int demo_set_light(struct udevice *dev, int light) in demo_set_light() function
/openbmc/u-boot/cmd/
H A Ddemo.c50 ret = demo_set_light(demo_dev, light); in do_demo_light()