Home
last modified time | relevance | path

Searched refs:demo (Results 1 – 17 of 17) sorted by relevance

/rk3399_rockchip-uboot/drivers/demo/
H A DMakefile7 obj-y += demo-uclass.o demo-pdata.o
8 obj-$(CONFIG_DM_DEMO_SIMPLE) += demo-simple.o
9 obj-$(CONFIG_DM_DEMO_SHAPE) += demo-shape.o
H A DKconfig4 bool "Enable demo uclass support"
8 an interface to a couple of demo devices. You can access it using
9 the 'demo' command or by calling the uclass functions from your
13 bool "Enable simple demo device for driver model"
17 a message when the 'demo hello' command is executed which targets
22 bool "Enable shape demo device for driver model"
26 a shape when the 'demo hello' command is executed which targets
H A Ddemo-uclass.c21 UCLASS_DRIVER(demo) = {
/rk3399_rockchip-uboot/examples/api/
H A DMakefile22 extra-y = demo
26 OBJ-y += demo.o
55 $(obj)/demo: $(OBJS) FORCE
60 $(obj)/demo.bin: $(obj)/demo FORCE
H A D.gitignore1 demo
2 demo.bin
/rk3399_rockchip-uboot/arch/sandbox/dts/
H A Dsandbox.dts85 compatible = "demo-simple";
227 compatible = "demo-shape";
242 compatible = "demo-shape";
/rk3399_rockchip-uboot/doc/driver-model/
H A DREADME.txt46 There is a uclass called 'demo'. This uclass handles
53 The demo class is pretty simple, but not trivial. The intention is that it
61 =>demo hello 1
63 =>demo status 2
65 =>demo hello 2
72 =>demo status 2
74 =>demo hello 4 ^
81 =>demo status 4
228 Let's start at the top. The demo command is in common/cmd_demo.c. It does
235 UCLASS_DEMO means the class of devices which implement 'demo'. Other
[all …]
/rk3399_rockchip-uboot/cmd/
H A Ddemo.c124 demo, 4, 1, do_demo,
H A DMakefile48 obj-$(CONFIG_CMD_DEMO) += demo.o
H A DKconfig602 bool "demo - Demonstration commands for driver model"
605 Provides a 'demo' command which can be used to play around with
607 both of the demo devices (DM_DEMO_SHAPE and DM_DEMO_SIMPLE).
608 Otherwise you will always get an empty list of devices. The demo
/rk3399_rockchip-uboot/doc/
H A DREADME.socfpga24 verified with DE1_SOC_Linux_FB demo project (https://github.com/VCTLabs/DE1_SOC_Linux_FB).
27 Note: it *should* work from Quartus 14.0.200 onwards, however, the current vendor demo
H A DREADME.dfutftp38 been used as a demo board.
/rk3399_rockchip-uboot/drivers/
H A DKconfig25 source "drivers/demo/Kconfig"
H A DMakefile85 obj-$(CONFIG_DM_DEMO) += demo/
/rk3399_rockchip-uboot/tools/env/
H A DREADME2 This is a demo implementation of a Linux command line tool to access
/rk3399_rockchip-uboot/include/
H A Dec_commands.h829 } brightness, seq, demo; member
861 } off, on, init, brightness, seq, reg, rgb, demo, set_params; member
/rk3399_rockchip-uboot/
H A DREADME4745 character, but this is just a demo program. The application can be