Searched refs:depth (Results 151 - 175 of 653) sorted by relevance

1234567891011>>

/linux-master/kernel/irq/
H A Dpm.c21 desc->depth++;
175 desc->depth++;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgm107.c64 gm107_ltc_zbc_clear_depth(struct nvkm_ltc *ltc, int i, const u32 depth) argument
68 nvkm_wr32(device, 0x17e34c, depth);
/linux-master/fs/reiserfs/
H A Dioctl.c177 int depth = reiserfs_write_unlock_nested(inode->i_sb); local
180 reiserfs_write_lock_nested(inode->i_sb, depth);
/linux-master/mm/
H A Dptdump.c134 int depth, struct mm_walk *walk)
138 st->note_page(st, addr, depth, 0);
133 ptdump_hole(unsigned long addr, unsigned long next, int depth, struct mm_walk *walk) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubbub.c311 enum dcn_hubbub_page_table_depth depth = 0; local
315 depth = DCN_PAGE_TABLE_DEPTH_1_LEVEL;
318 depth = DCN_PAGE_TABLE_DEPTH_2_LEVEL;
321 depth = DCN_PAGE_TABLE_DEPTH_3_LEVEL;
324 depth = DCN_PAGE_TABLE_DEPTH_4_LEVEL;
331 return depth;
366 virt_config.depth = page_table_depth_to_hw(va_config->page_table_depth);
401 phys_config.depth = 0;
/linux-master/drivers/video/fbdev/
H A Duvesafb.c316 int xres, int yres, int depth, unsigned char flags)
323 abs(depth - par->vbe_modes[i].depth);
327 * and depth.
332 if (h < d || (h == d && par->vbe_modes[i].depth > depth)) {
340 par->vbe_modes[match].depth != depth)
532 mib->depth = mib->red_len + mib->green_len + mib->blue_len;
538 if (mib->depth
315 uvesafb_vbe_find_mode(struct uvesafb_par *par, int xres, int yres, int depth, unsigned char flags) argument
1222 int i, err = 0, depth = info->var.bits_per_pixel; local
1371 int depth = var->red.length + var->green.length + var->blue.length; local
[all...]
/linux-master/drivers/video/fbdev/via/
H A Dviafbdev.h59 u8 depth; member in struct:viafb_par
/linux-master/arch/x86/boot/
H A Dvideo-bios.c107 mi->depth = 0; /* text */
/linux-master/include/media/drv-intf/
H A Dexynos-fimc.h95 * @depth: per plane driver's private 'number of bits per pixel'
106 u8 depth[FIMC_MAX_PLANES]; member in struct:fimc_fmt
/linux-master/arch/powerpc/include/asm/
H A Dultravisor.h16 int depth, void *data);
/linux-master/drivers/gpu/drm/sti/
H A Dsti_mixer.c35 /* id for depth of CRB reg */
239 int plane_id, depth = plane->drm_plane.state->normalized_zpos; local
260 /* no need to set depth for cursor */
267 /* Search if a previous depth was already assigned to the plane */
275 mask |= GAM_DEPTH_MASK_ID << (3 * depth);
276 plane_id = plane_id << (3 * depth);
278 DRM_DEBUG_DRIVER("%s %s depth=%d\n", sti_mixer_to_str(mixer),
279 sti_plane_to_str(plane), depth);
/linux-master/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d.h65 int depth; member in struct:g2d_fmt
/linux-master/drivers/media/platform/st/stm32/dma2d/
H A Ddma2d.h54 int depth; member in struct:dma2d_fmt
/linux-master/include/linux/
H A Dpagewalk.h31 * depth is -1 if not known, 0:PGD, 1:P4D, 2:PUD, 3:PMD.
70 int depth, struct mm_walk *walk);
/linux-master/drivers/gpu/drm/gma500/
H A Dfbdev.c163 u32 bpp, depth; local
171 depth = sizes->surface_depth;
187 depth = sizes->surface_depth;
192 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth);
/linux-master/sound/soc/meson/
H A Daxg-fifo.h65 unsigned int depth; member in struct:axg_fifo
H A Daxg-frddr.c56 unsigned int period, depth, val; local
60 /* Trim the FIFO depth if the period is small to improve latency */
61 depth = min(period, fifo->depth);
62 val = (depth / AXG_FIFO_BURST) - 1;
H A Daxg-fifo.c136 threshold = min(period / 2, fifo->depth / 2);
382 ret = of_property_read_u32(dev->of_node, "amlogic,fifo-depth",
383 &fifo->depth);
390 * DT. In such case, assume the smallest known fifo depth
392 fifo->depth = 256;
393 dev_warn(dev, "fifo depth not found, assume %u bytes\n",
394 fifo->depth);
/linux-master/scripts/dtc/
H A Dfdtget.c142 int depth = 1; /* the assumed depth of this node */ local
149 if (level <= depth) {
173 if (level <= depth)
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Datom.h92 u8 depth; member in struct:nv50_head_atom::__anon893
120 u8 depth:4; member in struct:nv50_head_atom::__anon898
247 u8 depth; member in struct:nv50_wndw_atom::__anon909
/linux-master/drivers/media/pci/zoran/
H A Dzoran_driver.c65 .depth = 15,
73 .depth = 15,
80 .depth = 16,
88 .depth = 16,
95 .depth = 24,
102 .depth = 32,
109 .depth = 32,
116 .depth = 16,
123 .depth = 16,
130 .depth
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dctxt-info.c15 int depth)
19 if (WARN(depth > 2,
34 depth + 1);
12 _iwl_pcie_ctxt_info_dma_alloc_coherent(struct iwl_trans *trans, size_t size, dma_addr_t *phys, int depth) argument
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-video.c94 .depth = 8,
98 .depth = 16,
102 .depth = 16,
107 .depth = 16,
111 .depth = 16,
116 .depth = 24,
120 .depth = 24,
125 .depth = 32,
129 .depth = 32,
135 .depth
[all...]
/linux-master/drivers/gpu/drm/tiny/
H A Dofdrm.c96 u32 depth, bool big_endian)
101 switch (depth) {
107 format = drm_mode_legacy_fb_format(16, depth);
113 drm_err(dev, "unsupported framebuffer depth %u\n", depth);
142 drm_err(dev, "cannot find framebuffer format for depth %u\n", depth);
194 u32 depth; local
195 int ret = display_read_u32_of(dev, of_node, "depth", &depth);
95 display_get_validated_format(struct drm_device *dev, u32 depth, bool big_endian) argument
1098 int width, height, depth, linebytes; local
[all...]
/linux-master/drivers/scsi/
H A D53c700.h44 /* Tag depth the driver starts out with (can be altered in sysfs) */
84 __u8 depth; member in struct:NCR_700_Device_Parameters
99 * 8:15 Current queue depth
115 NCR_700_set_depth(struct scsi_device *SDp, __u8 depth) argument
119 hostdata->depth = depth;
126 return hostdata->depth;

Completed in 772 milliseconds

1234567891011>>