Searched refs:depth (Results 176 - 200 of 653) sorted by relevance

1234567891011>>

/linux-master/drivers/acpi/acpica/
H A Ddbinput.c468 u32 depth; local
538 depth = 1;
559 depth++; /* A nested package declaration */
561 depth--;
562 if (depth == 0) { /* Found final package closing bracket */
/linux-master/include/trace/events/
H A Dblock.h426 TP_PROTO(struct request_queue *q, unsigned int depth, bool explicit),
428 TP_ARGS(q, depth, explicit),
436 __entry->nr_rq = depth;
446 * @depth: number of requests just added to the queue
454 TP_PROTO(struct request_queue *q, unsigned int depth, bool explicit),
456 TP_ARGS(q, depth, explicit)
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_syncmap.c31 unsigned int depth,
38 if (depth) {
41 for (d = 0; d < depth - 1; d++) {
42 if (last & BIT(depth - d - 1))
79 depth + 1,
29 __sync_print(struct i915_syncmap *p, char *buf, unsigned long *sz, unsigned int depth, unsigned int last, unsigned int idx) argument
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c582 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2,
584 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2,
586 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2,
589 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2,
592 { .format = DRM_FORMAT_BGRA8888, .depth = 32, .num_planes = 2,
595 { .format = DRM_FORMAT_XRGB2101010, .depth = 30, .num_planes = 2,
597 { .format = DRM_FORMAT_XBGR2101010, .depth = 30, .num_planes = 2,
599 { .format = DRM_FORMAT_ARGB2101010, .depth = 30, .num_planes = 2,
602 { .format = DRM_FORMAT_ABGR2101010, .depth = 30, .num_planes = 2,
605 { .format = DRM_FORMAT_RGB565, .depth
[all...]
/linux-master/block/
H A Dkyber-iosched.c54 * Maximum device-wide depth for each scheduling domain.
57 * device with only a fraction of the maximum possible queue depth. So, we cap
161 * Async request percentage, converted to per-word depth for
267 unsigned int sched_domain, unsigned int depth)
269 depth = clamp(depth, 1U, kyber_depth[sched_domain]);
270 if (depth != kqd->domain_tokens[sched_domain].sb.depth) {
271 sbitmap_queue_resize(&kqd->domain_tokens[sched_domain], depth);
273 depth);
266 kyber_resize_domain(struct kyber_queue_data *kqd, unsigned int sched_domain, unsigned int depth) argument
317 unsigned int orig_depth, depth; local
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_flower.sh556 flower $tcflags mpls lse depth 1 label 0 action continue
558 flower $tcflags mpls lse depth 1 tc 0 action continue
560 flower $tcflags mpls lse depth 1 bos 0 action continue
562 flower $tcflags mpls lse depth 1 ttl 0 action continue
566 flower $tcflags mpls lse depth 2 label 1048575 action continue
568 flower $tcflags mpls lse depth 2 tc 7 action continue
570 flower $tcflags mpls lse depth 2 bos 1 action continue
572 flower $tcflags mpls lse depth 2 ttl 255 action continue
574 # Match on LSE depth
576 flower $tcflags mpls lse depth
[all...]
/linux-master/arch/mips/net/
H A Dbpf_jit_comp.c124 * Push registers on the stack, starting at a given depth from the stack
125 * pointer and increasing. The next depth to be written is returned.
127 int push_regs(struct jit_context *ctx, u32 mask, u32 excl, int depth) argument
135 emit(ctx, sw, reg, depth, MIPS_R_SP);
137 emit(ctx, sd, reg, depth, MIPS_R_SP);
139 depth += sizeof(long);
142 ctx->stack_used = max((int)ctx->stack_used, depth);
143 return depth;
147 * Pop registers from the stack, starting at a given depth from the stack
148 * pointer and increasing. The next depth t
150 pop_regs(struct jit_context *ctx, u32 mask, u32 excl, int depth) argument
[all...]
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etb10.c106 u32 depth; local
110 depth = drvdata->buffer_depth;
114 for (i = 0; i < depth; i++)
287 u32 read_data, depth; local
316 depth = drvdata->buffer_depth;
318 for (i = 0; i < depth; i++) {
616 u32 depth; local
623 depth = drvdata->buffer_depth;
624 if (*ppos + len > depth * 4)
625 len = depth *
[all...]
/linux-master/drivers/gpu/drm/logicvc/
H A Dlogicvc_layer.c41 * What we call depth in this driver only counts color components, not alpha.
53 .depth = 16,
58 .depth = 24,
63 .depth = 24,
196 switch (layer->config.depth) {
362 logicvc_layer_formats[i].depth == layer->config.depth &&
401 &config->depth);
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_msgq.c218 BFA_MSGQ_INDX_ADD(cmdq->producer_index, 1, cmdq->depth);
303 cmdq->depth = BFA_MSGQ_CMDQ_NUM_ENTRY;
482 rspq->depth);
491 rspq->depth = BFA_MSGQ_RSPQ_NUM_ENTRY;
516 msgq_cfg->cmdq.q_depth = htons(msgq->cmdq.depth);
518 msgq_cfg->rspq.q_depth = htons(msgq->rspq.depth);
654 BFA_MSGQ_INDX_ADD(ci, 1, rspq->depth);
/linux-master/drivers/video/fbdev/via/
H A Dviafbdev.c74 static void viafb_fill_var_color_info(struct fb_var_screeninfo *var, u8 depth) argument
84 switch (depth) {
188 int depth, refresh; local
208 depth = fb_get_color_depth(var, &info->fix);
209 if (!depth)
210 depth = var->bits_per_pixel;
212 if (depth < 0 || depth > 32)
214 else if (!depth)
215 depth
[all...]
/linux-master/drivers/scsi/aacraid/
H A Dlinit.c384 * total capacity and the queue depth supported by the target device.
385 * A queue depth of one automatically disables tagged queueing.
392 unsigned int depth = 0; local
404 depth = aac->hba_map[chn][tid].qd_limit;
464 depth = (host->can_queue - num_one) / num_lsu;
480 depth = 32;
482 depth = 64;
495 if (depth > 256)
496 depth = 256;
497 else if (depth <
516 aac_change_queue_depth(struct scsi_device *sdev, int depth) argument
[all...]
/linux-master/lib/zlib_deflate/
H A Ddeftree.c304 * Compares to subtrees, using the tree depth as tie breaker when
307 #define smaller(tree, n, m, depth) \
309 (tree[n].Freq == tree[m].Freq && depth[n] <= depth[m]))
328 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
332 if (smaller(tree, v, s->heap[j], s->depth)) break;
505 s->depth[n] = 0;
519 s->depth[node] = 0;
543 s->depth[node] = (uch) (max(s->depth[
[all...]
/linux-master/fs/reiserfs/
H A Dbitmap.c461 int depth = reiserfs_write_unlock_nested(s); local
463 reiserfs_write_lock_nested(s, depth);
1202 int depth; local
1212 depth = reiserfs_write_unlock_nested(s);
1216 reiserfs_write_lock_nested(s, depth);
1231 reiserfs_write_lock_nested(s, depth);
1261 depth = reiserfs_write_unlock_nested(s);
1265 reiserfs_write_lock_nested(s, depth);
1297 depth = reiserfs_write_unlock_nested(s);
1302 reiserfs_write_lock_nested(s, depth);
1438 int depth; local
[all...]
/linux-master/net/tipc/
H A Dnetlink_compat.c870 u32 depth; local
883 depth = ntohl(ntq->depth);
885 if (depth > 4)
886 depth = 4;
887 for (i = 0; i < depth; i++)
901 u32 node, depth, type, lowbound, upbound; local
926 depth = ntohl(ntq->depth);
931 if (!(depth
[all...]
/linux-master/sound/pci/hda/
H A Dhda_generic.c253 return find_idx_in_nid_list(nid, path->path, path->depth) >= 0;
265 if (path->depth <= 0)
268 (!to_nid || path->path[path->depth - 1] == to_nid)) {
375 for (i = 0; i < path->depth; i++)
380 codec_dbg(codec, "%s path: depth=%d '%s'\n", pfx, path->depth, buf);
387 int depth)
412 if (depth >= MAX_NID_PATH_DEPTH)
421 anchor_nid, path, depth + 1))
427 path->path[path->depth]
384 __parse_nid_path(struct hda_codec *codec, hda_nid_t from_nid, hda_nid_t to_nid, int anchor_nid, struct nid_path *path, int depth) argument
3547 int i, depth; local
3862 int depth; local
[all...]
/linux-master/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.c45 .depth = 16,
53 .depth = 12,
61 .depth = 12,
69 .depth = 16,
77 .depth = 32,
85 .depth = 32,
/linux-master/drivers/misc/cardreader/
H A Drts5228.c552 static inline u8 double_ssc_depth(u8 depth) argument
554 return ((depth > 1) ? (depth - 1) : depth);
563 static const u8 depth[] = { local
621 ssc_depth = depth[ssc_depth];
/linux-master/drivers/xen/xenbus/
H A Dxenbus_client.c210 enum xenbus_state state, int depth)
237 xenbus_switch_fatal(dev, depth, err, "starting transaction");
247 xenbus_switch_fatal(dev, depth, err, "writing new state");
257 xenbus_switch_fatal(dev, depth, err, "ending transaction");
362 static void xenbus_switch_fatal(struct xenbus_device *dev, int depth, int err, argument
371 if (!depth)
209 __xenbus_switch_state(struct xenbus_device *dev, enum xenbus_state state, int depth) argument
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h428 * current depth of TX queue , i.e. messages waiting for credits
673 int depth = 0; local
676 depth++;
678 return depth;
/linux-master/arch/xtensa/kernel/
H A Dsetup.c184 int depth, void *data)
189 if (depth > 1)
211 int depth, void *data)
183 xtensa_dt_io_area(unsigned long node, const char *uname, int depth, void *data) argument
210 xtensa_dt_io_area(unsigned long node, const char *uname, int depth, void *data) argument
/linux-master/net/bridge/
H A Dbr_forward.c43 int depth; local
45 if (!vlan_get_protocol_and_depth(skb, skb->protocol, &depth))
48 skb_set_network_header(skb, depth);
/linux-master/drivers/video/fbdev/sis/
H A Dinit301.h124 extern void SiS_CalcCRRegisters(struct SiS_Private *SiS_Pr, int depth);
/linux-master/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_core.h52 * @depth: per plane driver's private 'number of bits per pixel'
63 u8 depth[VIDEO_MAX_PLANES]; member in struct:mtk_mdp_fmt
/linux-master/include/linux/platform_data/
H A Dvideo-pxafb.h72 depth:8, member in struct:pxafb_mode_info

Completed in 349 milliseconds

1234567891011>>