Home
last modified time | relevance | path

Searched refs:shape (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/demo/
H A Ddemo-shape.c33 static const struct shape { in shape_hello() struct
43 struct shape shape; in shape_hello() local
57 shape = shapes[index]; in shape_hello()
62 inside = pos >= shape.start && pos < shape.end; in shape_hello()
74 shape.start += shape.dstart; in shape_hello()
75 shape.end += shape.dend; in shape_hello()
76 if (shape.start < 0) { in shape_hello()
77 shape.dstart = -shape.dstart; in shape_hello()
78 shape.dend = -shape.dend; in shape_hello()
79 shape.start += shape.dstart; in shape_hello()
[all …]
H A DKconfig22 bool "Enable shape demo device for driver model"
26 a shape when the 'demo hello' command is executed which targets
H A DMakefile9 obj-$(CONFIG_DM_DEMO_SHAPE) += demo-shape.o
/rk3399_rockchip-uboot/arch/sandbox/dts/
H A Dsandbox.dts227 compatible = "demo-shape";
242 compatible = "demo-shape";
/rk3399_rockchip-uboot/board/sbc8548/
H A DREADME89 After the mod, they will be touching and form an "L" shape.
/rk3399_rockchip-uboot/doc/driver-model/
H A DREADME.txt51 - shape: Prints shapes and reports number of characters printed as status
288 drivers/demo/demo-shape.c):
413 compatible = "demo-shape";