Searched refs:shape (Results 1 – 6 of 6) sorted by relevance
33 static const struct shape { in shape_hello() struct43 struct shape shape; in shape_hello() local57 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 …]
22 bool "Enable shape demo device for driver model"26 a shape when the 'demo hello' command is executed which targets
9 obj-$(CONFIG_DM_DEMO_SHAPE) += demo-shape.o
227 compatible = "demo-shape";242 compatible = "demo-shape";
89 After the mod, they will be touching and form an "L" shape.
51 - shape: Prints shapes and reports number of characters printed as status288 drivers/demo/demo-shape.c):413 compatible = "demo-shape";