Home
last modified time | relevance | path

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

12

/openbmc/u-boot/drivers/demo/
H A Ddemo-shape.c32 static const struct shape { in shape_hello() struct
42 struct shape shape; in shape_hello() local
56 shape = shapes[index]; in shape_hello()
61 inside = pos >= shape.start && pos < shape.end; in shape_hello()
73 shape.start += shape.dstart; in shape_hello()
74 shape.end += shape.dend; in shape_hello()
75 if (shape.start < 0) { in shape_hello()
76 shape.dstart = -shape.dstart; in shape_hello()
77 shape.dend = -shape.dend; in shape_hello()
78 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 DMakefile7 obj-$(CONFIG_DM_DEMO_SHAPE) += demo-shape.o
/openbmc/qemu/scripts/
H A Drender_block_graph.py65 ' <shared_perm>\l', shape='none')
73 shape = 'ellipse'
77 shape = 'box'
81 shape = 'box'
83 graph.node(str(n['id']), label, shape=shape)
/openbmc/google-misc/subprojects/ncsid/doc/
H A Dncsid_arch.dot2 node [shape="box"];
4 node [shape=plaintext];
23 node [shape="note" style="filled"];
34 d_bus [shape="doublecircle" label="DBus"];
49 NIC [shape="tab" fillcolor="limegreen" style="filled"];
H A Dncsid_test_arch.dot2 node [shape="box"];
4 node [shape=plaintext];
20 node [shape="note" style="filled"];
/openbmc/qemu/include/hw/xen/interface/io/
H A Dkbdif.h478 } shape; member
/openbmc/qemu/hw/display/
H A Dqxl-logger.c216 cmd->u.set.shape); in qxl_log_cmd_cursor()
217 cursor = qxl_phys2virt(qxl, cmd->u.set.shape, group_id, in qxl_log_cmd_cursor()
H A Dqxl-render.c327 cursor = qxl_phys2virt(qxl, cmd->u.set.shape, ext->group_id, in qxl_render_cursor()
333 cursor = qxl_phys2virt(qxl, cmd->u.set.shape, ext->group_id, in qxl_render_cursor()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/icewm/
H A Dicewm_3.7.4.bb21 --enable-shape"
/openbmc/u-boot/arch/sandbox/dts/
H A Dsandbox64.dts230 compatible = "demo-shape";
249 compatible = "demo-shape";
H A Dsandbox.dts265 compatible = "demo-shape";
285 compatible = "demo-shape";
/openbmc/qemu/tests/functional/
H A Dtest_mips64el_malta.py
/openbmc/qemu/docs/interop/
H A Dvhost-user-gpu.rst21 events for the display updates. It will also update the cursor shape
232 Update the cursor shape and location.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fvwm/
H A Dfvwm_2.7.0.bb62 --disable-shape \
/openbmc/libpldm/
H A DDoxyfile.in328 DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4"
/openbmc/docs/designs/
H A Dliquid-leak-detection.md86 F@{ shape: procs}
H A Duart-mux-support.md296 To help shape the choices here, we have the existing behaviours of obmc-console
/openbmc/u-boot/board/sbc8548/
H A DREADME89 After the mod, they will be touching and form an "L" shape.
/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/
H A Duse-pkgconfig.patch4 Subject: [PATCH] gettext: beat library detection into shape
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/
H A Dmpd.conf.in46 # most variables to get MPD back into the same general shape it was in before
/openbmc/docs/process/
H A Dsubproject-maintainership.md49 as board and platform design. The shape of the project's community reflects the
/openbmc/u-boot/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";
/openbmc/qemu/ui/
H A Dspice-display.c279 ccmd->u.set.shape = (uintptr_t)cursor; in qemu_spice_create_cursor_update()
/openbmc/openbmc/poky/meta/classes/
H A Dbuildhistory.bbclass524 printf "digraph depends {\n node [shape=plaintext]\n" > $1/depends.dot

12