Searched refs:demo (Results 1 – 17 of 17) sorted by relevance
7 obj-y += demo-uclass.o demo-pdata.o8 obj-$(CONFIG_DM_DEMO_SIMPLE) += demo-simple.o9 obj-$(CONFIG_DM_DEMO_SHAPE) += demo-shape.o
4 bool "Enable demo uclass support"8 an interface to a couple of demo devices. You can access it using9 the 'demo' command or by calling the uclass functions from your13 bool "Enable simple demo device for driver model"17 a message when the 'demo hello' command is executed which targets22 bool "Enable shape demo device for driver model"26 a shape when the 'demo hello' command is executed which targets
21 UCLASS_DRIVER(demo) = {
22 extra-y = demo26 OBJ-y += demo.o55 $(obj)/demo: $(OBJS) FORCE60 $(obj)/demo.bin: $(obj)/demo FORCE
1 demo2 demo.bin
85 compatible = "demo-simple";227 compatible = "demo-shape";242 compatible = "demo-shape";
46 There is a uclass called 'demo'. This uclass handles53 The demo class is pretty simple, but not trivial. The intention is that it61 =>demo hello 163 =>demo status 265 =>demo hello 272 =>demo status 274 =>demo hello 4 ^81 =>demo status 4228 Let's start at the top. The demo command is in common/cmd_demo.c. It does235 UCLASS_DEMO means the class of devices which implement 'demo'. Other[all …]
124 demo, 4, 1, do_demo,
48 obj-$(CONFIG_CMD_DEMO) += demo.o
602 bool "demo - Demonstration commands for driver model"605 Provides a 'demo' command which can be used to play around with607 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
24 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
38 been used as a demo board.
25 source "drivers/demo/Kconfig"
85 obj-$(CONFIG_DM_DEMO) += demo/
2 This is a demo implementation of a Linux command line tool to access
829 } brightness, seq, demo; member861 } off, on, init, brightness, seq, reg, rgb, demo, set_params; member
4745 character, but this is just a demo program. The application can be