Searched refs:vh (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/efs/
H A Dsuper.c37 static efs_block_t efs_validate_vh(struct volume_header *vh) { argument
44 if (be32_to_cpu(vh->vh_magic) != VHMAGIC) {
53 ui = ((unsigned int *) (vh + 1)) - 1;
54 for(csum = 0; ui >= ((unsigned int *) vh);) {
64 printk(KERN_DEBUG "EFS: bf: \"%16s\"\n", vh->vh_bootfile);
71 name[j] = vh->vh_vd[i].vd_name[j];
76 printk(KERN_DEBUG "EFS: vh: %8s block: 0x%08x size: 0x%08x\n",
78 (int) be32_to_cpu(vh->vh_vd[i].vd_lbn),
79 (int) be32_to_cpu(vh->vh_vd[i].vd_nbytes));
85 pt_type = (int) be32_to_cpu(vh
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dgdth_proc.h8 static int gdth_set_info(char *buffer,int length,int vh,int hanum,int busnum);
10 int length,int vh,int hanum,int busnum);
H A Dgdth_proc.c34 static int gdth_set_info(char *buffer,int length,int vh,int hanum,int busnum) argument
50 sdev = scsi_get_host_dev(gdth_ctr_vtab[vh]);
59 sdev.host = scp.host = gdth_ctr_vtab[vh];
676 int length,int vh,int hanum,int busnum)
714 sdev = scsi_get_host_dev(gdth_ctr_vtab[vh]);
723 sdev.host = scp.host = gdth_ctr_vtab[vh];
675 gdth_get_info(char *buffer,char **start,off_t offset, int length,int vh,int hanum,int busnum) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dstv680.c869 int vw = stv680->cwidth, vh = stv680->cheight; local
891 vh = 240;
895 vh = 288;
898 memset (output, 0, 3 * vw * vh); /* clear output matrix. */
900 for (y = 0; y < vh; y++) {
939 for (y = 0; y < vh; y++) {
949 for (y = 1; y < (vh - 1); y++) {
985 memcpy ((output + (vh * i)), (output + ((vh - 1) * i)), i);
986 for (y = 0; y < vh;
[all...]

Completed in 49 milliseconds