Searched refs:depth (Results 1 - 25 of 32) sorted by relevance

12

/include/linux/
H A Dof_fdt.h51 int depth, void *data),
82 int depth, void *data);
84 int depth, void *data);
94 int depth, void *data);
H A Dnamei.h21 unsigned depth; member in struct:nameidata
88 nd->saved_names[nd->depth] = path;
93 return nd->saved_names[nd->depth];
H A Dkmod.h90 extern int __usermodehelper_disable(enum umh_disable_depth depth);
91 extern void __usermodehelper_set_disable_depth(enum umh_disable_depth depth);
H A Dlinux_logo.h51 extern const struct linux_logo *fb_find_logo(int depth);
H A Dirqdesc.h27 * @depth: disable-depth, for nested irq_disable() calls
28 * @wake_depth: enable depth, for multiple irq_set_irq_wake() callers
59 unsigned int depth; /* nested irq disables */ member in struct:irq_desc
H A Doprofile.h71 void (*backtrace)(struct pt_regs * const regs, unsigned int depth);
H A Dserio.h43 unsigned int depth; /* level of nesting in serio hierarchy */ member in struct:serio
H A Dftrace.h677 int depth; member in struct:ftrace_graph_ent
687 /* Number of functions that overran the depth limit for current task */
689 int depth; member in struct:ftrace_graph_ret
722 ftrace_push_return_trace(unsigned long ret, unsigned long func, int *depth,
H A Duprobes.h92 unsigned int depth; member in struct:uprobe_task
H A Dfb.h108 __u8 depth; /* Depth of the image */ member in struct:fb_image_user
321 __u32 depth; /* color depth of each tile */ member in struct:fb_tilemap
/include/scsi/
H A Dscsi_tcq.h58 * @depth: queue depth
61 * Eventually, I hope depth would be the maximum depth
62 * the device could cope with and the real queue depth
63 * would be adjustable from 0 to depth.
65 static inline void scsi_activate_tcq(struct scsi_device *sdev, int depth) argument
73 blk_queue_init_tags(sdev->request_queue, depth,
76 scsi_adjust_queue_depth(sdev, scsi_get_tag_type(sdev), depth);
83 static inline void scsi_deactivate_tcq(struct scsi_device *sdev, int depth) argument
152 scsi_init_shared_tag_map(struct Scsi_Host *shost, int depth) argument
[all...]
H A Dlibiscsi.h381 extern int iscsi_change_queue_depth(struct scsi_device *sdev, int depth,
/include/xen/interface/io/
H A Dfbif.h63 int32_t depth; /* depth in bits */ member in struct:xenfb_resize
116 uint8_t depth; /* depth of a pixel (in bits) */ member in struct:xenfb_page
/include/linux/platform_data/
H A Dvideo-pxafb.h76 depth:8, member in struct:pxafb_mode_info
/include/media/
H A Dexynos-fimc.h99 * @depth: per plane driver's private 'number of bits per pixel'
111 u8 depth[FIMC_MAX_PLANES]; member in struct:fimc_fmt
H A Dsaa7146_vv.h37 u8 depth; member in struct:saa7146_format
/include/drm/
H A Ddrm_fb_helper.h117 uint32_t depth);
/include/video/
H A Duvesafb.h86 u8 depth; member in struct:vbe_mode_ib
/include/trace/events/
H A Dblock.h507 TP_PROTO(struct request_queue *q, unsigned int depth, bool explicit),
509 TP_ARGS(q, depth, explicit),
517 __entry->nr_rq = depth;
527 * @depth: number of requests just added to the queue
535 TP_PROTO(struct request_queue *q, unsigned int depth, bool explicit),
537 TP_ARGS(q, depth, explicit)
H A Df2fs.h411 TP_PROTO(struct inode *inode, nid_t nid[], int depth, int err),
413 TP_ARGS(inode, nid, depth, err),
419 __field(int, depth)
429 __entry->depth = depth;
434 "nid[0] = %u, nid[1] = %u, nid[2] = %u, depth = %d, err = %d",
439 __entry->depth,
/include/sound/
H A Dgus.h528 unsigned short depth; member in struct:_SND_IW_LFO_PROGRAM
540 extern void snd_gf1_lfo_change_depth(struct snd_gus_card * gus, int voice, int lfo_type, int depth);
541 extern void snd_gf1_lfo_setup(struct snd_gus_card * gus, int voice, int lfo_type, int freq, int current_depth, int depth, int sweep, int shape);
/include/uapi/drm/
H A Ddrm_mode.h324 __u32 depth; member in struct:drm_mode_fb_cmd
H A Dvmwgfx_drm.h206 * @depth - mip level depth
215 uint32_t depth; member in struct:drm_vmw_size
/include/uapi/linux/
H A Dfb.h365 __u8 depth; /* Depth of the image */ member in struct:fb_image
H A Dtipc_config.h213 __be32 depth; /* 1:type, 2:+name info, 3:+port info, 4+:+debug info */ member in struct:tipc_name_table_query
214 __be32 type; /* {t,l,u} info ignored if high bit of "depth" is set */

Completed in 457 milliseconds

12