/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_ioctl.c | 321 .depth = 12, 328 .depth = 12, 335 .depth = 16, 342 .depth = 24, 348 .depth = 12, 355 .depth = 12, 362 .depth = 16, 369 .depth = 16, 375 .depth = 16, 381 .depth [all...] |
H A D | atomisp_common.h | 53 unsigned int depth; member 62 u32 depth; member
|
/kernel/linux/linux-6.6/drivers/video/fbdev/via/ |
H A D | viafbdev.c | 74 static void viafb_fill_var_color_info(struct fb_var_screeninfo *var, u8 depth) in viafb_fill_var_color_info() argument 84 switch (depth) { in viafb_fill_var_color_info() 188 int depth, refresh; in viafb_check_var() local 208 depth = fb_get_color_depth(var, &info->fix); in viafb_check_var() 209 if (!depth) in viafb_check_var() 210 depth = var->bits_per_pixel; in viafb_check_var() 212 if (depth < 0 || depth > 32) in viafb_check_var() 214 else if (!depth) in viafb_check_var() 215 depth in viafb_check_var() [all...] |
H A D | via_modesetting.h | 43 void via_set_primary_color_depth(u8 depth); 44 void via_set_secondary_color_depth(u8 depth);
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | stacktrace.h | 36 void xtensa_backtrace_kernel(struct pt_regs *regs, unsigned int depth, 40 void xtensa_backtrace_user(struct pt_regs *regs, unsigned int depth,
|
/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
H A D | via_modesetting.h | 43 void via_set_primary_color_depth(u8 depth); 44 void via_set_secondary_color_depth(u8 depth);
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_common.h | 49 unsigned int depth; member 58 u32 depth; member
|
/kernel/linux/linux-6.6/arch/xtensa/include/asm/ |
H A D | stacktrace.h | 36 void xtensa_backtrace_kernel(struct pt_regs *regs, unsigned int depth, 40 void xtensa_backtrace_user(struct pt_regs *regs, unsigned int depth,
|
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.c | 138 8, /* depth -> load bits_per_pixel */ 1257 static int depth = -1; /* "matroxfb:depth:xxxxx" */ variable 1799 vesafb_defined.red = colors[depth-1].red; in initMatrox2() 1800 vesafb_defined.green = colors[depth-1].green; in initMatrox2() 1801 vesafb_defined.blue = colors[depth-1].blue; in initMatrox2() 1802 vesafb_defined.bits_per_pixel = colors[depth-1].bits_per_pixel; in initMatrox2() 2308 if (depth == -1) in matroxfb_init_params() 2309 depth = RSDepth(RSptr->info); in matroxfb_init_params() 2347 else if (!strncmp(this_opt, "depth in matroxfb_setup() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.c | 139 8, /* depth -> load bits_per_pixel */ 1258 static int depth = -1; /* "matroxfb:depth:xxxxx" */ variable 1800 vesafb_defined.red = colors[depth-1].red; in initMatrox2() 1801 vesafb_defined.green = colors[depth-1].green; in initMatrox2() 1802 vesafb_defined.blue = colors[depth-1].blue; in initMatrox2() 1803 vesafb_defined.bits_per_pixel = colors[depth-1].bits_per_pixel; in initMatrox2() 2309 if (depth == -1) in matroxfb_init_params() 2310 depth = RSDepth(RSptr->info); in matroxfb_init_params() 2351 else if (!strncmp(this_opt, "depth in matroxfb_setup() [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | stackleak.h | 52 const unsigned int depth = STACKLEAK_SEARCH_DEPTH / sizeof(unsigned long); in stackleak_find_top_of_poison() local 57 while (sp > low && poison_count < depth) { in stackleak_find_top_of_poison()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
H A D | base.c | 51 nvkm_ltc_zbc_depth_get(struct nvkm_ltc *ltc, int index, const u32 depth) in nvkm_ltc_zbc_depth_get() argument 53 ltc->zbc_depth[index] = depth; in nvkm_ltc_zbc_depth_get() 54 ltc->func->zbc_clear_depth(ltc, index, depth); in nvkm_ltc_zbc_depth_get()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_fourcc.h | 61 * @depth: 63 * Color depth (number of bits per pixel excluding padding bits), 67 u8 depth; member 312 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth); 314 uint32_t bpp, uint32_t depth);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_msgq.h | 21 (((_q)->consumer_index - (_q)->producer_index - 1) & ((_q)->depth - 1)) 66 u16 depth; /* FW Q depth is 16 bits */ member 94 u16 depth; /* FW Q depth is 16 bits */ member
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_fourcc.h | 66 * @depth: 68 * Color depth (number of bits per pixel excluding padding bits), 72 u8 depth; member 312 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth); 314 uint32_t bpp, uint32_t depth);
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | pm2fb.c | 399 static void set_aperture(struct pm2fb_par *p, u32 depth) in set_aperture() argument 410 switch (depth) { in set_aperture() 569 DPRINTK("depth not supported: %u\n", var->bits_per_pixel); in pm2fb_check_var() 675 DPRINTK("Checking graphics mode at %dx%d depth %d\n", in pm2fb_check_var() 693 u32 depth = (info->var.bits_per_pixel + 7) & ~7; in pm2fb_set_par() local 713 depth = (depth > 32) ? 32 : depth; in pm2fb_set_par() 714 data64 = depth > 8 || par->type == PM2_TYPE_PERMEDIA2V; in pm2fb_set_par() 722 hsstart = to3264(info->var.right_margin, depth, data6 in pm2fb_set_par() 976 u32 depth = (info->var.bits_per_pixel + 7) & ~7; pm2fb_pan_display() local [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbmem.c | 91 int depth = 0; in fb_get_color_depth() local 95 depth = 1; in fb_get_color_depth() 101 depth = var->green.length; in fb_get_color_depth() 103 depth = var->green.length + var->red.length + in fb_get_color_depth() 107 return depth; in fb_get_color_depth() 275 int depth) in fb_set_logo() 298 switch (depth) { in fb_set_logo() 327 * the visual format and color depth of the framebuffer, the DAC, the 343 * nibbles into separate bytes. The "depth" flag will be set to 4. 347 * We isolate each bit and expand each into a byte. The "depth" fla 273 fb_set_logo(struct fb_info *info, const struct linux_logo *logo, u8 *dst, int depth) fb_set_logo() argument 351 int depth; global() member 617 int depth = fb_get_color_depth(&info->var, &info->fix); fb_prepare_logo() local [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | pm2fb.c | 401 static void set_aperture(struct pm2fb_par *p, u32 depth) in set_aperture() argument 412 switch (depth) { in set_aperture() 571 DPRINTK("depth not supported: %u\n", var->bits_per_pixel); in pm2fb_check_var() 677 DPRINTK("Checking graphics mode at %dx%d depth %d\n", in pm2fb_check_var() 695 u32 depth = (info->var.bits_per_pixel + 7) & ~7; in pm2fb_set_par() local 715 depth = (depth > 32) ? 32 : depth; in pm2fb_set_par() 716 data64 = depth > 8 || par->type == PM2_TYPE_PERMEDIA2V; in pm2fb_set_par() 724 hsstart = to3264(info->var.right_margin, depth, data6 in pm2fb_set_par() 978 u32 depth = (info->var.bits_per_pixel + 7) & ~7; pm2fb_pan_display() local [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/ |
H A D | jpeg-core.c | 48 .depth = 16, 60 .depth = 16, 72 .depth = 16, 84 .depth = 16, 96 .depth = 16, 108 .depth = 16, 120 .depth = 16, 132 .depth = 16, 144 .depth = 16, 156 .depth [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-jpeg/ |
H A D | jpeg-core.c | 48 .depth = 16, 60 .depth = 16, 72 .depth = 16, 84 .depth = 16, 96 .depth = 16, 108 .depth = 16, 120 .depth = 16, 132 .depth = 16, 144 .depth = 16, 156 .depth [all...] |
/kernel/linux/linux-5.10/arch/sh/mm/ |
H A D | pmb.c | 64 static void pmb_unmap_entry(struct pmb_entry *, int depth); 489 static void __pmb_unmap_entry(struct pmb_entry *pmbe, int depth) in __pmb_unmap_entry() argument 511 } while (pmbe && --depth); in __pmb_unmap_entry() 514 static void pmb_unmap_entry(struct pmb_entry *pmbe, int depth) in pmb_unmap_entry() argument 522 __pmb_unmap_entry(pmbe, depth); in pmb_unmap_entry() 659 int i = 1, depth = 0; in pmb_merge() local 669 depth = i; in pmb_merge() 683 if (!depth || !pmb_size_valid(newsize)) in pmb_merge() 691 __pmb_unmap_entry(head->link, depth); in pmb_merge()
|
/kernel/linux/linux-6.6/arch/sh/mm/ |
H A D | pmb.c | 64 static void pmb_unmap_entry(struct pmb_entry *, int depth); 489 static void __pmb_unmap_entry(struct pmb_entry *pmbe, int depth) in __pmb_unmap_entry() argument 511 } while (pmbe && --depth); in __pmb_unmap_entry() 514 static void pmb_unmap_entry(struct pmb_entry *pmbe, int depth) in pmb_unmap_entry() argument 522 __pmb_unmap_entry(pmbe, depth); in pmb_unmap_entry() 659 int i = 1, depth = 0; in pmb_merge() local 669 depth = i; in pmb_merge() 683 if (!depth || !pmb_size_valid(newsize)) in pmb_merge() 691 __pmb_unmap_entry(head->link, depth); in pmb_merge()
|
/kernel/linux/linux-5.10/lib/ |
H A D | nlattr.c | 60 struct nlattr **tb, unsigned int depth); 88 unsigned int validate, unsigned int depth) in nla_validate_array() 107 NULL, depth + 1); in nla_validate_array() 360 struct netlink_ext_ack *extack, unsigned int depth) in validate_nla() 471 depth + 1); in validate_nla() 494 extack, validate, depth); in validate_nla() 564 struct nlattr **tb, unsigned int depth) in __nla_validate_parse() 569 if (depth >= MAX_POLICY_RECURSION_DEPTH) { in __nla_validate_parse() 571 "allowed policy recursion depth exceeded"); in __nla_validate_parse() 592 validate, extack, depth); in __nla_validate_parse() 85 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) nla_validate_array() argument 358 validate_nla(const struct nlattr *nla, int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack, unsigned int depth) validate_nla() argument 560 __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) __nla_validate_parse() argument [all...] |
H A D | generic-radix-tree.c | 20 static inline int genradix_depth_shift(unsigned depth) in genradix_depth_shift() argument 22 return PAGE_SHIFT + GENRADIX_ARY_SHIFT * depth; in genradix_depth_shift() 26 * Returns size (of data, in bytes) that a tree of a given depth holds: 28 static inline size_t genradix_depth_size(unsigned depth) in genradix_depth_size() argument 30 return 1UL << genradix_depth_shift(depth); in genradix_depth_size() 33 /* depth that's needed for a genradix that can address up to ULONG_MAX: */ 111 /* Increase tree depth if necessary: */ in __genradix_ptr_alloc()
|
/kernel/linux/linux-5.10/fs/configfs/ |
H A D | inode.c | 138 int depth = sd->s_depth; in configfs_set_inode_lock_class() local 140 if (depth > 0) { in configfs_set_inode_lock_class() 141 if (depth <= ARRAY_SIZE(default_group_class)) { in configfs_set_inode_lock_class() 143 &default_group_class[depth - 1]); in configfs_set_inode_lock_class() 146 * In practice the maximum level of locking depth is in configfs_set_inode_lock_class()
|