Home
last modified time | relevance | path

Searched refs:vh (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/efs/
Dsuper.c37 static efs_block_t efs_validate_vh(struct volume_header *vh) { in module_exit()
44 if (be32_to_cpu(vh->vh_magic) != VHMAGIC) { in module_exit()
53 ui = ((unsigned int *) (vh + 1)) - 1; in module_exit()
54 for(csum = 0; ui >= ((unsigned int *) vh);) { in module_exit()
64 printk(KERN_DEBUG "EFS: bf: \"%16s\"\n", vh->vh_bootfile); in module_exit()
71 name[j] = vh->vh_vd[i].vd_name[j]; in module_exit()
78 (int) be32_to_cpu(vh->vh_vd[i].vd_lbn), in module_exit()
79 (int) be32_to_cpu(vh->vh_vd[i].vd_nbytes)); in module_exit()
85 pt_type = (int) be32_to_cpu(vh->vh_pt[i].pt_type); in module_exit()
90 if (be32_to_cpu(vh->vh_pt[i].pt_nblks)) { in module_exit()
[all …]
/linux-2.4.37.9/drivers/usb/
Dstv680.c869 int vw = stv680->cwidth, vh = stv680->cheight; in bayer_unshuffle() local
891 vh = 240; in bayer_unshuffle()
895 vh = 288; in bayer_unshuffle()
898 memset (output, 0, 3 * vw * vh); /* clear output matrix. */ in bayer_unshuffle()
900 for (y = 0; y < vh; y++) { in bayer_unshuffle()
939 for (y = 0; y < vh; y++) { in bayer_unshuffle()
949 for (y = 1; y < (vh - 1); y++) { in bayer_unshuffle()
985 memcpy ((output + (vh * i)), (output + ((vh - 1) * i)), i); in bayer_unshuffle()
986 for (y = 0; y < vh; y++) { in bayer_unshuffle()
995 for (y = 0; y < vh; y++) { in bayer_unshuffle()
[all …]