Searched refs:depth (Results 101 - 125 of 653) sorted by relevance

1234567891011>>

/linux-master/drivers/media/platform/rockchip/rga/
H A Drga.c188 .depth = 32,
197 .depth = 32,
206 .depth = 32,
215 .depth = 24,
224 .depth = 24,
233 .depth = 16,
242 .depth = 16,
251 .depth = 16,
260 .depth = 12,
269 .depth
[all...]
/linux-master/scripts/
H A Dunifdef.c174 static bool symdepth; /* -S: output symbol depth */
202 static int depth; /* current #if nesting */ variable
300 case 'S': /* list symbols with their nesting depth */
391 * functions increase or decrease the depth. They also maintain the
510 if (depth == 0)
512 ignoring[depth] = ignoring[depth-1];
517 ignoring[depth] = true;
529 if (depth > MAXDEPTH-1)
531 if (depth
[all...]
/linux-master/fs/reiserfs/
H A Dstree.c554 * @return depth of lock to be restored after read completes
561 int depth = -1; local
580 if (depth == -1)
581 depth = reiserfs_write_unlock_nested(s);
586 return depth;
679 int depth = -1; local
682 depth = search_by_key_reada(sb, reada_bh,
685 if (!buffer_uptodate(bh) && depth == -1)
686 depth = reiserfs_write_unlock_nested(sb);
691 if (depth !
1261 int depth; local
1466 int depth; local
1660 int depth; local
2097 int depth; local
2197 int depth; local
2275 int depth = reiserfs_write_unlock_nested(inode->i_sb); local
[all...]
H A Ddir.c77 int depth; local
208 depth = reiserfs_write_unlock_nested(inode->i_sb);
212 reiserfs_write_lock_nested(inode->i_sb, depth);
218 reiserfs_write_lock_nested(inode->i_sb, depth);
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_transform.c575 * @param depth : bit depth to set the clamp to (should match denorm)
578 * Programs clamp according to panel bit depth.
583 enum dc_color_depth depth)
592 switch (depth) {
611 BREAK_TO_DEBUGGER(); /* Invalid clamp bit depth */
633 * @param [in] depth :bit depth to round/truncate to
661 enum dcp_out_trunc_round_depth depth)
666 /* set up bit depth */
581 set_clamp( struct dce_transform *xfm_dce, enum dc_color_depth depth) argument
658 set_round( struct dce_transform *xfm_dce, enum dcp_out_trunc_round_mode mode, enum dcp_out_trunc_round_depth depth) argument
788 program_bit_depth_reduction( struct dce_transform *xfm_dce, enum dc_color_depth depth, const struct bit_depth_reduction_params *bit_depth_params) argument
848 dce60_program_bit_depth_reduction( struct dce_transform *xfm_dce, enum dc_color_depth depth, const struct bit_depth_reduction_params *bit_depth_params) argument
898 dce_transform_get_max_num_of_supported_lines( struct dce_transform *xfm_dce, enum lb_pixel_depth depth, int pixel_width) argument
944 set_denormalization( struct dce_transform *xfm_dce, enum dc_color_depth depth) argument
978 dce_transform_set_pixel_storage_depth( struct transform *xfm, enum lb_pixel_depth depth, const struct bit_depth_reduction_params *bit_depth_params) argument
1031 dce60_transform_set_pixel_storage_depth( struct transform *xfm, enum lb_pixel_depth depth, const struct bit_depth_reduction_params *bit_depth_params) argument
[all...]
/linux-master/fs/ext2/
H A Dinode.c208 * @depth: depth of the chain (1 - direct pointer, etc.)
231 * or when it reads all @depth-1 indirect blocks successfully and finds
235 int depth,
249 while (--depth) {
455 * @indirect_blks: depth of the chain (number of blocks to allocate)
636 int depth; local
643 depth = ext2_block_to_path(inode,iblock,offsets,&blocks_to_boundary);
645 if (depth == 0)
648 partial = ext2_get_branch(inode, depth, offset
234 ext2_get_branch(struct inode *inode, int depth, int *offsets, Indirect chain[4], int *err) argument
1026 ext2_find_shared(struct inode *inode, int depth, int offsets[4], Indirect chain[4], __le32 *top) argument
1125 ext2_free_branches(struct inode *inode, __le32 *p, __le32 *q, int depth) argument
1151 depth); local
[all...]
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_main.h104 u64 depth; member in struct:zip_device
/linux-master/kernel/irq/
H A Ddebug.h18 printk("irq %d, desc: %p, depth: %d, count: %d, unhandled: %d\n",
19 irq, desc, desc->depth, desc->irq_count, desc->irqs_unhandled);
/linux-master/tools/testing/fault-injection/
H A Dfailcmd.sh43 --stacktrace-depth=value, --require-start=value, --require-end=value,
88 LONGOPTS=$LONGOPTS,stacktrace-depth:,require-start:,require-end:
158 --stacktrace-depth)
159 echo $2 > $FAULTATTR/stacktrace-depth
/linux-master/arch/x86/boot/
H A Dvideo.h67 u16 depth; /* Bits per pixel, 0 for text mode */ member in struct:mode_info
/linux-master/include/linux/
H A Dof_fdt.h46 int depth, void *data),
/linux-master/arch/powerpc/kernel/
H A Depapr_paravirt.c26 int depth, void *data)
24 early_init_dt_scan_epapr(unsigned long node, const char *uname, int depth, void *data) argument
/linux-master/arch/powerpc/platforms/powernv/
H A Dultravisor.c22 int depth, void *data)
21 early_init_dt_scan_ultravisor(unsigned long node, const char *uname, int depth, void *data) argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dhead.h27 u8 depth; member in struct:nvkm_head::nvkm_head_state::__anon916
/linux-master/drivers/gpu/drm/logicvc/
H A Dlogicvc_mode.c51 preferred_depth = layer_primary->formats->depth;
53 /* DRM counts alpha in depth, our driver doesn't. */
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dprobe.c19 int depth, void *data)
18 scan_cache(unsigned long node, const char *uname, int depth, void *data) argument
/linux-master/arch/arm/mach-s5pv210/
H A Ds5pv210.c20 int depth, void *data)
19 s5pv210_fdt_map_sys(unsigned long node, const char *uname, int depth, void *data) argument
/linux-master/fs/configfs/
H A Dinode.c130 int depth = sd->s_depth; local
132 if (depth > 0) {
133 if (depth <= ARRAY_SIZE(default_group_class)) {
135 &default_group_class[depth - 1]);
138 * In practice the maximum level of locking depth is
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_vmid.c89 VM_CONTEXT0_PAGE_TABLE_DEPTH, config->depth,
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmtu102.c27 tu102_vmm_flush(struct nvkm_vmm *vmm, int depth) argument
/linux-master/drivers/of/
H A Dfdt.c262 /* In-depth first */
297 int offset = 0, depth = 0, initial_depth = 0; local
309 * possibly multiple nodes in the first level of depth. We need
310 * set @depth to 1 to make fdt_next_node() happy as it bails
311 * immediately when negative @depth is found. Otherwise, the device
315 depth = initial_depth = 1;
318 nps[depth] = dad;
321 offset >= 0 && depth >= initial_depth;
322 offset = fdt_next_node(blob, offset, &depth)) {
323 if (WARN_ON_ONCE(depth >
561 of_scan_flat_dt(int (*it)(unsigned long node, const char *uname, int depth, void *data), void *data) argument
568 int offset, rc = 0, depth = -1; local
[all...]
/linux-master/lib/
H A Dgeneric-radix-tree.c21 static inline int genradix_depth_shift(unsigned depth) argument
23 return GENRADIX_NODE_SHIFT + GENRADIX_ARY_SHIFT * depth;
27 * Returns size (of data, in bytes) that a tree of a given depth holds:
29 static inline size_t genradix_depth_size(unsigned depth) argument
31 return 1UL << genradix_depth_shift(depth);
34 /* depth that's needed for a genradix that can address up to ULONG_MAX: */
101 /* Increase tree depth if necessary: */
/linux-master/tools/testing/selftests/exec/
H A DMakefile12 TEST_GEN_PROGS += recursion-depth
/linux-master/fs/bcachefs/
H A Dbtree_update_interior.h185 unsigned depth = btree_node_root(c, b)->c.level + 1; local
190 * a new root, unless we're already at max depth:
192 if (depth < BTREE_MAX_DEPTH)
193 return (depth - b->c.level) * 2 + 1;
195 return (depth - b->c.level) * 2 - 1;
/linux-master/drivers/video/fbdev/aty/
H A Dmach64_accel.c169 /* set pixel depth */
298 (image->depth != 1 && info->var.bits_per_pixel != image->depth)) {
305 switch (image->depth) {
351 if (image->depth == 1 && M64_HAS(HW_TRIPLE) && image->width % 8 == 0)
355 if (image->depth == 1) {
384 src_bytes = (((image->width * image->depth) + 7) / 8) * image->height;
387 if (image->depth == 1 && info->var.bits_per_pixel == 24 && !(pix_width & DP_HOST_TRIPLE_EN)) {

Completed in 423 milliseconds

1234567891011>>