Home
last modified time | relevance | path

Searched full:shape (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/u-boot/drivers/demo/
H A Ddemo-shape.c17 /* Shape size */
32 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()
[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/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/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/qemu/python/qemu/utils/
H A Dqom_common.py49 Build an ObjectPropertyInfo from a Dict with an unknown shape.
80 Build an ObjectPropertyValue from a Dict with an unknown shape.
104 Build an ObjectPropertiesValues from a Dict with an unknown shape.
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxext_1.3.6.bb6 MIT_SUNDRY-NONSTANDARD, Multi-Buffering, SECURITY, SHAPE, SYNC, TOG-CUP, \
/openbmc/qemu/hw/display/
H A Dqxl-logger.c212 fprintf(stderr, " +%d+%d visible %s, shape @ 0x%" PRIx64, in qxl_log_cmd_cursor()
216 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/qemu/tests/migration-stress/guestperf/
H A Dplot.py145 "shape": "linear",
188 "shape": "linear",
260 "shape": "linear",
320 "shape": "linear",
/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/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/qemu/include/hw/xen/interface/io/
H A Dkbdif.h419 * Multi-touch shape event - touch point's shape has changed its shape.
420 * Shape is approximated by an ellipse through the major and minor axis
444 * Multi-touch orientation event - touch point's shape has changed
478 } shape; member
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis/
H A Dtest_binary_search.py127 deliberately puts the data into a shape that is likely to trigger a
/openbmc/qemu/tests/functional/
H A Dtest_mips64el_malta.py
/openbmc/u-boot/arch/x86/lib/
H A Dbios_interrupts.c29 case 0x01: /* Set cursor shape */ in int10_handler()
/openbmc/docs/designs/
H A Dliquid-leak-detection.md86 F@{ shape: procs}
/openbmc/u-boot/board/sbc8548/
H A DREADME89 After the mod, they will be touching and form an "L" shape.
/openbmc/docs/process/
H A Dsubproject-maintainership.md49 as board and platform design. The shape of the project's community reflects the
/openbmc/qemu/include/libdecnumber/
H A DdecNumber.h51 /* Define the decNumber data structure. The size and shape of 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";

12