Home
last modified time | relevance | path

Searched refs:shape (Results 26 – 50 of 84) sorted by relevance

1234

/openbmc/linux/tools/bpf/bpftool/
H A Dcfg.c387 const char *shape; in draw_bb_node() local
390 shape = "Mdiamond"; in draw_bb_node()
392 shape = "record"; in draw_bb_node()
395 func->idx, bb->idx, shape); in draw_bb_node()
/openbmc/linux/arch/alpha/kernel/
H A Dsetup.c1117 show_cache_size (struct seq_file *f, const char *which, int shape) in show_cache_size() argument
1119 if (shape == -1) in show_cache_size()
1121 else if (shape == 0) in show_cache_size()
1125 which, shape >> 10, shape & 15, in show_cache_size()
1126 1 << ((shape >> 4) & 15)); in show_cache_size()
/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.c322 cursor = qxl_phys2virt(qxl, cmd->u.set.shape, ext->group_id, in qxl_render_cursor()
328 cursor = qxl_phys2virt(qxl, cmd->u.set.shape, ext->group_id, in qxl_render_cursor()
/openbmc/qemu/include/hw/xen/interface/io/
H A Dkbdif.h478 } shape; member
/openbmc/linux/include/xen/interface/io/
H A Dkbdif.h475 } shape; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/icewm/
H A Dicewm_3.4.5.bb20 --enable-shape"
/openbmc/linux/drivers/acpi/acpica/
H A Ddbconvert.c303 ACPI_PLD_SET_SHAPE(&dword, pld_info->shape); in acpi_db_encode_pld_buffer()
419 acpi_os_printf(ACPI_PLD_OUTPUT, "PLD_Shape", pld_info->shape); in acpi_db_dump_pld_buffer()
H A Dutxface.c494 pld_info->shape = ACPI_PLD_GET_SHAPE(&dword); in ACPI_EXPORT_SYMBOL()
/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/linux/Documentation/devicetree/bindings/media/
H A Drenesas,imr.yaml16 texture mapping and drawing with respect to any shape that is split into
/openbmc/linux/Documentation/input/
H A Dff.rst8 You may redistribute this file. Please remember to include shape.svg and
130 should also find help in a few sketches, contained in files shape.svg
133 .. kernel-figure:: shape.svg
H A Dmulti-touch-protocol.rst213 In addition to the MAJOR parameters, the oval shape of the touch and finger
219 For type A devices, further specification of the touch shape is possible
326 contact. The sequence of points forms a polygon which defines the shape of
/openbmc/qemu/tests/avocado/
H A Dmachine_mips_malta.py86 h, w = tuxlogo_bgr.shape[:2]
/openbmc/linux/Documentation/gpu/
H A Ddrm-kms.rst26 node [shape=box]
43 node [shape=oval]
94 node [shape=box]
172 node [shape=box]
203 node [shape=box]
/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.bb59 --disable-shape \
/openbmc/linux/drivers/input/misc/
H A Dxen-kbdfront.c138 mtouch->u.shape.major); in xenkbd_handle_mt_event()
140 mtouch->u.shape.minor); in xenkbd_handle_mt_event()
/openbmc/linux/include/acpi/
H A Dacbuffer.h91 u8 shape; member
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-decoder.rst175 node [shape = doublecircle, label="Decoding"] Decoding;
177 node [shape = circle, label="Initialization"] Initialization;
178 node [shape = circle, label="Capture\nsetup"] CaptureSetup;
179 node [shape = circle, label="Dynamic\nResolution\nChange"] ResChange;
180 node [shape = circle, label="Stopped"] Stopped;
181 node [shape = circle, label="Drain"] Drain;
182 node [shape = circle, label="Seek"] Seek;
183 node [shape = circle, label="End of Stream"] EoS;
185 node [shape = point]; qi
H A Ddev-encoder.rst57 node [shape = doublecircle, label="Encoding"] Encoding;
59 node [shape = circle, label="Initialization"] Initialization;
60 node [shape = circle, label="Stopped"] Stopped;
61 node [shape = circle, label="Drain"] Drain;
62 node [shape = circle, label="Reset"] Reset;
64 node [shape = point]; qi
/openbmc/linux/drivers/video/fbdev/core/
H A Dsvgalib.c316 if (cursor -> shape == FB_TILE_CURSOR_NONE) in svga_tilecursor()
319 switch (cursor -> shape) { in svga_tilecursor()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dst,sta350.txt98 - st,noise-shape-dc-cut:
/openbmc/linux/Documentation/dev-tools/kunit/
H A Dusage.rst286 struct shape {
287 int (*area)(struct shape *this);
291 struct shape parent;
296 int rectangle_area(struct shape *this)

1234