Searched refs:depth (Results 251 - 275 of 653) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/media/pci/tw686x/
H A Dtw686x-video.c37 .depth = 16,
41 .depth = 16,
45 .depth = 16,
112 len = (vc->width * vc->height * vc->format->depth) >> 3;
237 buf_len = (vc->width * vc->height * vc->format->depth) >> 3;
428 (vc->width * vc->height * vc->format->depth) >> 3;
568 (vc->width * vc->height * vc->format->depth) >> 3;
634 f->fmt.pix.bytesperline = (f->fmt.pix.width * vc->format->depth) / 8;
663 f->fmt.pix.bytesperline = (f->fmt.pix.width * format->depth) / 8;
H A Dtw686x.h38 unsigned int depth; member in struct:tw686x_format
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_main.c147 zip->depth = constants.s.depth;
151 zip_msg("depth: 0x%016llx , onfsize : 0x%016llx , ctxsize : 0x%016llx",
152 zip->depth, zip->onfsize, zip->ctxsize);
/linux-master/drivers/video/fbdev/aty/
H A Dradeonfb.h325 int pitch, bpp, depth; member in struct:radeonfb_info
451 static inline u32 radeon_get_dstbpp(u16 depth) argument
453 switch (depth) {
/linux-master/lib/
H A Dfault-inject.c69 int depth = attr->stacktrace_depth; local
74 if (depth == 0 || (found && !attr->reject_start && !attr->reject_end))
77 nr_entries = stack_trace_save(entries, depth, 1);
233 debugfs_create_stacktrace_depth("stacktrace-depth", mode, dir,
387 CONFIGFS_ATTR_NAMED(fault_, stacktrace_depth, "stacktrace-depth");
/linux-master/arch/powerpc/mm/
H A Dinit_64.c471 const char *uname, int depth,
520 depth, void *data)
527 if (depth != 1)
470 dt_scan_mmu_pid_width(unsigned long node, const char *uname, int depth, void *data) argument
519 probe_memory_block_size(unsigned long node, const char *uname, int depth, void *data) argument
/linux-master/sound/usb/caiaq/
H A Ddevice.c238 int rate, int depth, int bpp)
253 switch (depth) {
264 rate, depth, bpp);
237 snd_usb_caiaq_set_audio_params(struct snd_usb_caiaqdev *cdev, int rate, int depth, int bpp) argument
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c284 cmd_size->depth = src_size->depth;
334 cb->d = cur_size->depth;
1111 cmd4->body.size.depth = metadata->base_size.depth;
1127 cmd3->body.size.depth = metadata->base_size.depth;
1140 cmd2->body.size.depth = metadata->base_size.depth;
1153 cmd->body.size.depth
[all...]
/linux-master/drivers/video/fbdev/
H A Dvesafb.c66 static int depth __read_mostly;
93 int shift = 16 - depth;
406 depth = vesafb_defined.green.length;
H A Datafb.c25 * "R<x>;<y>;<depth>". (Makes sense only on Falcon)
1394 * If all these bits are 0 get display depth from st_shift
1608 * set st_shift 0, so we can tell the screen-depth if f_shift == 0.
2412 * generic drawing routines; imageblit needs updating for image depth > 1
2540 if (image->depth == 1) {
2723 int xres, xres_virtual, yres, depth, planes; local
2727 /* Format is: <xres>;<yres>;<depth>;<plane organ.>;
2754 depth = simple_strtoul(p, NULL, 10);
2755 if (depth != 1 && depth !
2916 int xres, yres, depth, temp; local
[all...]
/linux-master/tools/perf/util/
H A Dutil.c138 * The depth specify how deep the removal will go.
151 static int rm_rf_depth_pat(const char *path, int depth, const char **pat) argument
194 ret = depth ? rm_rf_depth_pat(namebuf, depth - 1, pat) : 0;
/linux-master/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c88 .depth = 12,
95 .depth = 16,
102 .depth = 24,
110 .depth = 8,
118 .depth = 8,
126 .depth = 8,
133 .depth = 16,
140 .depth = 16,
147 .depth = 16,
154 .depth
[all...]
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c102 if (image->depth != 1) {
/linux-master/include/linux/
H A Duprobes.h80 unsigned int depth; member in struct:uprobe_task
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-gen1.h50 void (*wm_set_ub_cfg)(struct vfe_device *vfe, u8 wm, u16 offset, u16 depth);
/linux-master/drivers/pci/hotplug/
H A Dpciehp.h78 * @depth: Number of additional hotplug ports in the path to the root bus,
111 unsigned int depth; member in struct:controller
/linux-master/drivers/media/usb/stk1160/
H A Dstk1160.h112 int depth; member in struct:stk1160_fmt
/linux-master/arch/arm/mach-mvebu/
H A Dboard-v7.c67 int depth, void *data)
66 mvebu_scan_mem(unsigned long node, const char *uname, int depth, void *data) argument
/linux-master/drivers/gpu/drm/gma500/
H A Dframebuffer.c43 if (!info || !info->depth || info->cpp[0] > 4)
/linux-master/include/media/drv-intf/
H A Dsaa7146_vv.h37 u8 depth; member in struct:saa7146_format
/linux-master/arch/arm/mach-exynos/
H A Dexynos.c74 int depth, void *data)
73 exynos_fdt_map_chipid(unsigned long node, const char *uname, int depth, void *data) argument
/linux-master/block/
H A Dblk-mq-tag.c539 static int bt_alloc(struct sbitmap_queue *bt, unsigned int depth, argument
542 return sbitmap_queue_init_node(bt, depth, -1, round_robin, GFP_KERNEL,
551 unsigned int depth = queue_depth - reserved; local
554 if (bt_alloc(bitmap_tags, depth, round_robin, node))
573 pr_err("blk-mq: tag depth too large\n");
/linux-master/arch/arm/mach-shmobile/
H A Dsetup-rcar-gen2.c131 int depth, void *data)
130 rcar_gen2_scan_mem(unsigned long node, const char *uname, int depth, void *data) argument
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec.h20 u16 depth; member in struct:sec_alg_res
/linux-master/include/uapi/drm/
H A Dvirtgpu_drm.h115 __u32 depth; member in struct:drm_virtgpu_resource_create

Completed in 425 milliseconds

<<11121314151617181920>>