Home
last modified time | relevance | path

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

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