Searched refs:MAX_HEIGHT (Results 1 – 15 of 15) sorted by relevance
/linux-3.4.99/drivers/media/video/s5p-g2d/ |
D | g2d-regs.h | 109 #define MAX_HEIGHT 8000 macro
|
D | g2d.c | 348 if (f->fmt.pix.height > MAX_HEIGHT) in vidioc_try_fmt() 349 f->fmt.pix.height = MAX_HEIGHT; in vidioc_try_fmt()
|
/linux-3.4.99/fs/reiserfs/ |
D | reiserfs.h | 1471 && B_LEVEL(bh) <= MAX_HEIGHT) 1861 #define MAX_HEIGHT 5 /* maximal height of a tree. don't change this without changing JOURNAL_PER_B… macro 2061 struct buffer_head *L[MAX_HEIGHT]; /* array of left neighbors of nodes in the path */ 2062 struct buffer_head *R[MAX_HEIGHT]; /* array of right neighbors of nodes in the path */ 2063 struct buffer_head *FL[MAX_HEIGHT]; /* array of fathers of the left neighbors */ 2064 struct buffer_head *FR[MAX_HEIGHT]; /* array of fathers of the right neighbors */ 2065 …struct buffer_head *CFL[MAX_HEIGHT]; /* array of common parents of center node and its left neighb… 2066 …struct buffer_head *CFR[MAX_HEIGHT]; /* array of common parents of center node and its right neigh… 2072 int lnum[MAX_HEIGHT]; /* array of number of items which must be 2081 int rnum[MAX_HEIGHT]; /* substitute right for left in comment above */ [all …]
|
D | fix_node.c | 756 for (i = 0; i < MAX_HEIGHT; i++) { in free_buffers_in_tb() 2194 for (i = 0; !locked && i < MAX_HEIGHT && tb->insert_size[i]; in wait_tb_buffers_until_unlocked() 2413 for (h = 0; h < MAX_HEIGHT && tb->insert_size[h]; h++) { in fix_nodes() 2426 if (h != MAX_HEIGHT - 1) in fix_nodes() 2451 if (h < MAX_HEIGHT - 1) in fix_nodes() 2460 RFALSE(h == MAX_HEIGHT - 1, in fix_nodes() 2467 } else if (h < MAX_HEIGHT - 1) in fix_nodes() 2504 for (i = 0; i < MAX_HEIGHT; i++) { in fix_nodes() 2559 for (i = 0; i < MAX_HEIGHT; i++) { in unfix_nodes()
|
D | procfs.c | 151 for (level = 0; level < MAX_HEIGHT; ++level) { in show_per_level()
|
D | stree.c | 62 RFALSE(B_LEVEL(bh) > MAX_HEIGHT, in B_IS_IN_TREE() 339 || chk_path->path_length > MAX_HEIGHT, in key_in_buffer() 476 if (nr <= DISK_LEAF_NODE_LEVEL || nr > MAX_HEIGHT) { in is_internal()
|
D | prints.c | 725 if (!(B_LEVEL(bh) > DISK_LEAF_NODE_LEVEL && B_LEVEL(bh) <= MAX_HEIGHT)) in check_internal_block_head()
|
D | do_balan.c | 2068 for (h = 1; h < MAX_HEIGHT && tb->insert_size[h]; h++) in do_balance()
|
/linux-3.4.99/drivers/media/video/ |
D | mt9t112.c | 43 #define MAX_HEIGHT 1536 macro 348 soc_camera_limit_side(top, height, 0, 0, MAX_HEIGHT); in mt9t112_frame_check() 357 u16 hstart = (MAX_HEIGHT - height) / 2; in mt9t112_set_a_frame_size() 877 a->bounds.height = MAX_HEIGHT; in mt9t112_cropcap() 1068 .top = (MAX_HEIGHT - VGA_HEIGHT) / 2, in mt9t112_probe()
|
D | vivi.c | 45 #define MAX_HEIGHT 1200 macro 721 dev->height < 32 || dev->height > MAX_HEIGHT) in buffer_prepare() 889 &f->fmt.pix.height, 32, MAX_HEIGHT, 0, 0); in vidioc_try_fmt_vid_cap()
|
D | bw-qcam.c | 97 #define MAX_HEIGHT 243 macro
|
D | ov772x.c | 505 #define MAX_HEIGHT VGA_HEIGHT macro
|
/linux-3.4.99/drivers/media/video/pwc/ |
D | pwc.h | 113 #define MAX_HEIGHT 480 macro
|
D | pwc-if.c | 662 size = pwc_get_size(pdev, MAX_WIDTH, MAX_HEIGHT); in queue_setup() 1108 rc = pwc_set_video_mode(pdev, MAX_WIDTH, MAX_HEIGHT, in usb_pwc_probe()
|
/linux-3.4.99/drivers/gpu/drm/exynos/ |
D | exynos_hdmi.c | 44 #define MAX_HEIGHT 1080 macro 1964 *height = MAX_HEIGHT; in hdmi_get_max_resol()
|