Searched refs:depth (Results 226 - 250 of 653) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_draw.c148 /* depth is not actually interesting, we don't mask with it */
149 int depth = fb->format->cpp[0] * 8; local
213 top, width, height, depth, stride);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgf100.c67 gf100_ltc_zbc_clear_depth(struct nvkm_ltc *ltc, int i, const u32 depth) argument
71 nvkm_wr32(device, 0x17ea58, depth);
/linux-master/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d.c33 .depth = 32,
38 .depth = 16,
43 .depth = 16,
48 .depth = 16,
53 .depth = 24,
325 f->fmt.pix.bytesperline = (frm->width * frm->fmt->depth) >> 3;
355 f->fmt.pix.bytesperline = (f->fmt.pix.width * fmt->depth) >> 3;
704 def_frame.stride = (def_frame.width * def_frame.fmt->depth) >> 3;
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.c288 * Color depth of Y-only could be
318 /* set color depth */
340 /* Set DP pixel encoding and component depth */
516 DC_LOG_DEBUG("HDMI source set to 24BPP deep color depth\n");
523 DC_LOG_DEBUG("HDMI source 30BPP deep color depth" \
529 DC_LOG_DEBUG("HDMI source 30BPP deep color depth" \
538 DC_LOG_DEBUG("HDMI source 36BPP deep color depth" \
544 DC_LOG_DEBUG("HDMI source 36BPP deep color depth" \
552 DC_LOG_DEBUG("HDMI source deep color depth enabled in" \
1513 enum dc_color_depth *depth)
1510 enc1_stream_encoder_dp_get_pixel_format( struct stream_encoder *enc, enum dc_pixel_encoding *encoding, enum dc_color_depth *depth) argument
[all...]
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.h179 int depth; member in struct:npc_exact_table::__anon13
187 int depth; member in struct:npc_exact_table::__anon14
/linux-master/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c48 .depth = 16,
60 .depth = 16,
72 .depth = 16,
84 .depth = 16,
96 .depth = 16,
108 .depth = 16,
120 .depth = 16,
132 .depth = 16,
144 .depth = 16,
156 .depth
[all...]
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_hw.h376 algo, depth, filetype) \
383 (((depth) & QAT_COMPRESSION_DEPTH_MASK) << \
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-core.c747 * @depth: search depth where current sink was found.
749 * @new_depth: search depth where new sink was found.
755 * source is used (smallest search depth).
757 * return @new_sink & update @depth if better than @sink, else return @sink.
760 coresight_select_best_sink(struct coresight_device *sink, int *depth, argument
774 (*depth > new_depth)) {
780 *depth = new_depth;
789 * @depth: [in] search depth o
801 coresight_find_sink(struct coresight_device *csdev, int *depth) argument
859 int depth = 0; local
[all...]
/linux-master/drivers/md/persistent-data/
H A Ddm-btree.c1471 struct cursor_node *n = c->nodes + c->depth - 1;
1486 struct cursor_node *n = c->nodes + c->depth - 1;
1495 struct cursor_node *n = c->nodes + c->depth;
1497 if (c->depth >= DM_BTREE_CURSOR_MAX_DEPTH - 1) {
1498 DMERR("couldn't push cursor node, stack depth too high");
1507 c->depth++;
1517 c->depth--;
1518 unlock_block(c->info, c->nodes[c->depth].b);
1527 if (!c->depth)
1530 n = c->nodes + c->depth
[all...]
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite.c45 .depth = { 16 },
53 .depth = { 16 },
61 .depth = { 16 },
69 .depth = { 16 },
77 .depth = { 8 },
85 .depth = { 16 },
93 .depth = { 16 },
366 if (sizes[i] < (wh * fmt->depth[i]) / 8)
374 sizes[i] = (wh * fmt->depth[i]) / 8;
675 plane_fmt->bytesperline = (frame->f_width * fmt->depth[
[all...]
/linux-master/drivers/net/ethernet/fungible/funcore/
H A Dfun_queue.c19 void *fun_alloc_ring_mem(struct device *dma_dev, size_t depth, argument
32 dma_sz = hw_desc_sz * depth;
43 *sw_va = kvzalloc_node(sw_desc_sz * depth, GFP_KERNEL,
57 void fun_free_ring_mem(struct device *dma_dev, size_t depth, size_t hw_desc_sz, argument
61 size_t sz = depth * hw_desc_sz;
/linux-master/drivers/video/fbdev/
H A Dxen-fbfront.c254 var->bits_per_pixel == xenfb_info->page->depth) {
264 required_mem_len = var->xres * var->yres * xenfb_info->page->depth / 8;
265 if (var->bits_per_pixel == xenfb_info->page->depth &&
287 xenfb_info->resize.depth = info->var.bits_per_pixel;
541 info->page->depth = fb_info->var.bits_per_pixel;
/linux-master/drivers/video/fbdev/core/
H A Dfbmem.c69 int depth = 0; local
73 depth = 1;
79 depth = var->green.length;
81 depth = var->green.length + var->red.length +
85 return depth;
/linux-master/fs/reiserfs/
H A Dinode.c71 int depth = reiserfs_write_unlock_nested(inode->i_sb); local
73 reiserfs_write_lock_nested(inode->i_sb, depth);
1626 int depth; local
1630 depth = reiserfs_write_unlock_nested(s);
1634 reiserfs_write_lock_nested(s, depth);
1922 int depth; local
1926 depth = reiserfs_write_unlock_nested(sb);
1928 reiserfs_write_lock_nested(sb, depth);
1953 depth = reiserfs_write_unlock_nested(inode->i_sb);
1956 reiserfs_write_lock_nested(inode->i_sb, depth);
2809 int depth; local
2973 int depth; local
[all...]
/linux-master/drivers/scsi/
H A Dscsi_scan.c218 unsigned int depth)
220 int new_shift = sbitmap_calculate_shift(depth);
226 depth = min_t(unsigned int, depth, scsi_device_max_queue_depth(sdev));
230 * up one new default queue depth after calling ->device_configure
251 sbitmap_resize(&sdev->budget_map, depth);
281 unsigned int depth; local
349 depth = sdev->host->cmd_per_lun ?: 1;
352 * Use .can_queue as budget map's depth because we have to
353 * support adjusting queue depth fro
217 scsi_realloc_sdev_budget_map(struct scsi_device *sdev, unsigned int depth) argument
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_scrn.c472 int depth = update->vfb->base.format->depth; local
478 if (depth == 32)
479 depth = 24;
484 gmr->body.format.colorDepth = depth;
948 int depth = framebuffer->base.format->depth; local
958 if (depth == 32)
959 depth = 24;
967 cmd->body.format.colorDepth = depth;
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dlpar.c1830 * Keep track of hcall tracing depth and prevent recursion. Warn if any is
1845 unsigned int *depth; local
1849 depth = this_cpu_ptr(&hcall_trace_depth);
1851 if (WARN_ON_ONCE(*depth))
1854 (*depth)++;
1857 (*depth)--;
1866 unsigned int *depth; local
1870 depth = this_cpu_ptr(&hcall_trace_depth);
1872 if (*depth) /* Don't warn again on the way out */
1875 (*depth)
[all...]
/linux-master/drivers/thunderbolt/
H A Dswitch.c835 u64 mask = (1ULL << parent->config.depth * 8) - 1;
1537 regs->upstream_port_number, regs->depth,
2385 static bool tb_switch_exceeds_max_depth(const struct tb_switch *sw, int depth) argument
2395 return depth > max_depth;
2417 int i, ret, depth; local
2428 depth = tb_route_length(route);
2450 sw->config.depth = depth;
2456 if (tb_switch_exceeds_max_depth(sw, depth)) {
2541 sw->config.depth
3681 u8 depth; member in struct:tb_sw_lookup
3720 tb_switch_find_by_link_depth(struct tb *tb, u8 link, u8 depth) argument
[all...]
/linux-master/fs/ocfs2/
H A Docfs2_trace.h424 TP_PROTO(unsigned long long owner, int depth),
425 TP_ARGS(owner, depth),
428 __field(int, depth)
432 __entry->depth = depth;
434 TP_printk("%llu %d", __entry->owner, __entry->depth)
439 int depth),
440 TP_ARGS(subtree_root, blkno, depth),
444 __field(int, depth)
449 __entry->depth
[all...]
/linux-master/fs/bcachefs/
H A Dsnapshot.c217 if (bkey_val_bytes(k.k) > offsetof(struct bch_snapshot, depth))
218 prt_printf(out, " depth %u skiplist %u %u %u",
219 le32_to_cpu(s.v->depth),
325 if (bkey_val_bytes(s.k) > offsetof(struct bch_snapshot, depth)) {
326 t->depth = le32_to_cpu(s.v->depth);
331 t->depth = 0;
656 id = bch2_snapshot_nth_parent(c, id, get_random_u32_below(s->depth));
842 if (fsck_err_on(le32_to_cpu(s.depth) != real_depth,
844 "snapshot with incorrect depth fiel
1218 u32 depth = bch2_snapshot_depth(c, parent); local
1535 u32 depth = le32_to_cpu(s->v.depth); local
[all...]
/linux-master/drivers/acpi/acpica/
H A Dexdump.c573 * depth - Current nesting depth
581 void acpi_ex_dump_operand(union acpi_operand_object *obj_desc, u32 depth) argument
620 if (depth > 0) {
622 depth, " ", depth, obj_desc,
731 depth + 1);
783 acpi_ex_dump_operand(obj_desc->field.region_obj, depth + 1);
805 depth + 1);
/linux-master/drivers/media/platform/st/stm32/dma2d/
H A Ddma2d.c54 .depth = 32,
59 .depth = 24,
64 .depth = 16,
69 .depth = 16,
74 .depth = 16,
370 f->fmt.pix.bytesperline = (frm->width * frm->fmt->depth) >> 3;
417 f->fmt.pix.bytesperline = (f->fmt.pix.width * fmt->depth) >> 3;
/linux-master/drivers/pci/hotplug/
H A Dpciehp_hpc.c583 down_read_nested(&ctrl->reset_lock, ctrl->depth);
744 down_read_nested(&ctrl->reset_lock, ctrl->depth);
906 down_write_nested(&ctrl->reset_lock, ctrl->depth);
965 int depth = 0; local
970 depth++;
973 return depth;
989 ctrl->depth = pcie_hotplug_depth(dev->port);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_rx.c492 int depth = 0; local
494 __vlan_get_protocol(skb, eth->h_proto, &depth);
495 iph = (struct iphdr *)(skb->data + depth);
498 depth += sizeof(struct iphdr);
508 depth += sizeof(struct ipv6hdr);
518 depth += sizeof(struct tcphdr);
530 datalen = skb->len - depth;
/linux-master/fs/overlayfs/
H A Dinode.c784 * depth 0 (there is always a real fs below it). An overlayfs
785 * inode lock will use the lockdep annotation ovl_i_mutex_key[depth].
790 * [...] &ovl_i_mutex_dir_key[depth] (stack_depth=2)
791 * [...] &ovl_i_mutex_dir_key[depth]#2 (stack_depth=1)
824 int depth = inode->i_sb->s_stack_depth - 1; local
826 if (WARN_ON_ONCE(depth < 0 || depth >= OVL_MAX_NESTING))
827 depth = 0;
830 lockdep_set_class(&inode->i_rwsem, &ovl_i_mutex_dir_key[depth]);
832 lockdep_set_class(&inode->i_rwsem, &ovl_i_mutex_key[depth]);
[all...]

Completed in 255 milliseconds

1234567891011>>