Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 25 of 30) sorted by relevance

12

/include/scsi/
Dscsi_tcq.h65 static inline void scsi_activate_tcq(struct scsi_device *sdev, int depth) in scsi_activate_tcq() argument
71 blk_queue_init_tags(sdev->request_queue, depth, in scsi_activate_tcq()
74 scsi_adjust_queue_depth(sdev, scsi_get_tag_type(sdev), depth); in scsi_activate_tcq()
81 static inline void scsi_deactivate_tcq(struct scsi_device *sdev, int depth) in scsi_deactivate_tcq() argument
85 scsi_adjust_queue_depth(sdev, 0, depth); in scsi_deactivate_tcq()
138 static inline int scsi_init_shared_tag_map(struct Scsi_Host *shost, int depth) in scsi_init_shared_tag_map() argument
146 shost->bqt = blk_init_tags(depth); in scsi_init_shared_tag_map()
/include/linux/
Dof_fdt.h86 int depth, void *data),
116 int depth, void *data);
119 int depth, void *data);
135 int depth, void *data);
Dnamei.h21 unsigned depth; member
90 nd->saved_names[nd->depth] = path; in nd_set_link()
95 return nd->saved_names[nd->depth]; in nd_get_link()
Dkmod.h90 extern int __usermodehelper_disable(enum umh_disable_depth depth);
91 extern void __usermodehelper_set_disable_depth(enum umh_disable_depth depth);
Dlinux_logo.h51 extern const struct linux_logo *fb_find_logo(int depth);
Dserio.h42 unsigned int depth; /* level of nesting in serio hierarchy */ member
Dirqdesc.h50 unsigned int depth; /* nested irq disables */ member
Doprofile.h72 void (*backtrace)(struct pt_regs * const regs, unsigned int depth);
Dftrace.h663 int depth; member
675 int depth; member
708 ftrace_push_return_trace(unsigned long ret, unsigned long func, int *depth,
Duprobes.h77 unsigned int depth; member
/include/xen/interface/io/
Dfbif.h63 int32_t depth; /* depth in bits */ member
116 uint8_t depth; /* depth of a pixel (in bits) */ member
/include/linux/platform_data/
Dvideo-pxafb.h78 depth:8, member
/include/media/
Ds5p_fimc.h129 u8 depth[FIMC_MAX_PLANES]; member
Dsaa7146_vv.h37 u8 depth; member
/include/drm/
Ddrm_fb_helper.h115 uint32_t depth);
Ddrm_crtc.h270 unsigned int depth; member
1029 extern uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth);
1091 extern void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth,
/include/trace/events/
Df2fs.h387 TP_PROTO(struct inode *inode, nid_t nid[], int depth, int err),
389 TP_ARGS(inode, nid, depth, err),
395 __field(int, depth)
405 __entry->depth = depth;
415 __entry->depth,
Dblock.h480 TP_PROTO(struct request_queue *q, unsigned int depth, bool explicit),
482 TP_ARGS(q, depth, explicit),
490 __entry->nr_rq = depth;
508 TP_PROTO(struct request_queue *q, unsigned int depth, bool explicit),
510 TP_ARGS(q, depth, explicit)
Dext4.h2132 ext4_lblk_t end, int depth),
2134 TP_ARGS(inode, start, end, depth),
2141 __field( int, depth )
2149 __entry->depth = depth;
2157 __entry->depth)
2162 int depth, long long partial, __le16 eh_entries),
2164 TP_ARGS(inode, start, end, depth, partial, eh_entries),
2171 __field( int, depth )
2181 __entry->depth = depth;
2192 __entry->depth,
/include/video/
Duvesafb.h86 u8 depth; member
/include/sound/
Dgus.h528 unsigned short depth; member
540 extern void snd_gf1_lfo_change_depth(struct snd_gus_card * gus, int voice, int lfo_type, int depth);
541 …gus_card * gus, int voice, int lfo_type, int freq, int current_depth, int depth, int sweep, int sh…
/include/uapi/drm/
Dvmwgfx_drm.h192 uint32_t depth; member
Ddrm_mode.h284 __u32 depth; member
/include/uapi/linux/
Dtipc_config.h221 __be32 depth; /* 1:type, 2:+name info, 3:+port info, 4+:+debug info */ member
Dfb.h365 __u8 depth; /* Depth of the image */ member

12