Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Ddm-demo.h31 int demo_hello(struct udevice *dev, int ch);
/openbmc/u-boot/drivers/demo/
H A Ddemo-uclass.c25 int demo_hello(struct udevice *dev, int ch) in demo_hello() function
/openbmc/u-boot/cmd/
H A Ddemo.c24 return demo_hello(demo_dev, ch); in do_demo_hello()
/openbmc/u-boot/doc/driver-model/
H A DREADME.txt248 return demo_hello(demo_dev, ch);
254 The code for demo_hello() is in drivers/demo/demo-uclass.c:
256 int demo_hello(struct udevice *dev, int ch)