Home
last modified time | relevance | path

Searched +full:depth +full:- (Results 1 – 25 of 1026) sorted by relevance

12345678910>>...42

/openbmc/qemu/tests/qemu-iotests/
H A D146.out5 [{ "start": 0, "length": 136363130880, "depth": 0, "present": true, "zero": true, "data": false, "c…
9 [{ "start": 0, "length": 136365211648, "depth": 0, "present": true, "zero": true, "data": false, "c…
13 [{ "start": 0, "length": 136363130880, "depth": 0, "present": true, "zero": true, "data": false, "c…
15 === Testing Hyper-V Autodetect ===
17 [{ "start": 0, "length": 136365211648, "depth": 0, "present": true, "zero": true, "data": false, "c…
19 === Testing Hyper-V with current_size force ===
21 [{ "start": 0, "length": 136365211648, "depth": 0, "present": true, "zero": true, "data": false, "c…
23 === Testing Hyper-V with chs force ===
25 [{ "start": 0, "length": 136363130880, "depth": 0, "present": true, "zero": true, "data": false, "c…
29 [{ "start": 0, "length": 2097152, "depth": 0, "present": true, "zero": false, "data": true, "compre…
[all …]
H A D154.out14 [{ "start": 0, "length": 4096, "depth": 0, "present": true, "zero": true, "data": false, "compresse…
15 { "start": 4096, "length": 4096, "depth": 1, "present": false, "zero": true, "data": false, "compre…
16 { "start": 8192, "length": 4096, "depth": 0, "present": true, "zero": true, "data": false, "compres…
17 { "start": 12288, "length": 4096, "depth": 1, "present": false, "zero": true, "data": false, "compr…
18 { "start": 16384, "length": 4096, "depth": 0, "present": true, "zero": true, "data": false, "compre…
19 { "start": 20480, "length": 4096, "depth": 1, "present": false, "zero": true, "data": false, "compr…
20 { "start": 24576, "length": 8192, "depth": 0, "present": true, "zero": true, "data": false, "compre…
21 { "start": 32768, "length": 134184960, "depth": 1, "present": false, "zero": true, "data": false, "…
23 == backing file contains non-zero data before write_zeroes ==
44 [{ "start": 0, "length": 32768, "depth": 1, "present": false, "zero": true, "data": false, "compres…
[all …]
H A D122.out6 === Check allocation status regression with -B ===
70 [{ "start": 0, "length": 65536, "depth": 0, "present": true, "zero": false, "data": true, "compress…
71 { "start": 65536, "length": 4128768, "depth": 0, "present": false, "zero": true, "data": false, "co…
72 { "start": 4194304, "length": 65536, "depth": 0, "present": true, "zero": false, "data": true, "com…
73 { "start": 4259840, "length": 4128768, "depth": 0, "present": false, "zero": true, "data": false, "…
74 { "start": 8388608, "length": 65536, "depth": 0, "present": true, "zero": false, "data": true, "com…
75 { "start": 8454144, "length": 4128768, "depth": 0, "present": false, "zero": true, "data": false, "…
82 qemu-img: Having a backing file for the target makes no sense when concatenating multiple input ima…
83 qemu-img: Having a backing file for the target makes no sense when concatenating multiple input ima…
97 [{ "start": 0, "length": 65536, "depth": 0, "present": true, "zero": false, "data": true, "compress…
[all …]
H A D223.out14 …croseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}}
29 {"execute":"blockdev-add",
30 "arguments":{"driver":"IMGFMT", "node-name":"n",
33 {"execute":"block-dirty-bitmap-disable",
36 {"execute":"blockdev-add",
37 "arguments":{"driver":"null-co", "node-name":"null",
40 {"execute":"block-dirty-bitmap-add",
46 {"execute":"nbd-server-add",
49 {"execute":"nbd-server-start",
53 {"execute":"nbd-server-start",
[all …]
H A D274.out23 [{ "start": 0, "length": 2097152, "depth": 0, "present": true, "zero": false, "data": true, "compre…
26 0 0x200000 0x50000 TEST_DIR/PID-base
28 [{ "start": 0, "length": 1048576, "depth": 1, "present": true, "zero": false, "data": true, "compre…
31 0 0x100000 0x50000 TEST_DIR/PID-base
33 [{ "start": 0, "length": 1048576, "depth": 2, "present": true, "zero": false, "data": true, "compre…
34 { "start": 1048576, "length": 1048576, "depth": 0, "present": false, "zero": true, "data": false, "…
37 0 0x100000 0x50000 TEST_DIR/PID-base
39 === Testing qemu-img commit (top -> mid) ===
46 backing file: TEST_DIR/PID-base
62 === Testing HMP commit (top -> mid) ===
[all …]
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_fourcc.c34 * drm_mode_legacy_fb_format - compute drm fourcc code from legacy description
36 * @depth: bit depth per pixel
38 * Computes a drm fourcc pixel format code for the given @bpp/@depth values.
41 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() argument
47 if (depth == 1) in drm_mode_legacy_fb_format()
52 if (depth == 2) in drm_mode_legacy_fb_format()
57 if (depth == 4) in drm_mode_legacy_fb_format()
62 if (depth == 8) in drm_mode_legacy_fb_format()
67 switch (depth) { in drm_mode_legacy_fb_format()
80 if (depth == 24) in drm_mode_legacy_fb_format()
[all …]
/openbmc/linux/lib/
H A Dsbitmap.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright (C) 2013-2014 Jens Axboe
14 unsigned depth = sb->depth; in init_alloc_hint() local
16 sb->alloc_hint = alloc_percpu_gfp(unsigned int, flags); in init_alloc_hint()
17 if (!sb->alloc_hint) in init_alloc_hint()
18 return -ENOMEM; in init_alloc_hint()
20 if (depth && !sb->round_robin) { in init_alloc_hint()
24 *per_cpu_ptr(sb->alloc_hint, i) = get_random_u32_below(depth); in init_alloc_hint()
30 unsigned int depth) in update_alloc_hint_before_get() argument
34 hint = this_cpu_read(*sb->alloc_hint); in update_alloc_hint_before_get()
[all …]
/openbmc/qemu/hw/display/
H A Dcirrus_vga_rop2.h25 #if DEPTH == 8
27 #elif DEPTH == 16
29 #elif DEPTH == 24
35 #elif DEPTH == 32
38 #error unsupported DEPTH
42 glue(glue(glue(cirrus_patternfill_, ROP_NAME), _),DEPTH) in glue() argument
52 #if DEPTH == 24 in glue()
53 int skipleft = s->vga.gr[0x2f] & 0x1f; in glue()
55 int skipleft = (s->vga.gr[0x2f] & 0x07) * (DEPTH / 8); in glue()
58 #if DEPTH == 8 in glue()
[all …]
/openbmc/linux/fs/quota/
H A Dquota_tree.c1 // SPDX-License-Identifier: GPL-2.0-only
25 * Maximum quota tree depth we support. Only to limit recursion when working
32 static int __get_index(struct qtree_mem_dqinfo *info, qid_t id, int depth) in __get_index() argument
34 unsigned int epb = info->dqi_usable_bs >> 2; in __get_index()
36 depth = info->dqi_qtree_depth - depth - 1; in __get_index()
37 while (depth--) in __get_index()
42 static int get_index(struct qtree_mem_dqinfo *info, struct kqid qid, int depth) in get_index() argument
46 return __get_index(info, id, depth); in get_index()
52 return (info->dqi_usable_bs - sizeof(struct qt_disk_dqdbheader)) in qtree_dqstr_in_blk()
53 / info->dqi_entry_size; in qtree_dqstr_in_blk()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/net/can/
H A Dxilinx,can.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
16 - xlnx,zynq-can-1.0
17 - xlnx,axi-can-1.00.a
18 - xlnx,canfd-1.0
19 - xlnx,canfd-2.0
31 clock-names:
34 power-domains:
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-inzi.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _V4L2-PIX-FMT-INZI:
9 Infrared 10-bit linked with Depth 16-bit images
15 Proprietary multi-planar format used by Intel SR300 Depth cameras, comprise of
16 Infrared image followed by Depth data. The pixel definition is 32-bpp,
17 with the Depth and Infrared Data split into separate continuous planes of
22 The first plane - Infrared data - is stored according to
23 :ref:`V4L2_PIX_FMT_Y10 <V4L2-PIX-FMT-Y10>` greyscale format.
24 Each pixel is 16-bit cell, with actual data stored in the 10 LSBs
29 The second plane provides 16-bit per-pixel Depth data arranged in
[all …]
/openbmc/pyphosphor/obmc/utils/
H A Dpathtree.py1 # Contributors Listed Below - COPYRIGHT 2016
9 # http://www.apache.org/licenses/LICENSE-2.0
19 def __init__(self, path_tree, subtree, depth): argument
24 self.depth = depth
56 if self.depth:
57 if len(self.path) + 1 > self.depth:
80 def __init__(self, path_tree, subtree, depth): argument
81 super(PathTreeKeyIterator, self).__init__(path_tree, subtree, depth)
106 for k in elements[:-1]:
109 if 'data' not in d[elements[-1]] and not d[elements[-1]][kids]:
[all …]
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-tracepoints.c1 // SPDX-License-Identifier: GPL-2.0
37 opal_tracepoint_refcount--; in opal_tracepoint_unregfunc()
50 unsigned int *depth; in __trace_opal_entry() local
54 depth = this_cpu_ptr(&opal_trace_depth); in __trace_opal_entry()
56 if (*depth) in __trace_opal_entry()
59 (*depth)++; in __trace_opal_entry()
62 (*depth)--; in __trace_opal_entry()
71 unsigned int *depth; in __trace_opal_exit() local
75 depth = this_cpu_ptr(&opal_trace_depth); in __trace_opal_exit()
77 if (*depth) in __trace_opal_exit()
[all …]
/openbmc/linux/drivers/media/platform/mediatek/mdp3/
H A Dmdp_cfg_data.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Author: Ping-Hsun Wu <ping-hsun.wu@mediatek.com>
7 #include "mtk-img-ipi.h"
8 #include "mtk-mdp3-cfg.h"
9 #include "mtk-mdp3-core.h"
10 #include "mtk-mdp3-comp.h"
11 #include "mtk-mdp3-regs.h"
50 [MDP_INFRA_MMSYS] = { .compatible = "mediatek,mt8183-mmsys" },
51 [MDP_INFRA_MUTEX] = { .compatible = "mediatek,mt8183-disp-mutex" },
52 [MDP_INFRA_SCP] = { .compatible = "mediatek,mt8183-scp" }
[all …]
/openbmc/linux/fs/ext4/
H A Dextents.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2003-2006, Cluster File Systems, Inc, info@clusterfs.com
15 * - ext4*_error() should be used in some situations
16 * - analyze all BUG()/BUG_ON(), use -EIO where appropriate
17 * - smart tree reduction
53 struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb); in ext4_extent_block_csum()
56 csum = ext4_chksum(sbi, ei->i_csum_seed, (__u8 *)eh, in ext4_extent_block_csum()
66 if (!ext4_has_metadata_csum(inode->i_sb)) in ext4_extent_block_csum_verify()
70 if (et->et_checksum != ext4_extent_block_csum(inode, eh)) in ext4_extent_block_csum_verify()
80 if (!ext4_has_metadata_csum(inode->i_sb)) in ext4_extent_block_csum_set()
[all …]
/openbmc/linux/fs/minix/
H A Ditree_common.c1 // SPDX-License-Identifier: GPL-2.0
14 p->key = *(p->p = v); in add_chain()
15 p->bh = bh; in add_chain()
20 while (from <= to && from->key == *from->p) in verify_chain()
27 return (block_t *)((char*)bh->b_data + bh->b_size); in block_end()
31 int depth, in get_branch() argument
33 Indirect chain[DEPTH], in get_branch() argument
36 struct super_block *sb = inode->i_sb; in get_branch()
43 if (!p->key) in get_branch()
45 while (--depth) { in get_branch()
[all …]
/openbmc/linux/include/linux/
H A Dsbitmap.h1 /* SPDX-License-Identifier: GPL-2.0-only */
6 * Copyright (C) 2013-2014 Jens Axboe
27 * struct sbitmap_word - Word in a &struct sbitmap.
41 * @swap_lock: serializes simultaneous updates of ->word and ->cleared
47 * struct sbitmap - Scalable bitmap.
49 * A &struct sbitmap is spread over multiple cachelines to avoid ping-pong. This
54 * @depth: Number of bits used in the whole bitmap.
56 unsigned int depth; member
69 * @round_robin: Allocate bits in strict round-robin order.
81 * This is per-cpu, which allows multiple users to stick to different
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcommonring.c1 // SPDX-License-Identifier: ISC
22 commonring->cr_ring_bell = cr_ring_bell; in brcmf_commonring_register_cb()
23 commonring->cr_update_rptr = cr_update_rptr; in brcmf_commonring_register_cb()
24 commonring->cr_update_wptr = cr_update_wptr; in brcmf_commonring_register_cb()
25 commonring->cr_write_rptr = cr_write_rptr; in brcmf_commonring_register_cb()
26 commonring->cr_write_wptr = cr_write_wptr; in brcmf_commonring_register_cb()
27 commonring->cr_ctx = ctx; in brcmf_commonring_register_cb()
31 void brcmf_commonring_config(struct brcmf_commonring *commonring, u16 depth, in brcmf_commonring_config() argument
34 commonring->depth = depth; in brcmf_commonring_config()
35 commonring->item_len = item_len; in brcmf_commonring_config()
[all …]
/openbmc/qemu/qapi/
H A Dqapi-clone-visitor.c7 * See the COPYING file in the top-level directory.
12 #include "qapi/clone-visitor.h"
13 #include "qapi/visitor-impl.h"
19 size_t depth; member
33 assert(qcv->depth); in qapi_clone_start_struct()
41 qcv->depth++; in qapi_clone_start_struct()
49 assert(qcv->depth); in qapi_clone_end()
51 qcv->depth--; in qapi_clone_end()
67 assert(qcv->depth); in qapi_clone_next_list()
69 tail->next = g_memdup(tail->next, size); in qapi_clone_next_list()
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dnbd-qemu-allocation.out1 QA output created by nbd-qemu-allocation
14 [{ "start": 0, "length": 1048576, "depth": 1, "present": true, "zero": false, "data": true, "compre…
15 { "start": 1048576, "length": 2097152, "depth": 0, "present": true, "zero": false, "data": true, "c…
16 { "start": 3145728, "length": 1048576, "depth": 1, "present": false, "zero": true, "data": false, "…
20 flags: 0x148f ( readonly flush fua df cache block-status-payload )
24 transaction size: 64-bit
27 qemu:allocation-depth
28 [{ "start": 0, "length": 3145728, "depth": 0, "present": true, "zero": false, "data": true, "compre…
29 { "start": 3145728, "length": 1048576, "depth": 0, "present": true, "zero": true, "data": false, "c…
30 [{ "start": 0, "length": 1048576, "depth": 0, "present": true, "zero": true, "data": true, "compres…
[all …]
H A Dqemu-img-bitmaps.out1 QA output created by qemu-img-bitmaps
18 === Bitmap preservation not possible to non-qcow2 ===
20 qemu-img: Format driver 'raw' does not support bitmaps
106 [{ "start": 0, "length": 3145728, "depth": 0, "present": true, "zero": false, "data": true, "compre…
107 { "start": 3145728, "length": 1048576, "depth": 0, "present": false, "zero": false, "data": false, …
108 { "start": 4194304, "length": 6291456, "depth": 0, "present": true, "zero": false, "data": true, "c…
109 [{ "start": 0, "length": 1048576, "depth": 0, "present": true, "zero": false, "data": true, "compre…
110 { "start": 1048576, "length": 1048576, "depth": 0, "present": false, "zero": false, "data": false, …
111 { "start": 2097152, "length": 8388608, "depth": 0, "present": true, "zero": false, "data": true, "c…
112 [{ "start": 0, "length": 2097152, "depth": 0, "present": true, "zero": false, "data": true, "compre…
[all …]
/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_link.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved.
75 * mdss_dp_test_bit_depth_to_bpp() - convert test bit depth to bpp
76 * @tbd: test bit depth
79 * git bit depth value. This function assumes that bit depth has
86 * 1. Bit depth is per color component in dp_link_bit_depth_to_bpp()
87 * 2. If bit depth is unknown return 0 in dp_link_bit_depth_to_bpp()
104 * dp_test_bit_depth_to_bpc() - convert test bit depth to bpc
105 * @tbd: test bit depth
108 * bit depth value. This function assumes that bit depth has
[all …]
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt.c2 * libfdt - Flat Device Tree manipulation
21 * MA 02110-1301 USA
63 return -FDT_ERR_BADVERSION; in fdt_check_header()
65 return -FDT_ERR_BADVERSION; in fdt_check_header()
67 /* Unfinished sequential-write blob */ in fdt_check_header()
69 return -FDT_ERR_BADSTATE; in fdt_check_header()
71 return -FDT_ERR_BADMAGIC; in fdt_check_header()
101 *nextoffset = -FDT_ERR_TRUNCATED; in fdt_next_tag()
108 *nextoffset = -FDT_ERR_BADSTRUCTURE; in fdt_next_tag()
123 /* skip-name offset, length and value */ in fdt_next_tag()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Daltr,tse.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Maxime Chevallier <maxime.chevallier@bootlin.com>
15 - const: altr,tse-1.0
16 - const: ALTR,tse-1.0
18 - const: altr,tse-msgdma-1.0
23 interrupt-names:
25 - const: rx_irq
26 - const: tx_irq
[all …]
/openbmc/linux/drivers/media/platform/ti/vpe/
H A Dvpdma.c1 // SPDX-License-Identifier: GPL-2.0-only
13 #include <linux/dma-mapping.h>
26 #define VPDMA_FIRMWARE "vpdma-1b8.bin"
32 .depth = 8,
37 .depth = 8,
42 .depth = 8,
47 .depth = 8,
52 .depth = 8,
57 .depth = 4,
62 .depth = 4,
[all …]

12345678910>>...42