Searched refs:depth (Results 201 - 225 of 653) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase507c.c250 asyh->base.depth = fb->format->depth;
258 * "depth". There's nothing that really makes sense there
261 if (!asyh->base.depth)
262 asyh->base.depth = asyh->base.cpp * 8;
/linux-master/fs/hfsplus/
H A Dbtree.c177 tree->depth = be16_to_cpu(head->depth);
305 head->depth = cpu_to_be16(tree->depth);
/linux-master/fs/hfs/
H A Dbtree.c94 tree->depth = be16_to_cpu(head->depth);
184 head->depth = cpu_to_be16(tree->depth);
/linux-master/drivers/md/persistent-data/
H A Ddm-btree.h86 * Number of nested btrees. (Not the depth of a single tree.)
200 unsigned int depth; member in struct:dm_btree_cursor
/linux-master/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.h144 * @depth: number of bits per pixel
154 int depth; member in struct:s5p_jpeg_fmt
/linux-master/include/video/
H A Duvesafb.h87 u8 depth; member in struct:vbe_mode_ib
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_encoder.h117 struct nv50_head_atom *, u8 proto, u8 depth);
/linux-master/sound/usb/caiaq/
H A Ddevice.h126 int snd_usb_caiaq_set_audio_params (struct snd_usb_caiaqdev *cdev, int rate, int depth, int bbp);
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dbnxt_re.h89 u32 depth; member in struct:bnxt_re_ring_attr
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-video.c39 .depth = 12,
43 .depth = 16,
132 unsigned size = (chan->fmt->depth * chan->width * chan->height) >> 3;
155 buf->bpl = (chan->fmt->depth * chan->width) >> 3;
157 buf->bpl = (chan->fmt->depth >> 3) * chan->width;
218 chan->fmt->depth, chan->fmt->fourcc,
326 f->fmt.pix.bytesperline = (chan->width * chan->fmt->depth) >> 3;
364 f->fmt.pix.bytesperline = (f->fmt.pix.width * fmt->depth) >> 3;
546 f->fmt.pix.bytesperline = (f->fmt.pix.width * fmt->depth) >> 3;
/linux-master/drivers/media/platform/rockchip/rga/
H A Drga.h18 int depth; member in struct:rga_fmt
/linux-master/lib/
H A Dnlattr.c64 struct nlattr **tb, unsigned int depth);
92 unsigned int validate, unsigned int depth)
111 NULL, depth + 1);
395 struct netlink_ext_ack *extack, unsigned int depth)
515 depth + 1);
538 extack, validate, depth);
608 struct nlattr **tb, unsigned int depth)
613 if (depth >= MAX_POLICY_RECURSION_DEPTH) {
615 "allowed policy recursion depth exceeded");
636 validate, extack, depth);
89 nla_validate_array(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, struct netlink_ext_ack *extack, unsigned int validate, unsigned int depth) argument
393 validate_nla(const struct nlattr *nla, int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack, unsigned int depth) argument
604 __nla_validate_parse(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack, struct nlattr **tb, unsigned int depth) argument
[all...]
/linux-master/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.h48 * @depth: number of bits per pixel
62 int depth; member in struct:mxc_jpeg_fmt
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.h520 u32 i, depth = 0; local
524 depth += ff->depth[i];
525 return depth;
/linux-master/include/linux/
H A Dserio.h45 unsigned int depth; member in struct:serio
/linux-master/fs/
H A Deventpoll.c75 * of epoll file descriptors, we use the current recursion depth as
603 * not an epoll file itself, we are at depth 1 since the wakeup source
604 * is depth 0. If the wakeup source is a previous epoll file in the
942 static __poll_t ep_item_poll(const struct epitem *epi, poll_table *pt, int depth);
944 static __poll_t __ep_eventpoll_poll(struct file *file, poll_table *wait, int depth) argument
961 mutex_lock_nested(&ep->mtx, depth);
964 if (ep_item_poll(epi, &pt, depth + 1)) {
1012 * the ep->mtx so we need to start from depth=1, such that mutex_lock_nested()
1016 int depth)
1032 res = __ep_eventpoll_poll(file, pt, depth);
1015 ep_item_poll(const struct epitem *epi, poll_table *pt, int depth) argument
1497 reverse_path_check_proc(struct hlist_head *refs, int depth) argument
2102 ep_loop_check_proc(struct eventpoll *ep, int depth) argument
2245 epoll_mutex_lock(struct mutex *mutex, int depth, bool nonblock) argument
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_fb.c37 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2,
39 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2,
41 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2,
43 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2,
55 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2,
58 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2,
61 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2,
64 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2,
101 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 3,
104 { .format = DRM_FORMAT_XBGR8888, .depth
[all...]
/linux-master/drivers/video/fbdev/aty/
H A Daty128fb.c420 u32 depth, bpp; member in struct:aty128_crtc
490 static u32 depth_to_dst(u32 depth);
752 (depth_to_dst(par->crtc.depth) << 8) |
785 /* convert depth values to their register representation */
786 static u32 depth_to_dst(u32 depth) argument
788 if (depth <= 8)
790 else if (depth <= 15)
792 else if (depth == 16)
794 else if (depth <= 24)
796 else if (depth <
1038 u32 depth, bytpp; local
1422 aty128_ddafifo(struct aty128_ddafifo *dsp, const struct aty128_pll *pll, u32 depth, const struct aty128fb_par *par) argument
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_fb_helper.c1131 u8 depth = format->depth; local
1137 var->red.length = depth;
1138 var->green.length = depth;
1139 var->blue.length = depth;
1145 switch (depth) {
1443 size_t format_count, uint32_t bpp, uint32_t depth)
1452 * are supported (fmt->depth is a legacy field), but
1456 format = drm_mode_legacy_fb_format(bpp, depth);
1467 drm_warn(dev, "bpp/depth valu
1442 drm_fb_helper_find_format(struct drm_fb_helper *fb_helper, const uint32_t *formats, size_t format_count, uint32_t bpp, uint32_t depth) argument
1477 uint32_t bpp, depth; local
[all...]
/linux-master/drivers/media/pci/cx88/
H A Dcx88-video.c74 .depth = 8,
79 .depth = 16,
84 .depth = 16,
89 .depth = 16,
94 .depth = 16,
99 .depth = 24,
104 .depth = 32,
110 .depth = 32,
115 .depth = 16,
120 .depth
[all...]
/linux-master/fs/reiserfs/
H A Djournal.c950 int depth; local
952 depth = reiserfs_write_unlock_nested(s);
956 reiserfs_write_lock_nested(s, depth);
979 int depth; local
1030 depth = reiserfs_write_unlock_nested(s);
1035 reiserfs_write_lock_nested(s, depth);
1055 depth = reiserfs_write_unlock_nested(s);
1057 reiserfs_write_lock_nested(s, depth);
1070 depth = reiserfs_write_unlock_nested(s);
1072 reiserfs_write_lock_nested(s, depth);
1240 int depth; local
1357 int depth; local
2979 int depth = reiserfs_write_unlock_nested(s); local
2999 int depth; local
3035 int depth; local
4002 int depth; local
[all...]
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c62 #define SEC_TOTAL_IV_SZ(depth) (SEC_IV_SIZE * (depth))
69 #define SEC_TOTAL_MAC_SZ(depth) (SEC_MAX_MAC_LEN * (depth))
77 #define SEC_PBUF_PAGE_NUM(depth) ((depth) / SEC_PBUF_NUM)
78 #define SEC_PBUF_LEFT_SZ(depth) (SEC_PBUF_PKG * ((depth) - \
79 SEC_PBUF_PAGE_NUM(depth) * SEC_PBUF_NUM))
80 #define SEC_TOTAL_PBUF_SZ(depth) (PAGE_SIZ
[all...]
/linux-master/arch/x86/boot/
H A Dvideo.c172 if (mi->depth)
173 sprintf(resbuf, "%dx%d", mi->y, mi->depth);
H A Dvideo-vesa.c78 mi->depth = 0; /* text */
93 mi->depth = vminfo.bpp;
/linux-master/drivers/net/ethernet/fungible/funcore/
H A Dfun_queue.h142 void *fun_alloc_ring_mem(struct device *dma_dev, size_t depth,
146 void fun_free_ring_mem(struct device *dma_dev, size_t depth, size_t hw_desc_sz,

Completed in 248 milliseconds

1234567891011>>