Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Ddm-demo.h32 int demo_hello(struct udevice *dev, int ch);
/OK3568_Linux_fs/u-boot/drivers/demo/
H A Ddemo-uclass.c26 int demo_hello(struct udevice *dev, int ch) in demo_hello() function
/OK3568_Linux_fs/u-boot/cmd/
H A Ddemo.c25 return demo_hello(demo_dev, ch); in do_demo_hello()
/OK3568_Linux_fs/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)